Nesterov Accelerated Gradient and Scale Invariance for Adversarial Attacks
Jiadong Lin, Chuanbiao Song, Kun He, Liwei Wang, John E. Hopcroft

TL;DR
This paper introduces two novel methods, NI-FGSM and SIM, to enhance the transferability of adversarial examples in black-box attacks by leveraging Nesterov acceleration and scale invariance, resulting in more effective attacks.
Contribution
The paper proposes NI-FGSM and SIM, new techniques that improve adversarial transferability by integrating Nesterov acceleration and exploiting scale invariance in deep models.
Findings
NI-FGSM and SIM outperform existing attacks in transferability.
The combined method achieves higher success rates on ImageNet.
Methods demonstrate robustness against defense models.
Abstract
Deep learning models are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on benign inputs. However, under the black-box setting, most existing adversaries often have a poor transferability to attack other defense models. In this work, from the perspective of regarding the adversarial example generation as an optimization process, we propose two new methods to improve the transferability of adversarial examples, namely Nesterov Iterative Fast Gradient Sign Method (NI-FGSM) and Scale-Invariant attack Method (SIM). NI-FGSM aims to adapt Nesterov accelerated gradient into the iterative attacks so as to effectively look ahead and improve the transferability of adversarial examples. While SIM is based on our discovery on the scale-invariant property of deep learning models, for which we leverage to optimize the adversarial perturbations over the scale…
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
MethodsNesterov Accelerated Gradient
