Masked Graph Learning with Recurrent Alignment for Multimodal Emotion Recognition in Conversation
Tao Meng, Fuchen Zhang, Yuntao Shou, Hongen Shao, Wei Ai, Keqin Li
TL;DR
This work targets Multimodal Emotion Recognition in Conversation (MERC) by addressing pre-fusion semantic alignment and intra-modal noise. It introduces Masked Graph Learning with Recurrent Alignment (MGLRA), which combines graph attention filtering, memory-based recursive feature alignment (MRFA), and cross-modal multi-head attention to iteratively align text, audio, and vision modalities before fusion. Fusion is performed via a lightweight masked GCN that incorporates speaker information, followed by an MLP classifier. Experiments on IEMOCAP and MELD show that MGLRA achieves state-of-the-art or on-par performance with improved efficiency, validating the effectiveness of iterative alignment and masking strategies for robust MERC in noisy, real-world settings.
Abstract
Since Multimodal Emotion Recognition in Conversation (MERC) can be applied to public opinion monitoring, intelligent dialogue robots, and other fields, it has received extensive research attention in recent years. Unlike traditional unimodal emotion recognition, MERC can fuse complementary semantic information between multiple modalities (e.g., text, audio, and vision) to improve emotion recognition. However, previous work ignored the inter-modal alignment process and the intra-modal noise information before multimodal fusion but directly fuses multimodal features, which will hinder the model for representation learning. In this study, we have developed a novel approach called Masked Graph Learning with Recursive Alignment (MGLRA) to tackle this problem, which uses a recurrent iterative module with memory to align multimodal features, and then uses the masked GCN for multimodal feature fusion. First, we employ LSTM to capture contextual information and use a graph attention-filtering mechanism to eliminate noise effectively within the modality. Second, we build a recurrent iteration module with a memory function, which can use communication between different modalities to eliminate the gap between modalities and achieve the preliminary alignment of features between modalities. Then, a cross-modal multi-head attention mechanism is introduced to achieve feature alignment between modalities and construct a masked GCN for multimodal feature fusion, which can perform random mask reconstruction on the nodes in the graph to obtain better node feature representation. Finally, we utilize a multilayer perceptron (MLP) for emotion recognition. Extensive experiments on two benchmark datasets (i.e., IEMOCAP and MELD) demonstrate that {MGLRA} outperforms state-of-the-art methods.
