paper-with-me

홈 › Papers

Face-LLaVA: Facial Expression and Attribute Understanding through Instruction Tuning

2025-04-09 · Ashutosh Chaubey, Xulang Guan, Mohammad Soleymani

The human face plays a central role in social communication, necessitating the use of performant computer vision tools for human-centered applications. We propose Face-LLaVA, a multimodal large language model for face-centered, in-context learning, including facial expression and attribute recognition. Additionally, Face-LLaVA is able to generate natural language descriptions that can be used for reasoning. Leveraging existing visual databases, we first developed FaceInstruct-1M, a face-centered database for instruction tuning MLLMs for face processing. We then developed a novel face-specific visual encoder powered by Face-Region Guided Cross-Attention that integrates face geometry with local visual features. We evaluated the proposed method across nine different datasets and five different face processing tasks, including facial expression recognition, action unit detection, facial attribute detection, age estimation and deepfake detection. Face-LLaVA achieves superior results compared to existing open-source MLLMs and competitive performance compared to commercial solutions. Our model output also receives a higher reasoning rating by GPT under a zero-shot setting across all the tasks. Both our dataset and model wil be released at https://face-llava.github.io to support future advancements in social AI and foundational vision-language research.

📄 PDF Abstract BibTeX arXiv:2504.07198

Code (0)

등록된 구현이 없습니다.

Tasks

Action Unit DetectionAge EstimationAttributeDeepFake DetectionFace SwappingFacial Expression RecognitionIn-Context LearningLarge Language ModelMultimodal Large Language Model

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
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$…

Similar Papers 제목 키워드 기반

FaceBench: A Multi-View Multi-Level Facial Attribute VQA Dataset for Benchmarking Face Perception MLLMs

2025-03-27 · CVPR 2025 1 · Xiaoqin Wang, Xusen Ma, Xianxu Hou, Meidan Ding 외

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in various tasks. However, effectively evaluating these MLLMs on face perception remains largely unexplored. To address this gap, we intr…

AttributeBenchmarkingQuestion AnsweringVisual Question Answering+1

Mitigating the Impact of Attribute Editing on Face Recognition

2024-03-12 · Sudipta Banerjee, Sai Pranaswi Mullangi, Shruti Wagle, Chinmay Hegde 외

Through a large-scale study over diverse face images, we show that facial attribute editing using modern generative AI models can severely degrade automated face recognition systems. This degradation persists even with i…

AttributeFace RecognitionFacial EditingQuestion Answering+2

Exploring Vision Language Models for Facial Attribute Recognition: Emotion, Race, Gender, and Age

2024-10-31 · Nouar AlDahoul, Myles Joshua Toledo Tan, Harishwar Reddy Kasireddy, Yasir Zaki

Technologies for recognizing facial attributes like race, gender, age, and emotion have several applications, such as surveillance, advertising content, sentiment analysis, and the study of demographic trends and social …

AttributeEmotion ClassificationEmotion RecognitionSentiment Analysis

Exp-Graph: How Connections Learn Facial Attributes in Graph-based Expression Recognition

2025-07-19 · Nandani Sharma, Dinesh Singh arxiv

Facial expression recognition is crucial for human-computer interaction applications such as face animation, video surveillance, affective computing, medical analysis, etc. Since the structure of facial attributes varies…

Facial Expression Recognition

FaceLLM: A Multimodal Large Language Model for Face Understanding

2025-07-14 · Hatef Otroshi Shahreza, Sébastien Marcel arxiv

Multimodal large language models (MLLMs) have shown remarkable performance in vision-language tasks. However, existing MLLMs are primarily trained on generic datasets, limiting their ability to reason on domain-specific …