CLLGDec 21, 2024

Effective Context Modeling Framework for Emotion Recognition in Conversations

arXiv:2412.16444v113 citationsh-index: 11ICASSP
Originality Incremental advance
AI Analysis

This addresses the challenge of improving emotion recognition accuracy in conversational AI systems, though it appears incremental as it builds on existing GNN methods.

The paper tackled the problem of capturing complex interactions between multiple modalities and conversational context for emotion recognition in conversations, proposing ConxGNN, a GNN-based framework that achieved state-of-the-art performance on IEMOCAP and MELD benchmark datasets.

Emotion Recognition in Conversations (ERC) facilitates a deeper understanding of the emotions conveyed by speakers in each utterance within a conversation. Recently, Graph Neural Networks (GNNs) have demonstrated their strengths in capturing data relationships, particularly in contextual information modeling and multimodal fusion. However, existing methods often struggle to fully capture the complex interactions between multiple modalities and conversational context, limiting their expressiveness. To overcome these limitations, we propose ConxGNN, a novel GNN-based framework designed to capture contextual information in conversations. ConxGNN features two key parallel modules: a multi-scale heterogeneous graph that captures the diverse effects of utterances on emotional changes, and a hypergraph that models the multivariate relationships among modalities and utterances. The outputs from these modules are integrated into a fusion layer, where a cross-modal attention mechanism is applied to produce a contextually enriched representation. Additionally, ConxGNN tackles the challenge of recognizing minority or semantically similar emotion classes by incorporating a re-weighting scheme into the loss functions. Experimental results on the IEMOCAP and MELD benchmark datasets demonstrate the effectiveness of our method, achieving state-of-the-art performance compared to previous baselines.

Foundations

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

Your Notes