Adversarial Representation with Intra-Modal and Inter-Modal Graph Contrastive Learning for Multimodal Emotion Recognition
Yuntao Shou, Tao Meng, Wei Ai, Nan Yin, Keqin Li
TL;DR
The paper tackles multimodal emotion recognition by addressing modality heterogeneity across text, video, and audio. It introduces AR-IIGCN, which combines cross-modal adversarial representation learning with two graph-based contrastive learning streams (ICCL and IMCL) to capture intra-/inter-modal and intra-class/inter-class relationships, respectively, before an MLP-based emotion classifier. The approach includes a tri-modal GAN for cross-modal fusion, a speaker-relational graph per modality, and a joint loss that blends contrastive and classification objectives. Empirical results on IEMOCAP and MELD show substantial improvements over strong baselines, demonstrating the method’s ability to learn clearer emotion boundaries and leverage complementary multimodal information for robust MER. The work also provides extensive ablations and ablates facilitative components, confirming the necessity of modality-heterogeneity removal and the effectiveness of graph-contrastive representation learning for MER.
Abstract
With the release of increasing open-source emotion recognition datasets on social media platforms and the rapid development of computing resources, multimodal emotion recognition tasks (MER) have begun to receive widespread research attention. The MER task extracts and fuses complementary semantic information from different modalities, which can classify the speaker's emotions. However, the existing feature fusion methods have usually mapped the features of different modalities into the same feature space for information fusion, which can not eliminate the heterogeneity between different modalities. Therefore, it is challenging to make the subsequent emotion class boundary learning. To tackle the above problems, we have proposed a novel Adversarial Representation with Intra-Modal and Inter-Modal Graph Contrastive for Multimodal Emotion Recognition (AR-IIGCN) method. Firstly, we input video, audio, and text features into a multi-layer perceptron (MLP) to map them into separate feature spaces. Secondly, we build a generator and a discriminator for the three modal features through adversarial representation, which can achieve information interaction between modalities and eliminate heterogeneity among modalities. Thirdly, we introduce contrastive graph representation learning to capture intra-modal and inter-modal complementary semantic information and learn intra-class and inter-class boundary information of emotion categories. Specifically, we construct a graph structure for three modal features and perform contrastive representation learning on nodes with different emotions in the same modality and the same emotion in different modalities, which can improve the feature representation ability of nodes. Extensive experimental works show that the ARL-IIGCN method can significantly improve emotion recognition accuracy on IEMOCAP and MELD datasets.
