Face Reconstruction Transfer Attack as Out-of-Distribution Generalization
Yoon Gyo Jung, Jaewoo Park, Xingbo Dong, Hojin Park, Andrew Beng Jin Teoh, Octavia Camps
TL;DR
This work addresses the vulnerability of face recognition systems to transfer attacks by formalizing Face Reconstruction Transfer Attacks (FRTA) as an Out-Of-Distribution (OOD) generalization problem. It introduces Averaged Latent Search with Unsupervised Validation using a pseudo target (ALSUV), which optimizes multiple latents of a StyleGAN2 generator, averages latent trajectories, and uses a pseudo-target validation encoder to improve generalization to unseen encoders. Extensive experiments on LFW, CFP-FP, and AgeDB-30 across six encoders demonstrate state-of-the-art transfer attack performance, with robust transfer to unseen systems and analysis linking flat minima to better generalization. The findings highlight security risks in FRTA and provide methodological insights for evaluating and mitigating cross-encoder transfer vulnerabilities, with code to be released for replication.
Abstract
Understanding the vulnerability of face recognition systems to malicious attacks is of critical importance. Previous works have focused on reconstructing face images that can penetrate a targeted verification system. Even in the white-box scenario, however, naively reconstructed images misrepresent the identity information, hence the attacks are easily neutralized once the face system is updated or changed. In this paper, we aim to reconstruct face images which are capable of transferring face attacks on unseen encoders. We term this problem as Face Reconstruction Transfer Attack (FRTA) and show that it can be formulated as an out-of-distribution (OOD) generalization problem. Inspired by its OOD nature, we propose to solve FRTA by Averaged Latent Search and Unsupervised Validation with pseudo target (ALSUV). To strengthen the reconstruction attack on OOD unseen encoders, ALSUV reconstructs the face by searching the latent of amortized generator StyleGAN2 through multiple latent optimization, latent optimization trajectory averaging, and unsupervised validation with a pseudo target. We demonstrate the efficacy and generalization of our method on widely used face datasets, accompanying it with extensive ablation studies and visually, qualitatively, and quantitatively analyses. The source code will be released.
