Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HCAM -- Hierarchical Cross Attention Model for Multi-modal Emotion Recognition

About

Emotion recognition in conversations is challenging due to the multi-modal nature of the emotion expression. We propose a hierarchical cross-attention model (HCAM) approach to multi-modal emotion recognition using a combination of recurrent and co-attention neural network models. The input to the model consists of two modalities, i) audio data, processed through a learnable wav2vec approach and, ii) text data represented using a bidirectional encoder representations from transformers (BERT) model. The audio and text representations are processed using a set of bi-directional recurrent neural network layers with self-attention that converts each utterance in a given conversation to a fixed dimensional embedding. In order to incorporate contextual knowledge and the information across the two modalities, the audio and text embeddings are combined using a co-attention layer that attempts to weigh the utterance level embeddings relevant to the task of emotion recognition. The neural network parameters in the audio layers, text layers as well as the multi-modal co-attention layers, are hierarchically trained for the emotion classification task. We perform experiments on three established datasets namely, IEMOCAP, MELD and CMU-MOSI, where we illustrate that the proposed model improves significantly over other benchmarks and helps achieve state-of-art results on all these datasets.

Soumya Dutta, Sriram Ganapathy• 2023

Related benchmarks

TaskDatasetResultRank
Emotion Recognition in ConversationMELD
Weighted Avg F165.8
137
Multimodal Emotion RecognitionIEMOCAP 6-way
F1 (Avg)70.5
28
Emotion ClassificationIEMOCAP 4-way (test)
Weighted F185.9
17
Emotion RecognitionCMU-MOSI
Weighted F185.8
10
Showing 4 of 4 rows

Other info

Code

Follow for update