CVJan 11, 2022

Similarity-based Gray-box Adversarial Attack Against Deep Face Recognition

arXiv:2201.04011v221 citations
AI Analysis

This addresses security vulnerabilities in face authentication systems, offering a more effective attack method for scenarios with limited knowledge, though it is incremental as it builds on existing adversarial attack frameworks.

They tackled the problem of adversarial attacks on deep face recognition in gray-box settings where face templates are unknown, proposing a similarity-based technique (SGADV) that outperforms existing methods in experiments on datasets like LFW and CelebA against models such as FaceNet and InsightFace.

The majority of adversarial attack techniques perform well against deep face recognition when the full knowledge of the system is revealed (\emph{white-box}). However, such techniques act unsuccessfully in the gray-box setting where the face templates are unknown to the attackers. In this work, we propose a similarity-based gray-box adversarial attack (SGADV) technique with a newly developed objective function. SGADV utilizes the dissimilarity score to produce the optimized adversarial example, i.e., similarity-based adversarial attack. This technique applies to both white-box and gray-box attacks against authentication systems that determine genuine or imposter users using the dissimilarity score. To validate the effectiveness of SGADV, we conduct extensive experiments on face datasets of LFW, CelebA, and CelebA-HQ against deep face recognition models of FaceNet and InsightFace in both white-box and gray-box settings. The results suggest that the proposed method significantly outperforms the existing adversarial attack techniques in the gray-box setting. We hence summarize that the similarity-base approaches to develop the adversarial example could satisfactorily cater to the gray-box attack scenarios for de-authentication.

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