Attention-aggregated Attack for Boosting the Transferability of Facial Adversarial Examples
Jian-Wei Li, Wen-Ze Shao
TL;DR
This work tackles the transferability limitation of adversarial perturbations against face recognition (FR) in black-box settings. It introduces Attention-aggregated Attack (AAA), a two-stage, feature-level attack that first transfers attentions from a source FR model to others via iterative perturbations and then aggregates these transferred attentions across $N$ steps to cover multiple facial features. The authors show that decisive and auxiliary facial features are model-specific, and formalize AAA with an attention-based loss $L(x^{adv})=\sum\left(\sum_{k=0}^{N-1}\frac{\partial \mathcal{D}_{f_\theta}(x^{adv}_k,x^{r})}{h^{adv}_k}\right)\odot h^{adv}$, trained under a budget $\norm{x^{adv}-x^{i}}_\infty<\epsilon$ using momentum-based updates. Extensive experiments across diverse FR backbones, boosting techniques (DI-SIM, SG, etc.), and model ensembles demonstrate that AAA substantially improves transfer-based attack performance over baselines like MIM and LGC, with consistent gains in both dodging and impersonation, and clear guidance on layer selection and perturbation budgets for practical deployment.
Abstract
Adversarial examples have revealed the vulnerability of deep learning models and raised serious concerns about information security. The transfer-based attack is a hot topic in black-box attacks that are practical to real-world scenarios where the training datasets, parameters, and structure of the target model are unknown to the attacker. However, few methods consider the particularity of class-specific deep models for fine-grained vision tasks, such as face recognition (FR), giving rise to unsatisfactory attacking performance. In this work, we first investigate what in a face exactly contributes to the embedding learning of FR models and find that both decisive and auxiliary facial features are specific to each FR model, which is quite different from the biological mechanism of human visual system. Accordingly we then propose a novel attack method named Attention-aggregated Attack (AAA) to enhance the transferability of adversarial examples against FR, which is inspired by the attention divergence and aims to destroy the facial features that are critical for the decision-making of other FR models by imitating their attentions on the clean face images. Extensive experiments conducted on various FR models validate the superiority and robust effectiveness of the proposed method over existing methods.
