paper-with-me

홈 › Papers

Prompting Visual-Language Models for Dynamic Facial Expression Recognition

2023-08-25 · Zengqun Zhao, Ioannis Patras

This paper presents a novel visual-language model called DFER-CLIP, which is based on the CLIP model and designed for in-the-wild Dynamic Facial Expression Recognition (DFER). Specifically, the proposed DFER-CLIP consists of a visual part and a textual part. For the visual part, based on the CLIP image encoder, a temporal model consisting of several Transformer encoders is introduced for extracting temporal facial expression features, and the final feature embedding is obtained as a learnable "class" token. For the textual part, we use as inputs textual descriptions of the facial behaviour that is related to the classes (facial expressions) that we are interested in recognising -- those descriptions are generated using large language models, like ChatGPT. This, in contrast to works that use only the class names and more accurately captures the relationship between them. Alongside the textual description, we introduce a learnable token which helps the model learn relevant context information for each expression during training. Extensive experiments demonstrate the effectiveness of the proposed method and show that our DFER-CLIP also achieves state-of-the-art results compared with the current supervised DFER methods on the DFEW, FERV39k, and MAFW benchmarks. Code is publicly available at https://github.com/zengqunzhao/DFER-CLIP.

📄 PDF Abstract BibTeX arXiv:2308.13382

Code (1)

zengqunzhao/dfer-clip 공식 구현 pytorch

Tasks

Dynamic Facial Expression RecognitionFacial Expression RecognitionLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Open-Set Video-based Facial Expression Recognition with Human Expression-sensitive Prompting

2024-04-26 · Yuanyuan Liu, Yuxuan Huang, Shuyang Liu, Yibing Zhan 외

In Video-based Facial Expression Recognition (V-FER), models are typically trained on closed-set datasets with a fixed number of known classes. However, these V-FER models cannot deal with unknown classes that are preval…

Facial Expression RecognitionMulti-Task LearningOpen Set LearningPrompt Learning+2

Chehre: An Emoji-Prompted Video Dataset for Perceptually Diverse Facial Expression Recognition

2026-06-19 · Bita Azari, Zoe Stanley, Avneet Batra, Poorvi Bhatia 외 arxiv

Facial expressions are nonverbal social signals used in human interaction, but facial expression recognition datasets often focus on static images, basic emotion categories, or single deterministic annotations. We introd…

Facial Expression Recognition

LaCoVL-FER: Landmark-Guided Contrastive Learning Network with Vision-Language Enhancement for Facial Expression Recognition

2026-05-19 · Jiaxin Wang, Muwei Jian, Hui Yu, Junyu Dong 외 arxiv

Facial Expression Recognition (FER) in the wild requires models to identify subtle expression cues under large variations in pose, occlusion, illumination, and identity. Recent FER methods improve robustness by introduci…

Facial Expression RecognitionContrastive Learning

Facial-Expression-Aware Prompting for Empathetic LLM Tutoring

2026-03-10 · Shuangquan Feng, Laura Fleig, Ruisen Tu, Philip Chi 외 arxiv

Large language models (LLMs) enable increasingly capable tutoring-style conversational agents, yet effective tutoring requires sensitivity to learners' affective and cognitive states beyond text alone. Facial expressions…

Visual Grounding

Using Vision Language Models to Detect Students' Academic Emotion through Facial Expressions

2025-06-12 · DeLiang Wang, Chao Yang, Gaowei Chen

Students' academic emotions significantly influence their social behavior and learning performance. Traditional approaches to automatically and accurately analyze these emotions have predominantly relied on supervised ma…

Facial Expression Recognition