MInD: Improving Multimodal Sentiment Analysis via Multimodal Information Disentanglement
Weichen Dai, Xingyu Li, Zeyu Wang, Pengbo Hu, Ji Qi, Jianlin Peng, Yi Zhou
TL;DR
MInD tackles modality heterogeneity in multimodal sentiment analysis by decomposing each modality into a modality-invariant component and a modality-specific component using a shared encoder plus private encoders. A novel adversarial noise pathway aligns uninformativeness in the private subspace, and a suite of constraints (information, consistency, difference, and reconstruction) plus cyclic reconstruction and noise-prediction refine the representations. The method achieves state-of-the-art or competitive results on CMU-MOSI, CMU-MOSEI, UR-FUNNY, and extends to multi-modal intent recognition, while ablations validate the importance of each component and constraint. The approach yields a simpler, more robust fusion and demonstrates the practical value of explicitly modeling uninformativeness in disentangled multi-modal representations.
Abstract
Learning effective joint representations has been a central task in multi-modal sentiment analysis. Previous works addressing this task focus on exploring sophisticated fusion techniques to enhance performance. However, the inherent heterogeneity of distinct modalities remains a core problem that brings challenges in fusing and coordinating the multi-modal signals at both the representational level and the informational level, impeding the full exploitation of multi-modal information. To address this problem, we propose the Multi-modal Information Disentanglement (MInD) method, which decomposes the multi-modal inputs into modality-invariant and modality-specific components through a shared encoder and multiple private encoders. Furthermore, by explicitly training generated noise in an adversarial manner, MInD is able to isolate uninformativeness, thus improves the learned representations. Therefore, the proposed disentangled decomposition allows for a fusion process that is simpler than alternative methods and results in improved performance. Experimental evaluations conducted on representative benchmark datasets demonstrate MInD's effectiveness in both multi-modal emotion recognition and multi-modal humor detection tasks. Code will be released upon acceptance of the paper.
