CVMay 8, 2020

Learning Generalized Spoof Cues for Face Anti-spoofing

arXiv:2005.03922v157 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses generalization issues in face anti-spoofing for security applications, but it is incremental as it builds on existing anomaly detection approaches.

The paper tackles the problem of weak generalization in face anti-spoofing due to diverse spoof types by reformulating it as anomaly detection and proposing a residual-learning framework to learn spoof cues, resulting in consistent outperformance over state-of-the-art methods.

Many existing face anti-spoofing (FAS) methods focus on modeling the decision boundaries for some predefined spoof types. However, the diversity of the spoof samples including the unknown ones hinders the effective decision boundary modeling and leads to weak generalization capability. In this paper, we reformulate FAS in an anomaly detection perspective and propose a residual-learning framework to learn the discriminative live-spoof differences which are defined as the spoof cues. The proposed framework consists of a spoof cue generator and an auxiliary classifier. The generator minimizes the spoof cues of live samples while imposes no explicit constraint on those of spoof samples to generalize well to unseen attacks. In this way, anomaly detection is implicitly used to guide spoof cue generation, leading to discriminative feature learning. The auxiliary classifier serves as a spoof cue amplifier and makes the spoof cues more discriminative. We conduct extensive experiments and the experimental results show the proposed method consistently outperforms the state-of-the-art methods. The code will be publicly available at https://github.com/vis-var/lgsc-for-fas.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes