Improving the Transferability of Adversarial Attacks on Face Recognition with Diverse Parameters Augmentation
Fengfan Zhou, Bangjie Yin, Hefei Ling, Qianyu Zhou, Wenxuan Wang
TL;DR
The paper tackles the problem of limited transferability in adversarial attacks on face recognition (FR) systems. It introduces Diverse Parameters Augmentation (DPA), a two-stage framework comprising Diverse Parameters Optimization (DPO) to create a large, diverse surrogate-model ensemble by mixing pre-trained and random initializations and preserving intermediate checkpoints, and Hard Model Aggregation (HMA) to apply beneficial perturbations to feature maps and ensemble hard models for higher transferability. The authors formalize the black-box FR attack objective with a distance metric $\mathcal{D}$ and constraint $\|\mathbf{x}^{adv}-\mathbf{x}^s\|_p \le \epsilon$, and demonstrate that DPA substantially improves attack success rates across LFW and CelebA-HQ on multiple FR backbones, including adversarially trained models, under JPEG compression and other settings. This work offers a novel parameter-augmentation perspective for evaluating FR vulnerabilities, with practical implications for both adversarial robustness research and the development of more resilient FR systems.
Abstract
Face Recognition (FR) models are vulnerable to adversarial examples that subtly manipulate benign face images, underscoring the urgent need to improve the transferability of adversarial attacks in order to expose the blind spots of these systems. Existing adversarial attack methods often overlook the potential benefits of augmenting the surrogate model with diverse initializations, which limits the transferability of the generated adversarial examples. To address this gap, we propose a novel method called Diverse Parameters Augmentation (DPA) attack method, which enhances surrogate models by incorporating diverse parameter initializations, resulting in a broader and more diverse set of surrogate models. Specifically, DPA consists of two key stages: Diverse Parameters Optimization (DPO) and Hard Model Aggregation (HMA). In the DPO stage, we initialize the parameters of the surrogate model using both pre-trained and random parameters. Subsequently, we save the models in the intermediate training process to obtain a diverse set of surrogate models. During the HMA stage, we enhance the feature maps of the diversified surrogate models by incorporating beneficial perturbations, thereby further improving the transferability. Experimental results demonstrate that our proposed attack method can effectively enhance the transferability of the crafted adversarial face examples.
