Enhancing Transferability of Adversarial Examples with Spatial Momentum
Guoqiu Wang, Huanqian Yan, Xingxing Wei

TL;DR
This paper introduces SMI-FGSM, a novel adversarial attack method that combines spatial and temporal momentum to significantly improve the transferability of adversarial examples across different DNN models.
Contribution
The paper proposes a new spatial momentum mechanism integrated with temporal momentum to enhance adversarial transferability, outperforming existing methods.
Findings
Achieves up to 10% higher transfer success rate on multiple models.
Outperforms state-of-the-art attack methods by a large margin.
Effectively stabilizes gradient updates from both spatial and temporal domains.
Abstract
Many adversarial attack methods achieve satisfactory attack success rates under the white-box setting, but they usually show poor transferability when attacking other DNN models. Momentum-based attack is one effective method to improve transferability. It integrates the momentum term into the iterative process, which can stabilize the update directions by adding the gradients' temporal correlation for each pixel. We argue that only this temporal momentum is not enough, the gradients from the spatial domain within an image, i.e. gradients from the context pixels centered on the target pixel are also important to the stabilization. For that, we propose a novel method named Spatial Momentum Iterative FGSM attack (SMI-FGSM), which introduces the mechanism of momentum accumulation from temporal domain to spatial domain by considering the context information from different regions within the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
