REVIEW 3 major objections 4 minor 1 cited by
Interpretable Face Anti-Spoofing: Enhancing Generalization with Multimodal Large Language Models
T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read This paper claims that face anti-spoofing is better done as an interpretable visual question-answering task, and that the approach cuts average cross-domain error from 18.73% to 11.30% on a new benchmark.
desk verdict A genuinely useful FAS paper, but the headline cross-domain gains are clouded by a captioner that saw the target domains during fine-tuning. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is the interpretable VQA formulation with three components. SCF is a two-stage captioning pipeline: a general captioner (BLIP2) generates captions; those containing keywords from a spoof-type dictionary are kept; the captioner is fine-tuned on that filtered subset to become 'spoof-aware'; it then captions all fake images, while the general captioner captions real images. The L-LM loss decomposes the answer into the judgment token ('Yes'/'No') and the interpretation caption, computing separate cross-entropy terms with weight α on the judgment. The GAC connector computes multi-layer CLS tokens from the frozen ViT, projects them, concatenates them with learnable queries, and runs self- and cross-attention against local visual features to produce the visual tokens fed to the frozen OPT language model.
What would settle it
Train the full I-FAS pipeline but generate the training captions for CelebA-Spoof using a spoof-aware captioner that has never seen any target-domain images; if the average HTER on Protocol 2 rises well above the reported 11.30%, then the claimed domain generalization depends on target-domain information leaking through captions. Alternatively, have human annotators label whether each generated caption's spoof keyword matches the actual attack in the image; if a large fraction are wrong or miss the cue, the interpretation supervision is unreliable.
Extended reading notes
Core claim
The central claim is that reformulating face anti-spoofing as an interpretable VQA paradigm—where every image gets a 'Yes/No' judgment plus a spoof-aware caption—substantially improves cross-domain generalization relative to prior methods that treat FAS as binary classification or use hand-crafted text templates. The authors introduce three mechanisms that carry the result: Spoof-aware Captioning and Filtering (SCF) generates and selects captions that reference the attack medium; a Lopsided Language Model (L-LM) loss separates judgment and interpretation terms, prioritizing the binary judgment; and a Globally Aware Connector (GAC) feeds multi-level global visual features into the language model. The paper claims this combination outperforms state-of-the-art methods on both a standard leave-one-out protocol (Protocol 1, average HTER 1.33% vs. 2.98% for the best prior) and the newly proposed One-to-Eleven benchmark (Protocol 2, average HTER 11.30% vs. 18.73% for FLIP).
Load-bearing premise
The method presumes that the spoof-aware captioner, fine-tuned on a keyword-filtered subset of fake images, produces accurate captions that name the true spoof cue for every image — including images from target domains the captioner has seen during fine-tuning.
Editorial extensions
If this is right
- If the model's judgment rests on a caption that names the spoof medium, the system can explain its decision in plain language rather than only outputting a confidence score.
- The reported gains on Protocol 2 imply that a single-source training set (CelebA-Spoof) is sufficient to build a face-spoof detector that transfers to 11 unseen datasets, including 3D-mask and mannequin attacks absent from the source.
- The approach should be applicable to other visual security tasks where binary labels are scarce and text descriptions can carry supervision, such as deepfake or document forgery detection.
- The new One-to-Eleven protocol, with 12 public datasets and one source domain, gives the community a more demanding cross-domain test than the standard four-dataset leave-one-out protocol.
Reading between the lines
- The reported cross-domain gains may be partly inflated by the fact that the spoof-aware captioner is fine-tuned on captions from all 12 datasets (including the 11 target domains) before the main model is trained on CelebA-Spoof; a stricter protocol would fine-tune the captioner only on the source-domain images, or test captions on held-out domains.
- If caption quality is the ceiling, improving the captioner (e.g., with visual grounding or larger MLLMs) should directly raise FAS accuracy; this suggests a testable scaling hypothesis.
- The lopsided loss design—decoupling a hard judgment from auxiliary text generation—is a generally applicable recipe for noisy-language supervision and could be adapted to other VQA tasks where explanations are unreliable.
- One could stress-test the claim by ablating the SCF captioner with a random subset of fake captions that still mention keywords; if gains vanish, the specific caption content rather than mere language diversity is doing the work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Interpretable Face Anti-Spoofing (I-FAS), a multimodal large language model framework that reframes face anti-spoofing as a visual question answering task. The method has three components: Spoof-aware Captioning and Filtering (SCF) generates natural-language captions emphasizing spoof cues; a Lopsided Language Model (L-LM) loss separates the loss for the yes/no judgment from the loss for the interpretation; and a Globally Aware Connector (GAC) injects multi-layer global visual features into the language model. The authors evaluate on two protocols: Protocol 1 is the standard leave-one-domain-out benchmark on MSU-MFSD, CASIA-FASD, Replay-Attack, and OULU-NPU, achieving 1.33% average HTER; Protocol 2 is a new 'One to Eleven' benchmark with CelebA-Spoof as the only source domain and 11 other datasets as targets, achieving 11.30% average HTER versus 18.73% for FLIP. The paper also reports ablations and qualitative examples showing that the model produces interpretable rationales along with decisions.
Significance. If the reported results are valid, the work is significant: it is among the first to treat face anti-spoofing as an interpretable VQA problem with an MLLM, and the large cross-domain gains, particularly on datasets with no spoof-type overlap with the source, would be an important advance. The proposal is technically concrete (a connector, a loss function, and a captioning pipeline) and the experiments cover 12 public datasets. However, the validity of the central claim is seriously undermined by the SCF leakage issue described below, which makes the Protocol 2 numbers not a clean measure of domain generalization. The reported inconsistencies (e.g., the FLIP AUC discrepancy between Tables 2 and .8) and the lack of variance reporting prevent the reader from independently judging the significance of the numerical advantages. The idea of language-supervised FAS is promising and worth pursuing, but the current evaluation protocol does not support the strong claim of 'significantly outperforming state-of-the-art' in a single-source, multi-target setting.
major comments (3)
- [Algorithm 1, Appendix 'Spoof-aware Captioning and Filtering', 'Captioner'] The SCF pipeline fine-tunes the spoof-aware captioner C_S on the filtered fake-image subset D_S, which is aggregated from all 12 datasets (Algorithm 1, lines 1-10). In Protocol 2, the source is CelebA-Spoof and the 11 other datasets are declared targets. Because C_S is optimized on fake images from those target datasets, the captions T_S used as supervision for the source-domain CelebA-Spoof training images are generated by a model that has already seen target-domain spoof types and image statistics. This breaks the claimed 'training solely on the CelebA-Spoof dataset' (Table 2 heading) and the domain-generalization assumption: target-domain information can flow into the FAS model through the caption text, even though the visual encoder and LLM never see target pixels. The very large gain on Rose-Youtu (HTER from 80.73 to 5.52) is consistent with this leak, since Rose-Youtu fake images were part of the captioner fine-tuning set. A source-only control is required: either fine-tune C_S only on CelebA-Spoof filtered captions, or use an off-the-shelf captioner without any spoof-aware fine-tuning, and re-run Protocol 2. Without such a control, the reported cross-domain superiority cannot be attributed to the I-FAS formulation itself, and the One-to-Eleven benchmark does not measure pure source-domain generalization.
- [Table .8 versus Table 2] There is an internal numerical inconsistency: Table 2 reports FLIP's average AUC in Protocol 2 as 87.90, but Table .8 in the appendix reports the same quantity as 97.90. Since Table .8 is used to argue that Ours achieves a better HTER at comparable trainable parameters (Ours: 104M, FLIP: 170M), the discrepancy is not purely cosmetic. The reader cannot tell which value is correct or whether the parameter-efficiency comparison is based on the right numbers. The authors should unify the reported FLIP results and re-check all other numbers in the appendix against the main text.
- [Implementation Details and Tables 1-4] The paper states that all results are the mean of three independent runs with different seeds, but no standard deviations, confidence intervals, or per-run values are reported anywhere in the main text or appendix. For the central cross-domain claims, especially the Protocol 2 improvements over FLIP (e.g., average HTER 11.30% vs 18.73%) and the small gaps in Protocol 1 between Ours (1.33%) and the second-best method (2.98%), variance matters. The absence of any measure of statistical spread makes it impossible to know whether the differences are meaningful or could overlap with the baselines across seeds. The authors should provide standard deviations (or at least per-seed results) for all reported averaged numbers.
minor comments (4)
- [Abstract / Protocol 2 description] There is a typo: 'One to Eleve' in the abstract and in the Protocol 2 setup should be 'One to Eleven'.
- [Table .5 and Table .7 references] In the appendix, the text says 'Table .7 presents the details of keyword dictionary K' but the keyword dictionary is in Table .5; Table .7 is the detailed ablation results. The cross-references are off by one and should be corrected.
- [Figure 5 and appendix Figure .7] The main text refers to 'Figure .7 (Left)' for the alpha ablation and 'Figure .7 (Right)' for the loss-convergence plot, but the appendix Figure .7 is a bar chart of keyword filtering counts. The numbering and locations of the two panels should be disambiguated so that the reader can actually find the referenced plots.
- [Interpretability claim] The paper frames the captions as 'interpretations' that explain the model's decisions. Because the captions are generated from labels and keyword filtering and then used as training targets, they are post-hoc rationales rather than independently derived causal explanations. The qualitative examples in Figure 4 are consistent with this limitation; the authors should temper the interpretability language or provide additional evidence that the generated text reflects model-internal reasoning rather than memorized caption patterns.
Circularity Check
No circular derivation: the FAS judgment is trained from labels with a standard classification loss, and the caption supervision is auxiliary rather than input-equivalent.
full rationale
The paper's core claim is an empirical performance improvement. The I-FAS judgment is the probability of the word 'Yes' under a standard autoregressive loss; the Lopsided LM loss separates judgment from interpretation, so the caption supervision does not by construction determine the classification output. The SCF captions are generated by a captioner fine-tuned on label-filtered outputs, but this is a pseudo-labeling/self-training procedure, not a reduction of the prediction to the input. No uniqueness theorem or load-bearing self-citation is invoked. The main non-circularity concern is experimental: the spoof-aware captioner is fine-tuned on a filtered subset of all 12 datasets, including the 11 Protocol 2 target domains, so target-domain statistics can leak into the source-domain captions. This threatens the validity of the claimed cross-domain generalization but is a benchmark-contamination/correctness issue, not a circular derivation. Therefore the circularity score is 0.
Assumptions & free parameters
free parameters (1)
- alpha (α) in L-LM loss =
not stated (ablation in Figure .7)
assumptions (3)
- domain assumption The spoof-aware captioner, fine-tuned on keyword-filtered captions, produces captions that correctly identify spoof cues in unseen domains.
- domain assumption The keyword dictionary K covers the spoof types in all target datasets.
- domain assumption Multi-level CLS tokens from a frozen CLIP ViT-L/14 encode both low-level texture and high-level semantic features needed for spoof detection.
Cite this review
Pith. "Pith review of Interpretable Face Anti-Spoofing: Enhancing Generalization with Multimodal Large Language Models." pith.science (2026). https://pith.science/paper/IVDGNEHG
@misc{pith2026250101720,
author = {Pith},
title = {Pith review of: Interpretable Face Anti-Spoofing: Enhancing Generalization with Multimodal Large Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/IVDGNEHG}},
note = {Machine review of arXiv:2501.01720}
}
read the original abstract
Face Anti-Spoofing (FAS) is essential for ensuring the security and reliability of facial recognition systems. Most existing FAS methods are formulated as binary classification tasks, providing confidence scores without interpretation. They exhibit limited generalization in out-of-domain scenarios, such as new environments or unseen spoofing types. In this work, we introduce a multimodal large language model (MLLM) framework for FAS, termed Interpretable Face Anti-Spoofing (I-FAS), which transforms the FAS task into an interpretable visual question answering (VQA) paradigm. Specifically, we propose a Spoof-aware Captioning and Filtering (SCF) strategy to generate high-quality captions for FAS images, enriching the model's supervision with natural language interpretations. To mitigate the impact of noisy captions during training, we develop a Lopsided Language Model (L-LM) loss function that separates loss calculations for judgment and interpretation, prioritizing the optimization of the former. Furthermore, to enhance the model's perception of global visual features, we design a Globally Aware Connector (GAC) to align multi-level visual representations with the language model. Extensive experiments on standard and newly devised One to Eleven cross-domain benchmarks, comprising 12 public datasets, demonstrate that our method significantly outperforms state-of-the-art methods.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Exploring Task-Solving Paradigm for Generalized Cross-Domain Face Anti-Spoofing via Reinforcement Fine-Tuning
Reinforcement fine-tuning of a 7B vision-language model with GRPO and task-specific rewards achieves state-of-the-art cross-domain face anti-spoofing and interpretable reasoning.
Reference graph
Works this paper leans on
-
[1]
Alayrac, J.-B.; Donahue, J.; Luc, P.; Miech, A.; Barr, I.; Hasson, Y.; Lenc, K.; Mensch, A.; Millican, K.; Reynolds, M.; et al. 2022. Flamingo: a visual language model for few-shot learning. Advances in neural information processing systems, 35: 23716--23736
2022
-
[2]
Boulkenafet, Z.; Komulainen, J.; Li, L.; Feng, X.; and Hadid, A. 2017. OULU-NPU: A mobile face presentation attack database with real-world variations. In 2017 12th IEEE international conference on automatic face & gesture recognition (FG 2017), 612--618. IEEE
work page 2017
-
[3]
Cai, R.; Cui, Y.; Li, Z.; Yu, Z.; Li, H.; Hu, Y.; and Kot, A. 2023. Rehearsal-free domain continual face anti-spoofing: Generalize more and forget less. In CVPR, 8037--8048
work page 2023
-
[4]
Cai, R.; Li, Z.; Wan, R.; Li, H.; Hu, Y.; and Kot, A. C. 2022. Learning meta pattern for face anti-spoofing. TIFS, 17: 1201--1213
work page 2022
-
[5]
Cai, R.; Soh, C.; Yu, Z.; Li, H.; Yang, W.; and Kot, A. C. 2024. Towards Data-Centric Face Anti-spoofing: Improving Cross-Domain Generalization via Physics-Based Data Synthesis. International Journal of Computer Vision, 1--22
2024
-
[6]
Chen, Z.; Yao, T.; Sheng, K.; Ding, S.; Tai, Y.; Li, J.; Huang, F.; and Jin, X. 2021. Generalizable representation learning for mixture domain face anti-spoofing. In Proceedings of the AAAI conference on artificial intelligence, volume 35, 1132--1139
work page 2021
-
[7]
Chingovska, I.; Anjos, A.; and Marcel, S. 2012. On the effectiveness of local binary patterns in face anti-spoofing. In BIOSIG, 1--7. IEEE
work page 2012
-
[8]
George, A.; Mostaani, Z.; Geissenbuhler, D.; Nikisins, O.; Anjos, A.; and Marcel, S. 2019. Biometric face presentation attack detection with multi-channel convolutional neural network. TIFS, 15: 42--55
work page 2019
Show all 62 references
-
[9]
Guo, J.; Liu, H.; Luo, Y.; Hu, X.; Zou, H.; Zhang, Y.; Liu, H.; and Zhao, B. 2024 a . Style-conditional Prompt Token Learning for Generalizable Face Anti-spoofing. In ACM MM, 994--1003
2024
-
[10]
Guo, X.; Liu, X.; Masi, I.; and Liu, X. 2024 b . Language-guided Hierarchical Fine-grained Image Forgery Detection and Localization. International Journal of Computer Vision
2024
-
[11]
Guo, X.; Liu, X.; Ren, Z.; Grosz, S.; Masi, I.; and Liu, X. 2023. Hierarchical fine-grained image forgery detection and localization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 3155--3165
2023
-
[12]
Guo, X.; Liu, Y.; Jain, A.; and Liu, X. 2022. Multi-domain learning for updating face anti-spoofing models. In European Conference on Computer Vision, 230--249. Springer
2022
-
[13]
Hu, C.; Zhang, K.-Y.; Yao, T.; Liu, S.; Ding, S.; Tan, X.; and Ma, L. 2024. Domain-Hallucinated Updating for Multi-Domain Face Anti-spoofing. In AAAI, volume 38, 2193--2201
2024
-
[14]
Huang, H.-P.; Sun, D.; Liu, Y.; Chu, W.-S.; Xiao, T.; Yuan, J.; Adam, H.; and Yang, M.-H. 2022. Adaptive transformers for robust few-shot cross-domain face anti-spoofing. In European conference on computer vision, 37--54. Springer
2022
-
[15]
Huang, W.; Zheng, X.; Ma, X.; Qin, H.; Lv, C.; Chen, H.; Luo, J.; Qi, X.; Liu, X.; and Magno, M. 2024. An Empirical Study of LLaMA3 Quantization: From LLMs to MLLMs. arXiv:2404.14047
2024 arXiv
-
[16]
Jia, Y.; Zhang, J.; Shan, S.; and Chen, X. 2020. Single-side domain generalization for face anti-spoofing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 8484--8493
2020
-
[17]
Jiang, D.; Liu, Y.; Liu, S.; Zhao, J.; Zhang, H.; Gao, Z.; Zhang, X.; Li, J.; and Xiong, H. 2023. From clip to dino: Visual encoders shout in multi-modal large language models. arXiv preprint arXiv:2310.08825
2023 arXiv
-
[18]
Jiang, Y.; Yan, X.; Ji, G.-P.; Fu, K.; Sun, M.; Xiong, H.; Fan, D.-P.; and Khan, F. S. 2024. Effectiveness assessment of recent large vision-language models. Visual Intelligence, 2(1): 17
2024
-
[19]
M.; and Woo, S
Le, B. M.; and Woo, S. S. 2024. Gradient alignment for cross-domain face anti-spoofing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 188--199
2024
-
[20]
Li, H.; Li, W.; Cao, H.; Wang, S.; Huang, F.; and Kot, A. C. 2018. Unsupervised domain adaptation for face anti-spoofing. IEEE Transactions on Information Forensics and Security, 13(7): 1794--1809
2018
-
[21]
Li, J.; Li, D.; Savarese, S.; and Hoi, S. 2023. Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In International conference on machine learning, 19730--19742. PMLR
2023
-
[22]
Li, J.; Li, D.; Xiong, C.; and Hoi, S. 2022. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. In International conference on machine learning, 12888--12900. PMLR
2022
-
[23]
Liao, C.-H.; Chen, W.-C.; Liu, H.-T.; Yeh, Y.-R.; Hu, M.-C.; and Chen, C.-S. 2023. Domain invariant vision transformer learning for face anti-spoofing. In WACV, 6098--6107
2023
-
[24]
Liu, A. 2024. CA-MoEiT: Generalizable Face Anti-spoofing via Dual Cross-Attention and Semi-fixed Mixture-of-Expert. International Journal of Computer Vision, 1--14
2024
-
[25]
Liu, A.; Ma, H.; Zheng, J.; Yuan, H.; Yu, X.; Liang, Y.; Escalera, S.; Wan, J.; and Lei, Z. 2024 a . FM-CLIP: Flexible Modal CLIP for Face Anti-Spoofing. In ACM MM, 8228–8237
2024
-
[26]
Liu, A.; Wan, J.; Jiang, N.; Wang, H.; and Liang, Y. 2022 a . Disentangling Facial Pose and Appearance Information for Face Anti-spoofing. In 2022 26th International Conference on Pattern Recognition (ICPR), 4537--4543. IEEE
2022
-
[27]
Liu, A.; Xue, S.; Gan, J.; Wan, J.; Liang, Y.; Deng, J.; Escalera, S.; and Lei, Z. 2024 b . CFPL-FAS: Class Free Prompt Learning for Generalizable Face Anti-spoofing. In CVPR, 222--232
2024
-
[28]
Liu, A.; Zhao, C.; Yu, Z.; Wan, J.; Su, A.; Liu, X.; Tan, Z.; Escalera, S.; Xing, J.; Liang, Y.; et al. 2022 b . Contrastive context-aware learning for 3d high-fidelity mask face presentation attack detection. TIFS, 17: 2497--2507
2022
-
[29]
Liu, H.; Li, C.; Wu, Q.; and Lee, Y. J. 2024 c . Visual instruction tuning. Advances in neural information processing systems, 36
2024
-
[30]
Liu, S.; Lu, S.; Xu, H.; Yang, J.; Ding, S.; and Ma, L. 2022 c . Feature generation and hypothesis verification for reliable face anti-spoofing. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 36, 1782--1791
2022
-
[31]
Liu, S.-Q.; Lan, X.; and Yuen, P. C. 2018. Remote photoplethysmography correspondence feature for 3D mask face presentation attack detection. In Proceedings of the European Conference on Computer Vision (ECCV), 558--573
2018
-
[32]
Liu, Y.; Chen, Y.; Dai, W.; Gou, M.; Huang, C.-T.; and Xiong, H. 2022 d . Source-free domain adaptation with contrastive domain alignment and self-supervised exploration for face anti-spoofing. In European Conference on Computer Vision, 511--528. Springer
2022
-
[33]
Liu, Y.; Chen, Y.; Dai, W.; Gou, M.; Huang, C.-T.; and Xiong, H. 2024 d . Source-Free Domain Adaptation With Domain Generalized Pretraining for Face Anti-Spoofing. IEEE Transactions on Pattern Analysis and Machine Intelligence
2024
-
[34]
Liu, Y.; Chen, Y.; Gou, M.; Huang, C.-T.; Wang, Y.; Dai, W.; and Xiong, H. 2023. Towards unsupervised domain generalization for face anti-spoofing. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 20654--20664
2023
-
[35]
Liu, Y.; Jourabloo, A.; and Liu, X. 2018. Learning deep models for face anti-spoofing: Binary or auxiliary supervision. In Proceedings of the IEEE conference on computer vision and pattern recognition, 389--398
2018
-
[36]
W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al
Radford, A.; Kim, J. W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. 2021. Learning transferable visual models from natural language supervision. In International conference on machine learning, 8748--8763. PMLR
2021
-
[37]
Shao, R.; Lan, X.; Li, J.; and Yuen, P. C. 2019. Multi-adversarial discriminative deep domain generalization for face presentation attack detection. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 10023--10031
2019
-
[38]
Shi, Y.; Gao, Y.; Lai, Y.; Wang, H.; Feng, J.; He, L.; Wan, J.; Chen, C.; Yu, Z.; and Cao, X. 2024. Shield: An evaluation benchmark for face spoofing and forgery detection with multimodal large language models. arXiv preprint arXiv:2402.04178
2024 arXiv
-
[39]
Srivatsan, K.; Naseer, M.; and Nandakumar, K. 2023. Flip: Cross-domain face anti-spoofing with language guidance. In CVPR, 19685--19696
2023
-
[40]
Sun, Y.; Liu, Y.; Liu, X.; Li, Y.; and Chu, W.-S. 2023. Rethinking domain generalization for face anti-spoofing: Separability and alignment. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 24563--24574
2023
-
[41]
Wang, C.-Y.; Lu, Y.-D.; Yang, S.-T.; and Lai, S.-H. 2022 a . Patchnet: A simple face anti-spoofing framework via fine-grained patch recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 20281--20290
2022
-
[42]
Wang, J.; Zhang, J.; Bian, Y.; Cai, Y.; Wang, C.; and Pu, S. 2021. Self-domain adaptation for face anti-spoofing. In Proceedings of the AAAI conference on artificial intelligence, volume 35, 2746--2754
2021
-
[43]
Wang, K.; Zhang, G.; Yue, H.; Liang, Y.; Huang, M.; Zhang, G.; Han, J.; Ding, E.; and Wang, J. 2024 a . CSDG-FAS: Closed-Space Domain Generalization for Face Anti-spoofing. International Journal of Computer Vision, 1--14
2024
-
[44]
Wang, K.; Zhang, G.; Yue, H.; Liu, A.; Zhang, G.; Feng, H.; Han, J.; Ding, E.; and Wang, J. 2024 b . Multi-domain incremental learning for face presentation attack detection. In AAAI, volume 38, 5499--5507
2024
-
[45]
Wang, Z.; Wang, Z.; Yu, Z.; Deng, W.; Li, J.; Gao, T.; and Wang, Z. 2022 b . Domain generalization via shuffled style assembly for face anti-spoofing. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 4123--4133
2022
-
[46]
Wen, D.; Han, H.; and Jain, A. K. 2015. Face spoof detection with image distortion analysis. IEEE Transactions on Information Forensics and Security, 10(4): 746--761
2015
-
[47]
Z.; and Zhao, G
Yu, Z.; Wan, J.; Qin, Y.; Li, X.; Li, S. Z.; and Zhao, G. 2020 a . NAS-FAS: Static-dynamic central difference network search for face anti-spoofing. IEEE transactions on pattern analysis and machine intelligence, 43(9): 3005--3023
2020
-
[48]
Yu, Z.; Zhao, C.; Wang, Z.; Qin, Y.; Su, Z.; Li, X.; Zhou, F.; and Zhao, G. 2020 b . Searching central difference convolutional networks for face anti-spoofing. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 5295--5305
2020
-
[49]
Yuan, Y.; Li, W.; Liu, J.; Tang, D.; Luo, X.; Qin, C.; Zhang, L.; and Zhu, J. 2024. Osprey: Pixel understanding with visual instruction tuning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 28202--28211
2024
-
[50]
Yue, H.; Wang, K.; Zhang, G.; Feng, H.; Han, J.; Ding, E.; and Wang, J. 2023. Cyclically disentangled feature translation for face anti-spoofing. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, 3358--3366
2023
-
[51]
Zanella, L.; Menapace, W.; Mancini, M.; Wang, Y.; and Ricci, E. 2024. Harnessing Large Language Models for Training-free Video Anomaly Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 18527--18536
2024
-
[52]
Zhang, K.-Y.; Yao, T.; Zhang, J.; Liu, S.; Yin, B.; Ding, S.; and Li, J. 2021. Structure destruction and content combination for face anti-spoofing. In 2021 IEEE International Joint Conference on Biometrics (IJCB), 1--6. IEEE
2021
-
[53]
Zhang, K.-Y.; Yao, T.; Zhang, J.; Tai, Y.; Ding, S.; Li, J.; Huang, F.; Song, H.; and Ma, L. 2020 a . Face anti-spoofing via disentangled representation learning. In ECCV, 641--657. Springer
2020
-
[54]
V.; et al
Zhang, S.; Roller, S.; Goyal, N.; Artetxe, M.; Chen, M.; Chen, S.; Dewan, C.; Diab, M.; Li, X.; Lin, X. V.; et al. 2022. Opt: Open pre-trained transformer language models. arXiv preprint arXiv:2205.01068
2022 arXiv
-
[55]
Zhang, Y.; Colman, B.; Guo, X.; Shahriyari, A.; and Bharaj, G. 2025. Common Sense Reasoning for Deepfake Detection. In European Conference on Computer Vision
2025
-
[56]
Zhang, Y.; Yin, Z.; Li, Y.; Yin, G.; Yan, J.; Shao, J.; and Liu, Z. 2020 b . Celeba-spoof: Large-scale face anti-spoofing dataset with rich annotations. In ECCV, 70--85
2020
-
[57]
Zhang, Z.; Yan, J.; Liu, S.; Lei, Z.; Yi, D.; and Li, S. Z. 2012. A face antispoofing database with diverse attacks. In ICB, 26--31. IEEE
2012
-
[58]
Zhou, Q.; Zhang, K.-Y.; Yao, T.; Lu, X.; Ding, S.; and Ma, L. 2024. Test-time domain generalization for face anti-spoofing. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 175--187
2024
-
[59]
Zhou, Q.; Zhang, K.-Y.; Yao, T.; Lu, X.; Yi, R.; Ding, S.; and Ma, L. 2023. Instance-aware domain generalization for face anti-spoofing. In CVPR, 20453--20463
2023
-
[60]
Zhou, Q.; Zhang, K.-Y.; Yao, T.; Yi, R.; Sheng, K.; Ding, S.; and Ma, L. 2022. Generative domain adaptation for face anti-spoofing. In European Conference on Computer Vision, 335--356. Springer
2022
-
[61]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all...
-
[62]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.