CVLGOct 13, 2025

MS-Mix: Unveiling the Power of Mixup for Multimodal Sentiment Analysis

arXiv:2510.11579v11 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses data scarcity in multimodal sentiment analysis, which is important for applications like human-computer interaction, but it appears to be an incremental improvement over existing Mixup-based methods.

The paper tackles the problem of scarce annotated data in multimodal sentiment analysis by proposing MS-Mix, an emotion-sensitive augmentation framework that prevents semantic confusion and dynamically adjusts mixing ratios based on emotional intensity, achieving consistent performance improvements over existing methods on three benchmark datasets.

Multimodal Sentiment Analysis (MSA) aims to identify and interpret human emotions by integrating information from heterogeneous data sources such as text, video, and audio. While deep learning models have advanced in network architecture design, they remain heavily limited by scarce multimodal annotated data. Although Mixup-based augmentation improves generalization in unimodal tasks, its direct application to MSA introduces critical challenges: random mixing often amplifies label ambiguity and semantic inconsistency due to the lack of emotion-aware mixing mechanisms. To overcome these issues, we propose MS-Mix, an adaptive, emotion-sensitive augmentation framework that automatically optimizes sample mixing in multimodal settings. The key components of MS-Mix include: (1) a Sentiment-Aware Sample Selection (SASS) strategy that effectively prevents semantic confusion caused by mixing samples with contradictory emotions. (2) a Sentiment Intensity Guided (SIG) module using multi-head self-attention to compute modality-specific mixing ratios dynamically based on their respective emotional intensities. (3) a Sentiment Alignment Loss (SAL) that aligns the prediction distributions across modalities, and incorporates the Kullback-Leibler-based loss as an additional regularization term to train the emotion intensity predictor and the backbone network jointly. Extensive experiments on three benchmark datasets with six state-of-the-art backbones confirm that MS-Mix consistently outperforms existing methods, establishing a new standard for robust multimodal sentiment augmentation. The source code is available at: https://github.com/HongyuZhu-s/MS-Mix.

Foundations

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

Your Notes