paper-with-me

홈 › Papers

Multimodal Emotion Recognition with Vision-language Prompting and Modality Dropout

2024-09-11 · Anbin QI, Zhongliang Liu, Xinyong Zhou, Jinba Xiao, Fengrun Zhang, Qi Gan, Ming Tao, Gaozheng Zhang, Lu Zhang

In this paper, we present our solution for the Second Multimodal Emotion Recognition Challenge Track 1(MER2024-SEMI). To enhance the accuracy and generalization performance of emotion recognition, we propose several methods for Multimodal Emotion Recognition. Firstly, we introduce EmoVCLIP, a model fine-tuned based on CLIP using vision-language prompt learning, designed for video-based emotion recognition tasks. By leveraging prompt learning on CLIP, EmoVCLIP improves the performance of pre-trained CLIP on emotional videos. Additionally, to address the issue of modality dependence in multimodal fusion, we employ modality dropout for robust information fusion. Furthermore, to aid Baichuan in better extracting emotional information, we suggest using GPT-4 as the prompt for Baichuan. Lastly, we utilize a self-training strategy to leverage unlabeled videos. In this process, we use unlabeled videos with high-confidence pseudo-labels generated by our model and incorporate them into the training set. Experimental results demonstrate that our model ranks 1st in the MER2024-SEMI track, achieving an accuracy of 90.15% on the test set.

📄 PDF Abstract BibTeX arXiv:2409.07078

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionMultimodal Emotion RecognitionPrompt Learning

Methods 이 논문이 사용한 방법론

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…
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$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

OmniVox: Zero-Shot Emotion Recognition with Omni-LLMs

2025-03-27 · John Murzaku, Owen Rambow

The use of omni-LLMs (large language models that accept any modality as input), particularly for multimodal cognitive state tasks involving speech, is understudied. We present OmniVox, the first systematic evaluation of …

Emotion Recognition

Visual Prompting in LLMs for Enhancing Emotion Recognition

2024-10-03 · Qixuan Zhang, Zhifeng Wang, Dylan Zhang, Wenjia Niu 외

Vision Large Language Models (VLLMs) are transforming the intersection of computer vision and natural language processing. Nonetheless, the potential of using visual prompts for emotion recognition in these models remain…

Emotion RecognitionVisual Prompting

Visual and textual prompts for enhancing emotion recognition in video

2025-04-24 · Zhifeng Wang, Qixuan Zhang, Peter Zhang, Wenjia Niu 외

Vision Large Language Models (VLLMs) exhibit promising potential for multi-modal understanding, yet their application to video-based emotion recognition remains limited by insufficient spatial and contextual awareness. T…

Emotion RecognitionVideo Emotion RecognitionVisual Prompting

Deciphering Emotions in Children Storybooks: A Comparative Analysis of Multimodal LLMs in Educational Applications

2025-06-22 · Bushra Asseri, Estabraq Abdelaziz, Maha Al Mogren, Tayef Alhefdhi 외

Emotion recognition capabilities in multimodal AI systems are crucial for developing culturally responsive educational technologies, yet remain underexplored for Arabic language contexts where culturally appropriate lear…

Emotion Recognition

Empathic Prompting: Non-Verbal Context Integration for Multimodal LLM Conversations

2025-10-23 · Lorenzo Stacchio, Andrea Ubaldi, Alessandro Galdelli, Maurizio Mauri 외 arxiv

We present Empathic Prompting, a novel framework for multimodal human-AI interaction that enriches Large Language Model (LLM) conversations with implicit non-verbal context. The system integrates a commercial facial expr…

Facial Expression Recognition