Pith

open record

sign in

arxiv: 2309.04038 · v2 · pith:VPAUJ4JO · submitted 2023-09-07 · cs.CV

S-Adapter: Generalizing Vision Transformer for Face Anti-Spoofing with Statistical Tokens

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:VPAUJ4JOrecord.jsonopen to challenge →

classification cs.CV
keywords cross-domainstatisticalfacegeneralizationpre-traineds-adaptertokensadapter
0
0 comments X
read the original abstract

Face Anti-Spoofing (FAS) aims to detect malicious attempts to invade a face recognition system by presenting spoofed faces. State-of-the-art FAS techniques predominantly rely on deep learning models but their cross-domain generalization capabilities are often hindered by the domain shift problem, which arises due to different distributions between training and testing data. In this study, we develop a generalized FAS method under the Efficient Parameter Transfer Learning (EPTL) paradigm, where we adapt the pre-trained Vision Transformer models for the FAS task. During training, the adapter modules are inserted into the pre-trained ViT model, and the adapters are updated while other pre-trained parameters remain fixed. We find the limitations of previous vanilla adapters in that they are based on linear layers, which lack a spoofing-aware inductive bias and thus restrict the cross-domain generalization. To address this limitation and achieve cross-domain generalized FAS, we propose a novel Statistical Adapter (S-Adapter) that gathers local discriminative and statistical information from localized token histograms. To further improve the generalization of the statistical tokens, we propose a novel Token Style Regularization (TSR), which aims to reduce domain style variance by regularizing Gram matrices extracted from tokens across different domains. Our experimental results demonstrate that our proposed S-Adapter and TSR provide significant benefits in both zero-shot and few-shot cross-domain testing, outperforming state-of-the-art methods on several benchmark tests. We will release the source code upon acceptance.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Architectural Bias in Face Presentation Attack Detection: A Comparative Study of Vision Transformers and Convolutional Neural Networks

    cs.CV 2026-06 unverdicted novelty 4.0

    Pretrained DeiT-S Vision Transformer reaches 97.27% accuracy and cuts ethnic ACER gap to 0.13% on CeFA dataset while showing 3.6x better zero-shot generalization than ResNet18 CNN.