Multimodal Prompt Learning with Missing Modalities for Sentiment Analysis and Emotion Recognition
Zirun Guo, Tao Jin, Zhou Zhao
TL;DR
This work tackles missing modalities in multimodal sentiment analysis and emotion recognition by introducing a prompt-learning framework that freezes the backbone and trains three specialized prompts. The Missing Modality Generation Module (MMGM) uses generative prompts to synthesize missing features, while missing-signal and missing-type prompts inform the model about missingness and enable cross-modal learning, all with linear scalability in the number of modalities. Pretraining on a high-resource dataset and subsequent prompt-based adaptation yield strong, parameter-efficient performance across CMU-MOSEI, CMU-MOSI, IEMOCAP, and CH-SIMS, with notable gains when modalities are incomplete and robust generalization to different backbones. The approach reduces computational overhead and offers practical deployment benefits for real-world systems facing missing data and resource constraints.
Abstract
The development of multimodal models has significantly advanced multimodal sentiment analysis and emotion recognition. However, in real-world applications, the presence of various missing modality cases often leads to a degradation in the model's performance. In this work, we propose a novel multimodal Transformer framework using prompt learning to address the issue of missing modalities. Our method introduces three types of prompts: generative prompts, missing-signal prompts, and missing-type prompts. These prompts enable the generation of missing modality features and facilitate the learning of intra- and inter-modality information. Through prompt learning, we achieve a substantial reduction in the number of trainable parameters. Our proposed method outperforms other methods significantly across all evaluation metrics. Extensive experiments and ablation studies are conducted to demonstrate the effectiveness and robustness of our method, showcasing its ability to effectively handle missing modalities.
