CLSDASJul 14, 2021

MMGCN: Multimodal Fusion via Deep Graph Convolution Network for Emotion Recognition in Conversation

arXiv:2107.06779v1732 citations
Originality Incremental advance
AI Analysis

This work addresses emotion recognition for affective dialogue systems, offering a novel multimodal fusion approach that is incremental over prior methods.

The paper tackles emotion recognition in conversation by proposing MMGCN, a multimodal fused graph convolutional network that leverages multimodal dependencies and speaker information, achieving state-of-the-art results on IEMOCAP and MELD datasets.

Emotion recognition in conversation (ERC) is a crucial component in affective dialogue systems, which helps the system understand users' emotions and generate empathetic responses. However, most works focus on modeling speaker and contextual information primarily on the textual modality or simply leveraging multimodal information through feature concatenation. In order to explore a more effective way of utilizing both multimodal and long-distance contextual information, we propose a new model based on multimodal fused graph convolutional network, MMGCN, in this work. MMGCN can not only make use of multimodal dependencies effectively, but also leverage speaker information to model inter-speaker and intra-speaker dependency. We evaluate our proposed model on two public benchmark datasets, IEMOCAP and MELD, and the results prove the effectiveness of MMGCN, which outperforms other SOTA methods by a significant margin under the multimodal conversation setting.

Code Implementations1 repo
Foundations

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

Your Notes