paper-with-me

Papers

Joint Physical-Digital Facial Attack Detection Via Simulating Spoofing Clues

2024-04-12 · Xianhua He, Dashuang Liang, Song Yang, Zhanlong Hao, Hui Ma, Binjie Mao, Xi Li, Yao Wang, Pengfei Yan, Ajian Liu

Face recognition systems are frequently subjected to a variety of physical and digital attacks of different types. Previous methods have achieved satisfactory performance in scenarios that address physical attacks and digital attacks, respectively. However, few methods are considered to integrate a model that simultaneously addresses both physical and digital attacks, implying the necessity to develop and maintain multiple models. To jointly detect physical and digital attacks within a single model, we propose an innovative approach that can adapt to any network architecture. Our approach mainly contains two types of data augmentation, which we call Simulated Physical Spoofing Clues augmentation (SPSC) and Simulated Digital Spoofing Clues augmentation (SDSC). SPSC and SDSC augment live samples into simulated attack samples by simulating spoofing clues of physical and digital attacks, respectively, which significantly improve the capability of the model to detect "unseen" attack types. Extensive experiments show that SPSC and SDSC can achieve state-of-the-art generalization in Protocols 2.1 and 2.2 of the UniAttackData dataset, respectively. Our method won first place in "Unified Physical-Digital Face Attack Detection" of the 5th Face Anti-spoofing Challenge@CVPR2024. Our final submission obtains 3.75% APCER, 0.93% BPCER, and 2.34% ACER, respectively. Our code is available at https://github.com/Xianhua-He/cvpr2024-face-anti-spoofing-challenge.

📄 PDF Abstract BibTeX arXiv:2404.08450

Code (3)

xianhua-he/cvpr2024-face-anti-spoofing-challenge 공식 구현 pytorch
FaceOnLive/Face-Liveness-Detection-SDK-Linux
Recognito-Vision/Face-SDK-Linux-Demos

Tasks

Data AugmentationFace Anti-SpoofingFace Recognition

Methods 이 논문이 사용한 방법론

Stochastic Dueling Network A Stochastic Dueling Network, or SDN, is an architecture for learning a value function $V$. The SDN learns both $V$ and $Q$ off-policy while maintaining consistency…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Entropy Regularization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Retrace Retrace is an off-policy Q-value estimation algorithm which has guaranteed convergence for a target and behaviour policy $\left(\pi, \beta\right)$. With off-policy rollout for…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Hiding in Plain Sight: An Effective Physical Adversarial Patch Attack against Visual-Infrared Fused Face Detection

2026-07-25 · Qiucheng Yu, Tao Ni, Yihe Zhou, Jiayimei Wang 외 arxiv

Deep learning-based visual-infrared fused face detection models are increasingly deployed across a wide range of applications, yet they remain susceptible to adversarial patch attacks. Most prior attacks target either th…

Face Detection

Spoofing-aware Prompt Learning for Unified Physical-Digital Facial Attack Detection

2025-12-06 · Jiabao Guo, Yadian Wang, Hui Ma, Yuhao Fu 외 arxiv

Real-world face recognition systems are vulnerable to both physical presentation attacks (PAs) and digital forgery attacks (DFs). We aim to achieve comprehensive protection of biometric data by implementing a unified phy…

Face Recognition

Intentional Electromagnetic Interference Attacks on Facial Recognition

2026-07-16 · Tyler Fitzsimmons, Adam Czajka arxiv

Attacks on general computer vision algorithms are often relegated to the digital domain, with the optimization performed purely in the digital world and then translated to physical mediums for implementation. In the fiel…

Face Recognition

ProjAttacker: A Configurable Physical Adversarial Attack for Face Recognition via Projector

2025-01-01 · CVPR 2025 1 · Yuanwei Liu, Hui Wei, Chengyu Jia, Ruqi Xiao 외

Previous physical adversarial attacks have shown that carefully crafted perturbations can deceive face recognition systems, revealing critical security vulnerabilities. However, these attacks often struggle to impers…

Adversarial AttackFace Recognition

Backdoor Attacks Against Deep Learning Systems in the Physical World

2020-06-25 · CVPR 2021 1 · Emily Wenger, Josephine Passananti, Arjun Bhagoji, Yuanshun Yao 외

Backdoor attacks embed hidden malicious behaviors into deep learning models, which only activate and cause misclassifications on model inputs containing a specific trigger. Existing works on backdoor attacks and defenses…

Deep LearningTransfer Learning