CVIVSep 1, 2022

On the detection of morphing attacks generated by GANs

arXiv:2209.00404v113 citationsh-index: 65
Originality Incremental advance
AI Analysis

This addresses the security of face recognition systems against emerging deep morphing attacks, but the work is incremental as it builds on existing detection methods.

The paper tackled the problem of detecting GAN-generated morphing attacks on face recognition systems, finding that a pretrained ResNet detector achieved near-perfect accuracy, while simpler LBP-based methods were accurate in intra-dataset settings but struggled with generalization.

Recent works have demonstrated the feasibility of GAN-based morphing attacks that reach similar success rates as more traditional landmark-based methods. This new type of "deep" morphs might require the development of new adequate detectors to protect face recognition systems. We explore simple deep morph detection baselines based on spectral features and LBP histograms features, as well as on CNN models, both in the intra-dataset and cross-dataset case. We observe that simple LBP-based systems are already quite accurate in the intra-dataset setting, but struggle with generalization, a phenomenon that is partially mitigated by fusing together several of those systems at score-level. We conclude that a pretrained ResNet effective for GAN image detection is the most effective overall, reaching close to perfect accuracy. We note however that LBP-based systems maintain a level of interest : additionally to their lower computational requirements and increased interpretability with respect to CNNs, LBP+ResNet fusions sometimes also showcase increased performance versus ResNet-only, hinting that LBP-based systems can focus on meaningful signal that is not necessarily picked up by the CNN detector.

Foundations

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

Your Notes