Toward Robust Multimodal Learning using Multimodal Foundational Models
Xianbing Zhao, Soujanya Poria, Xuejiao Li, Yixin Chen, Buzhou Tang
TL;DR
This work tackles robustness in multimodal sentiment analysis under incomplete data using TRML, a framework that extends CLIP-based multimodal foundational models by generating virtual modalities for missing data and aligning semantic spaces through a semantic-matching objective. TRML comprises a Missing Modality Inference module to synthesize virtual visual/text modalities and a Semantic Matching Learning module to align the semantics between original and generated modalities, trained with a combined loss $igL = igL_{task} + abla igL_{sml}$ and hyperparameters $igalpha$ and $ au$. Empirical results on CMU-MOSI, CMU-MOSEI, and MELD show that TRML outperforms prior methods, approaches the upper bound when certain modalities are missing, and remains robust across settings where missingness occurs during training and testing. The work provides strong evidence that leveraging latent cross-modal semantic correlations in foundational models, together with targeted inference and alignment modules, can substantially improve robustness in real-world multimodal tasks. Overall, TRML offers a scalable and effective path to robust multimodal learning with incomplete data, with potential extensions to additional modalities and domains.
Abstract
Existing multimodal sentiment analysis tasks are highly rely on the assumption that the training and test sets are complete multimodal data, while this assumption can be difficult to hold: the multimodal data are often incomplete in real-world scenarios. Therefore, a robust multimodal model in scenarios with randomly missing modalities is highly preferred. Recently, CLIP-based multimodal foundational models have demonstrated impressive performance on numerous multimodal tasks by learning the aligned cross-modal semantics of image and text pairs, but the multimodal foundational models are also unable to directly address scenarios involving modality absence. To alleviate this issue, we propose a simple and effective framework, namely TRML, Toward Robust Multimodal Learning using Multimodal Foundational Models. TRML employs generated virtual modalities to replace missing modalities, and aligns the semantic spaces between the generated and missing modalities. Concretely, we design a missing modality inference module to generate virtual modaliites and replace missing modalities. We also design a semantic matching learning module to align semantic spaces generated and missing modalities. Under the prompt of complete modality, our model captures the semantics of missing modalities by leveraging the aligned cross-modal semantic space. Experiments demonstrate the superiority of our approach on three multimodal sentiment analysis benchmark datasets, CMU-MOSI, CMU-MOSEI, and MELD.
