AIMMOct 31, 2023

A Transformer-Based Model With Self-Distillation for Multimodal Emotion Recognition in Conversations

arXiv:2310.20494v1137 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses the problem of building empathetic machines by improving emotion recognition accuracy in multimodal conversations, representing an incremental advance over existing methods.

The paper tackles multimodal emotion recognition in conversations by proposing a transformer-based model with self-distillation, which outperforms previous state-of-the-art methods on IEMOCAP and MELD datasets.

Emotion recognition in conversations (ERC), the task of recognizing the emotion of each utterance in a conversation, is crucial for building empathetic machines. Existing studies focus mainly on capturing context- and speaker-sensitive dependencies on the textual modality but ignore the significance of multimodal information. Different from emotion recognition in textual conversations, capturing intra- and inter-modal interactions between utterances, learning weights between different modalities, and enhancing modal representations play important roles in multimodal ERC. In this paper, we propose a transformer-based model with self-distillation (SDT) for the task. The transformer-based model captures intra- and inter-modal interactions by utilizing intra- and inter-modal transformers, and learns weights between modalities dynamically by designing a hierarchical gated fusion strategy. Furthermore, to learn more expressive modal representations, we treat soft labels of the proposed model as extra training supervision. Specifically, we introduce self-distillation to transfer knowledge of hard and soft labels from the proposed model to each modality. Experiments on IEMOCAP and MELD datasets demonstrate that SDT outperforms previous state-of-the-art baselines.

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