CVFeb 29, 2024

Gradient Alignment for Cross-Domain Face Anti-Spoofing

arXiv:2402.18817v246 citationsh-index: 9Has CodeCVPR
Originality Highly original
AI Analysis

This addresses domain shift issues in face anti-spoofing systems, which is an incremental improvement over prior methods.

The paper tackles the problem of domain generalization in face anti-spoofing by introducing GAC-FAS, a learning objective that guides models to converge to flat minima for robustness against domain shifts, achieving state-of-the-art performance on cross-domain datasets.

Recent advancements in domain generalization (DG) for face anti-spoofing (FAS) have garnered considerable attention. Traditional methods have focused on designing learning objectives and additional modules to isolate domain-specific features while retaining domain-invariant characteristics in their representations. However, such approaches often lack guarantees of consistent maintenance of domain-invariant features or the complete removal of domain-specific features. Furthermore, most prior works of DG for FAS do not ensure convergence to a local flat minimum, which has been shown to be advantageous for DG. In this paper, we introduce GAC-FAS, a novel learning objective that encourages the model to converge towards an optimal flat minimum without necessitating additional learning modules. Unlike conventional sharpness-aware minimizers, GAC-FAS identifies ascending points for each domain and regulates the generalization gradient updates at these points to align coherently with empirical risk minimization (ERM) gradient updates. This unique approach specifically guides the model to be robust against domain shifts. We demonstrate the efficacy of GAC-FAS through rigorous testing on challenging cross-domain FAS datasets, where it establishes state-of-the-art performance. The code is available at https://github.com/leminhbinh0209/CVPR24-FAS.

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