An Attention-based Model for Robust Forecasting with Missing Modality
About
Learning with missing modalities is a fundamental challenge in multimodal robot learning, as real-world robotic systems often operate in environments with incomplete sensor data. Attention-based models are appealing for processing multimodal data because they can handle multiple modalities with a single backbone network. However, most multimodal models assume that all modalities are available during both training and inference, limiting their applicability in robotic perception and decision-making. In this paper, we introduce a multimodal model designed to handle missing modalities during both training and inference. The model is formulated as a conditional variational autoencoder (CVAE) and incorporates a transformer-based architecture that leverages attention mechanisms to learn a unified, fixed-dimensional representation, even when some modalities are missing. We show that our proposed model can be trained with missing modalities while approximating a robust representation of all modalities. We evaluate our approach on five multimodal datasets across two robot learning tasks: human trajectory prediction and robot manipulation forecasting. Experimental results demonstrate that our model effectively learns from incomplete data and is superior to prior multimodal fusion approaches.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot Manipulation | MuJoCo Push | MSE0.199 | 12 | |
| Robot Manipulation | Vision&Touch | MSE0.237 | 12 | |
| Trajectory Prediction | TISS | ADE0.114 | 10 | |
| Trajectory Prediction | SSN | ADE0.311 | 10 | |
| Trajectory Prediction | PIE | ADE26.34 | 10 | |
| Human Trajectory Prediction | TISS (test) | ADE0.104 | 5 | |
| Human Trajectory Prediction | SSN (test) | ADE0.223 | 5 | |
| Human Trajectory Prediction | PIE (test) | ADE25.13 | 5 |