paper-with-me

Papers

Enhancing Zero-Shot Facial Expression Recognition by LLM Knowledge Transfer

2024-05-29 · Zengqun Zhao, Yu Cao, Shaogang Gong, Ioannis Patras

Current facial expression recognition (FER) models are often designed in a supervised learning manner and thus are constrained by the lack of large-scale facial expression images with high-quality annotations. Consequently, these models often fail to generalize well, performing poorly on unseen images in inference. Vision-language-based zero-shot models demonstrate a promising potential for addressing such challenges. However, these models lack task-specific knowledge and therefore are not optimized for the nuances of recognizing facial expressions. To bridge this gap, this work proposes a novel method, Exp-CLIP, to enhance zero-shot FER by transferring the task knowledge from large language models (LLMs). Specifically, based on the pre-trained vision-language encoders, we incorporate a projection head designed to map the initial joint vision-language space into a space that captures representations of facial actions. To train this projection head for subsequent zero-shot predictions, we propose to align the projected visual representations with task-specific semantic meanings derived from the LLM encoder, and the text instruction-based strategy is employed to customize the LLM knowledge. Given unlabelled facial data and efficient training of the projection head, Exp-CLIP achieves superior zero-shot results to the CLIP models and several other large vision-language models (LVLMs) on seven in-the-wild FER datasets. The code and pre-trained models are available at https://github.com/zengqunzhao/Exp-CLIP.

📄 PDF Abstract BibTeX arXiv:2405.19100

Code (1)

zengqunzhao/exp-clip 공식 구현 pytorch

Tasks

Facial Expression RecognitionFacial Expression Recognition (FER)Transfer LearningZero-Shot Facial Expression Recognition

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Zero-shot Compound Expression Recognition with Visual Language Model at the 6th ABAW Challenge

2024-03-18 · Jiahe Wang, Jiale Huang, Bingzhao Cai, Yifan Cao 외

Conventional approaches to facial expression recognition primarily focus on the classification of six basic facial expressions. Nevertheless, real-world situations present a wider range of complex compound expressions th…

Facial Expression RecognitionLanguage ModelingLanguage Modelling

A Fine-Grained Facial Expression Database for End-to-End Multi-Pose Facial Expression Recognition

2019-07-25 · Wenxuan Wang, Qiang Sun, Tao Chen, Chenjie Cao 외

The recent research of facial expression recognition has made a lot of progress due to the development of deep learning technologies, but some typical challenging problems such as the variety of rich facial expressions a…

Facial Expression RecognitionFacial Expression Recognition (FER)General ClassificationGenerative Adversarial Network

Team RAS in 9th ABAW Competition: Multimodal Compound Expression Recognition Approach

2025-07-02 · Elena Ryumina, Maxim Markitantov, Alexandr Axyonov, Dmitry Ryumin 외 arxiv

Compound Expression Recognition (CER), a subfield of affective computing, aims to detect complex emotional states formed by combinations of basic emotions. In this work, we present a novel zero-shot multimodal approach f…

Scene UnderstandingDomain Adaptation

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

EmoCLIP: A Vision-Language Method for Zero-Shot Video Facial Expression Recognition

2023-10-25 · Niki Maria Foteinopoulou, Ioannis Patras

Facial Expression Recognition (FER) is a crucial task in affective computing, but its conventional focus on the seven basic emotions limits its applicability to the complex and expanding emotional spectrum. To address th…

Facial Expression RecognitionFacial Expression Recognition (FER)Language Modellingzero-shot-classification+2