CVCRLGApr 9, 2019

Efficient Decision-based Black-box Adversarial Attacks on Face Recognition

arXiv:1904.04433v1460 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in real-world face recognition systems, though it is incremental as it builds on prior methods to improve efficiency.

The paper tackles the problem of decision-based black-box adversarial attacks on face recognition models, proposing an evolutionary algorithm that reduces queries and perturbation size, with experiments showing effectiveness in both simulated and real-world systems.

Face recognition has obtained remarkable progress in recent years due to the great improvement of deep convolutional neural networks (CNNs). However, deep CNNs are vulnerable to adversarial examples, which can cause fateful consequences in real-world face recognition applications with security-sensitive purposes. Adversarial attacks are widely studied as they can identify the vulnerability of the models before they are deployed. In this paper, we evaluate the robustness of state-of-the-art face recognition models in the decision-based black-box attack setting, where the attackers have no access to the model parameters and gradients, but can only acquire hard-label predictions by sending queries to the target model. This attack setting is more practical in real-world face recognition systems. To improve the efficiency of previous methods, we propose an evolutionary attack algorithm, which can model the local geometries of the search directions and reduce the dimension of the search space. Extensive experiments demonstrate the effectiveness of the proposed method that induces a minimum perturbation to an input face image with fewer queries. We also apply the proposed method to attack a real-world face recognition system successfully.

Foundations

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

Your Notes