Search papers, labs, and topics across Lattice.
This paper introduces FAS-R1, a two-stage reasoning-oriented multi-task large language model (MLLM) designed for face anti-spoofing (FAS) that integrates authenticity classification, attack-type recognition, and spoof-region localization. By leveraging a high-quality long-CoT dataset for initial supervised fine-tuning and employing Difficulty-Aware GRPO post-training, FAS-R1 achieves remarkable performance metrics, including 98.75% authenticity accuracy and 93.33% attack-type accuracy. Notably, it demonstrates superior generalization in cross-domain scenarios and improved quality of answers and rationales compared to existing systems, addressing the limitations of traditional discriminative models.
FAS-R1 achieves unprecedented accuracy in face anti-spoofing by combining reasoning-oriented multi-task learning with innovative post-training techniques.
Face anti-spoofing (FAS) is increasingly expected to provide not only bona fide/spoof decisions, but also attack semantics and image-grounded evidence for human inspection. Existing discriminative FAS models remain largely label-centric, while recent MLLM-based methods offer structured outputs but still rely mainly on supervised fine-tuning, often producing template-like rationales and weak optimization for difficult attacks. We propose FAS-R1, a two-stage reasoning-oriented MLLM framework for unified FAS prediction, covering authenticity classification, attack-type recognition and spoof-region localization. FAS-R1 first uses FAS-R1-23K, a high-quality long-CoT dataset, for cold-start supervised fine-tuning, and then performs FAS-specific GRPO post-training. Degradation-Simulated Augmentation (DSA) encourages stable spoof-cue reasoning across visual-quality shifts, while Difficulty-Aware GRPO (DA-GRPO) mitigates easy-sample dominance that may leave difficult task--attack groups under-optimized, especially for subtle or ambiguous attacks such as makeup and mask attacks. The main 3B FAS-R1 model achieves 98.75\% authenticity accuracy, 93.33\% attack-type accuracy, and 96.30/94.73\% AP@40/AP@50 in-domain. It also outperforms the compared systems in cross-domain authenticity generalization and answer-and-rationale quality. Experiments with different base models further show favorable scaling behavior. The code will be released soon.