🤖 AI Summary
To address the lack of a unified multimodal large language model (MLLM) for facial understanding, this paper introduces FaceLLM—the first MLLM specifically designed for face analysis. Methodologically, we propose a face-region-guided cross-modal attention visual encoder, construct FaceInstruct-1M—a million-scale facial instruction-tuning dataset—and develop a multi-task joint evaluation framework coupled with a GPT-driven automated reasoning benchmark. In terms of contributions and results, FaceLLM achieves state-of-the-art performance across five core facial understanding tasks—facial expression recognition, attribute analysis, age estimation, action unit detection, and deepfake identification—on nine established benchmarks, outperforming all existing open-source MLLMs. Under zero-shot settings, it delivers significantly higher inference quality than open-source alternatives and matches commercial-grade solutions. Both the FaceLLM model and the FaceInstruct-1M dataset are publicly released to foster community advancement.
📝 Abstract
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.