Enhancing the Transferability of Adversarial Attacks through Variance Tuning
Xiaosen Wang, Kun He

TL;DR
This paper introduces variance tuning to improve the transferability of iterative gradient-based adversarial attacks, significantly enhancing their success against defended models and ensemble systems on ImageNet.
Contribution
The paper proposes a novel variance tuning method that stabilizes gradient updates, boosting attack transferability and effectiveness against defended models.
Findings
Significantly improved attack transferability on ImageNet.
Achieved 90.1% success rate against nine defense methods.
Enhanced attack performance by 85.1% over previous methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
