π€ AI Summary
This work addresses the limited semantic interpretability and lack of explanatory evidence in existing face anti-spoofing (FAS) methods, which typically output only binary authenticity decisions. To overcome this, we propose FAS-R1βthe first reasoning-oriented, multitask, multimodal large language model framework that unifies face authenticity classification, attack-type identification, and forgery region localization. Through supervised fine-tuning on the newly curated FAS-R1-23K dataset, combined with degradation simulation augmentation and a difficulty-aware GRPO post-training strategy, our model achieves robust performance against challenging attacks such as makeup and mask spoofing. It attains 98.75% authenticity accuracy, 93.33% attack-type accuracy, and 96.30%/94.73% AP@40/AP@50 on in-domain evaluation, while consistently outperforming prior approaches in cross-domain generalization and answer-reason consistency.
π Abstract
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.