LGCLSDMLNov 29, 2019

Attentive Modality Hopping Mechanism for Speech Emotion Recognition

arXiv:1912.00846v234 citations
Originality Incremental advance
AI Analysis

This work addresses emotion detection for multimodal systems, offering an incremental improvement over traditional fusion methods.

The paper tackled speech emotion recognition by incorporating visual modality with speech and text, using an attention mechanism to selectively combine information across modalities, resulting in a 3.65% improvement in weighted accuracy on the IEMOCAP dataset.

In this work, we explore the impact of visual modality in addition to speech and text for improving the accuracy of the emotion detection system. The traditional approaches tackle this task by fusing the knowledge from the various modalities independently for performing emotion classification. In contrast to these approaches, we tackle the problem by introducing an attention mechanism to combine the information. In this regard, we first apply a neural network to obtain hidden representations of the modalities. Then, the attention mechanism is defined to select and aggregate important parts of the video data by conditioning on the audio and text data. Furthermore, the attention mechanism is again applied to attend important parts of the speech and textual data, by considering other modality. Experiments are performed on the standard IEMOCAP dataset using all three modalities (audio, text, and video). The achieved results show a significant improvement of 3.65% in terms of weighted accuracy compared to the baseline system.

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