Select-Additive Learning: Improving Generalization in Multimodal Sentiment Analysis
Haohan Wang, Aaksha Meghawat, Louis-Philippe Morency, Eric P. Xing
TL;DR
This work tackles generalization in multimodal sentiment analysis under data scarcity by introducing Select-Additive Learning (SAL), a two-phase method that first identifies identity-related confounding dimensions in latent representations and then suppresses their influence by adding Gaussian noise during training. SAL extends a CNN-based classifier with an auxiliary predictor and a Gaussian Sampling Layer, optimizing a selection loss with sparsity to locate confounds and a subsequent addition loss to encourage reliance on non-confounding features. Across MOSI, YouTube, and MOUD datasets, SAL improves prediction accuracy across verbal, acoustic, visual modalities, and their fusion, with statistically significant gains in cross-dataset tests, demonstrating enhanced robustness to speaker identity and dataset shifts.
Abstract
Multimodal sentiment analysis is drawing an increasing amount of attention these days. It enables mining of opinions in video reviews which are now available aplenty on online platforms. However, multimodal sentiment analysis has only a few high-quality data sets annotated for training machine learning algorithms. These limited resources restrict the generalizability of models, where, for example, the unique characteristics of a few speakers (e.g., wearing glasses) may become a confounding factor for the sentiment classification task. In this paper, we propose a Select-Additive Learning (SAL) procedure that improves the generalizability of trained neural networks for multimodal sentiment analysis. In our experiments, we show that our SAL approach improves prediction accuracy significantly in all three modalities (verbal, acoustic, visual), as well as in their fusion. Our results show that SAL, even when trained on one dataset, achieves good generalization across two new test datasets.
