paper-with-me

Papers

Multimodal Emotion Recognition using Audio-Video Transformer Fusion with Cross Attention

2024-07-26 · Joe Dhanith P R, Shravan Venkatraman, Vigya Sharma, Santhosh Malarvannan, Modigari Narendra

Understanding emotions is a fundamental aspect of human communication. Integrating audio and video signals offers a more comprehensive understanding of emotional states compared to traditional methods that rely on a single data source, such as speech or facial expressions. Despite its potential, multimodal emotion recognition faces significant challenges, particularly in synchronization, feature extraction, and fusion of diverse data sources. To address these issues, this paper introduces a novel transformer-based model named Audio-Video Transformer Fusion with Cross Attention (AVT-CA). The AVT-CA model employs a transformer fusion approach to effectively capture and synchronize interlinked features from both audio and video inputs, thereby resolving synchronization problems. Additionally, the Cross Attention mechanism within AVT-CA selectively extracts and emphasizes critical features while discarding irrelevant ones from both modalities, addressing feature extraction and fusion challenges. Extensive experimental analysis conducted on the CMU-MOSEI, RAVDESS and CREMA-D datasets demonstrates the efficacy of the proposed model. The results underscore the importance of AVT-CA in developing precise and reliable multimodal emotion recognition systems for practical applications.

📄 PDF Abstract BibTeX arXiv:2407.18552

Code (1)

shravan-18/AVTCA 공식 구현 pytorch

Tasks

Emotion RecognitionMultimodal Emotion Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Multi-Modal Emotion Recognition by Text, Speech and Video Using Pretrained Transformers

2024-02-11 · Minoo Shayaninasab, Bagher BabaAli

Due to the complex nature of human emotions and the diversity of emotion representation methods in humans, emotion recognition is a challenging field. In this research, three input modalities, namely text, audio (speech)…

DiversityEmotion RecognitionMultimodal Emotion RecognitionSelf-Supervised Learning+1

Multi-Microphone and Multi-Modal Emotion Recognition in Reverberant Environment

2024-09-14 · Ohad Cohen, Gershon Hazan, Sharon Gannot

This paper presents a Multi-modal Emotion Recognition (MER) system designed to enhance emotion recognition accuracy in challenging acoustic conditions. Our approach combines a modified and extended Hierarchical Token-sem…

Emotion Recognition

Improving Unimodal Inference with Multimodal Transformers

2023-11-16 · Kateryna Chumachenko, Alexandros Iosifidis, Moncef Gabbouj

This paper proposes an approach for improving performance of unimodal models with multimodal training. Our approach involves a multi-branch architecture that incorporates unimodal models with a multimodal transformer-bas…

Emotion RecognitionGesture RecognitionHand Gesture RecognitionHand-Gesture Recognition+1

Multimodal Group Emotion Recognition In-the-wild Using Privacy-Compliant Features

2023-12-06 · Anderson Augusma, Dominique Vaufreydaz, Frédérique Letué

This paper explores privacy-compliant group-level emotion recognition ''in-the-wild'' within the EmotiW Challenge 2023. Group-level emotion recognition can be useful in many fields including social robotics, conversation…

Emotion Recognition

Noise-Resistant Multimodal Transformer for Emotion Recognition

2023-05-04 · Yuanyuan Liu, Haoyu Zhang, Yibing Zhan, Zijing Chen 외

Multimodal emotion recognition identifies human emotions from various data modalities like video, text, and audio. However, we found that this task can be easily affected by noisy information that does not contain useful…

Emotion RecognitionMultimodal Emotion Recognition