paper-with-me

Papers

Exploring Attention Mechanisms for Multimodal Emotion Recognition in an Emergency Call Center Corpus

2023-06-12 · Théo Deschamps-Berger, Lori Lamel, Laurence Devillers

The emotion detection technology to enhance human decision-making is an important research issue for real-world applications, but real-life emotion datasets are relatively rare and small. The experiments conducted in this paper use the CEMO, which was collected in a French emergency call center. Two pre-trained models based on speech and text were fine-tuned for speech emotion recognition. Using pre-trained Transformer encoders mitigates our data's limited and sparse nature. This paper explores the different fusion strategies of these modality-specific models. In particular, fusions with and without cross-attention mechanisms were tested to gather the most relevant information from both the speech and text encoders. We show that multimodal fusion brings an absolute gain of 4-9% with respect to either single modality and that the Symmetric multi-headed cross-attention mechanism performed better than late classical fusion approaches. Our experiments also suggest that for the real-life CEMO corpus, the audio component encodes more emotive information than the textual one.

📄 PDF Abstract BibTeX arXiv:2306.07115

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingEmotion RecognitionMultimodal Emotion RecognitionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Knowledge-aware Bayesian Co-attention for Multimodal Emotion Recognition

2023-02-20 · Zihan Zhao, Yu Wang, Yanfeng Wang

Multimodal emotion recognition is a challenging research area that aims to fuse different modalities to predict human emotion. However, most existing models that are based on attention mechanisms have difficulty in learn…

Emotion RecognitionMultimodal Emotion Recognition

Attending to Emotional Narratives

2019-07-08 · Zhengxuan Wu, Xiyu Zhang, Tan Zhi-Xuan, Jamil Zaki 외

Attention mechanisms in deep neural networks have achieved excellent performance on sequence-prediction tasks. Here, we show that these recently-proposed attention-based mechanisms---in particular, the Transformer with i…

Emotion RecognitionTime SeriesTime Series Analysis

Emotion recognition based on multi-modal electrophysiology multi-head attention Contrastive Learning

2023-07-12 · Yunfei Guo, Tao Zhang, Wu Huang

Emotion recognition is an important research direction in artificial intelligence, helping machines understand and adapt to human emotional states. Multimodal electrophysiological(ME) signals, such as EEG, GSR, respirati…

Contrastive LearningEEGEmotion RecognitionMultimodal Emotion Recognition

Exploring Emotion Features and Fusion Strategies for Audio-Video Emotion Recognition

2020-12-27 · Hengshun Zhou, Debin Meng, Yuanyuan Zhang, Xiaojiang Peng 외

The audio-video based emotion recognition aims to classify a given video into basic emotions. In this paper, we describe our approaches in EmotiW 2019, which mainly explores emotion features and feature fusion strategies…

Emotion RecognitionFacial Expression Recognition (FER)Video Emotion Recognition

Attention Isn't All You Need for Emotion Recognition:Domain Features Outperform Transformers on the EAV Dataset

2026-01-07 · Anmol Guragain arxiv

We present a systematic study of multimodal emotion recognition using the EAV dataset, investigating whether complex attention mechanisms improve performance on small datasets. We implement three model categories: baseli…

Multimodal Emotion Recognition