Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Enhancing the Transferability of Adversarial Attacks through Variance Tuning

About

Deep neural networks are vulnerable to adversarial examples that mislead the models with imperceptible perturbations. Though adversarial attacks have achieved incredible success rates in the white-box setting, most existing adversaries often exhibit weak transferability in the black-box setting, especially under the scenario of attacking models with defense mechanisms. In this work, we propose a new method called variance tuning to enhance the class of iterative gradient based attack methods and improve their attack transferability. Specifically, at each iteration for the gradient calculation, instead of directly using the current gradient for the momentum accumulation, we further consider the gradient variance of the previous iteration to tune the current gradient so as to stabilize the update direction and escape from poor local optima. Empirical results on the standard ImageNet dataset demonstrate that our method could significantly improve the transferability of gradient-based adversarial attacks. Besides, our method could be used to attack ensemble models or be integrated with various input transformations. Incorporating variance tuning with input transformations on iterative gradient-based attacks in the multi-model setting, the integrated method could achieve an average success rate of 90.1% against nine advanced defense methods, improving the current best attack performance significantly by 85.1% . Code is available at https://github.com/JHL-HUST/VT.

Xiaosen Wang, Kun He• 2021

Related benchmarks

TaskDatasetResultRank
Adversarial AttackImageNet (val)
ASR (General)100
222
Adversarial AttackImageNet
Attack Success Rate75
178
Adversarial AttackImageNet (test)
Success Rate38.6
101
Speech RecognitionLibriSpeech (test)
WER0.4275
59
Untargeted Adversarial AttackCIFAR-10 (test)
ASR68.05
57
Adversarial AttackImageNet-1K
Inc-v3ens349.9
48
Automatic Speech RecognitionLibriSpeech
WER29.77
35
Speech RecognitionLJ Speech (test)
WER36.28
35
Automatic Speech RecognitionLJ-Speech
WER23
35
Untargeted Adversarial AttackImageNet (test)
ASR (Inc-v3)58.5
26
Showing 10 of 33 rows

Other info

Code

Follow for update