CLAIOct 19, 2024

Enhancing Multimodal Sentiment Analysis for Missing Modality through Self-Distillation and Unified Modality Cross-Attention

arXiv:2410.15029v26 citationsh-index: 13Has CodeICASSP
Originality Incremental advance
AI Analysis

This addresses a practical challenge in multimodal sentiment analysis where text data is hard to collect, offering a robust solution for applications with incomplete data.

The paper tackles the problem of missing text modality in multimodal sentiment analysis by developing a Double-Flow Self-Distillation Framework with Unified Modality Cross-Attention and Modality Imagination Autoencoder, achieving outstanding performance on MAE and significantly outperforming other models on the CMU-MOSEI dataset when text is missing.

In multimodal sentiment analysis, collecting text data is often more challenging than video or audio due to higher annotation costs and inconsistent automatic speech recognition (ASR) quality. To address this challenge, our study has developed a robust model that effectively integrates multimodal sentiment information, even in the absence of text modality. Specifically, we have developed a Double-Flow Self-Distillation Framework, including Unified Modality Cross-Attention (UMCA) and Modality Imagination Autoencoder (MIA), which excels at processing both scenarios with complete modalities and those with missing text modality. In detail, when the text modality is missing, our framework uses the LLM-based model to simulate the text representation from the audio modality, while the MIA module supplements information from the other two modalities to make the simulated text representation similar to the real text representation. To further align the simulated and real representations, and to enable the model to capture the continuous nature of sample orders in sentiment valence regression tasks, we have also introduced the Rank-N Contrast (RNC) loss function. When testing on the CMU-MOSEI, our model achieved outstanding performance on MAE and significantly outperformed other models when text modality is missing. The code is available at: https://github.com/WarmCongee/SDUMC

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes