CLMar 20, 2023

EmotionIC: emotional inertia and contagion-driven dependency modeling for emotion recognition in conversation

arXiv:2303.11117v523 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses emotion recognition in conversation for human-computer interfaces, representing an incremental advance with a novel hybrid method.

The paper tackled emotion recognition in conversation by proposing EmotionIC, a model that integrates emotional inertia and contagion through attention, recurrence, and conditional random fields, achieving significant performance improvements over state-of-the-art models on four benchmark datasets.

Emotion Recognition in Conversation (ERC) has attracted growing attention in recent years as a result of the advancement and implementation of human-computer interface technologies. In this paper, we propose an emotional inertia and contagion-driven dependency modeling approach (EmotionIC) for ERC task. Our EmotionIC consists of three main components, i.e., Identity Masked Multi-Head Attention (IMMHA), Dialogue-based Gated Recurrent Unit (DiaGRU), and Skip-chain Conditional Random Field (SkipCRF). Compared to previous ERC models, EmotionIC can model a conversation more thoroughly at both the feature-extraction and classification levels. The proposed model attempts to integrate the advantages of attention- and recurrence-based methods at the feature-extraction level. Specifically, IMMHA is applied to capture identity-based global contextual dependencies, while DiaGRU is utilized to extract speaker- and temporal-aware local contextual information. At the classification level, SkipCRF can explicitly mine complex emotional flows from higher-order neighboring utterances in the conversation. Experimental results show that our method can significantly outperform the state-of-the-art models on four benchmark datasets. The ablation studies confirm that our modules can effectively model emotional inertia and contagion.

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