CVNov 24, 2020

Revisiting Pixel-Wise Supervision for Face Anti-Spoofing

arXiv:2011.12032v199 citations
AI Analysis

This work addresses the problem of detecting unknown face presentation attacks for securing face recognition systems, offering an incremental improvement to existing pixel-wise supervision methods.

This paper proposes a novel pyramid supervision method for face anti-spoofing (FAS) that learns local details and global semantics from multi-scale spatial context. It improves performance over existing pixel-wise supervision frameworks on five FAS benchmark datasets and enhances model interpretability by more reasonably locating patch-level positions of presentation attacks.

Face anti-spoofing (FAS) plays a vital role in securing face recognition systems from the presentation attacks (PAs). As more and more realistic PAs with novel types spring up, it is necessary to develop robust algorithms for detecting unknown attacks even in unseen scenarios. However, deep models supervised by traditional binary loss (e.g., `0' for bonafide vs. `1' for PAs) are weak in describing intrinsic and discriminative spoofing patterns. Recently, pixel-wise supervision has been proposed for the FAS task, intending to provide more fine-grained pixel/patch-level cues. In this paper, we firstly give a comprehensive review and analysis about the existing pixel-wise supervision methods for FAS. Then we propose a novel pyramid supervision, which guides deep models to learn both local details and global semantics from multi-scale spatial context. Extensive experiments are performed on five FAS benchmark datasets to show that, without bells and whistles, the proposed pyramid supervision could not only improve the performance beyond existing pixel-wise supervision frameworks, but also enhance the model's interpretability (i.e., locating the patch-level positions of PAs more reasonably). Furthermore, elaborate studies are conducted for exploring the efficacy of different architecture configurations with two kinds of pixel-wise supervisions (binary mask and depth map supervisions), which provides inspirable insights for future architecture/supervision design.

Code Implementations1 repo
Foundations

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

Your Notes