Improving Transferability of Adversarial Examples with Input Diversity
Cihang Xie, Zhishuai Zhang, Yuyin Zhou, Song Bai, Jianyu Wang, Zhou, Ren, Alan Yuille

TL;DR
This paper introduces a novel adversarial attack method that enhances transferability by applying random transformations to input images during generation, significantly improving success rates in black-box settings.
Contribution
The authors propose input diversity through random transformations to improve the transferability of adversarial examples, outperforming existing methods in black-box attack success rates.
Findings
Achieves an average success rate of 73.0% on ImageNet.
Outperforms top NIPS 2017 adversarial attack baseline by 6.6%.
Enhances transferability of adversarial examples across different networks.
Abstract
Though CNNs have achieved the state-of-the-art performance on various vision tasks, they are vulnerable to adversarial examples --- crafted by adding human-imperceptible perturbations to clean images. However, most of the existing adversarial attacks only achieve relatively low success rates under the challenging black-box setting, where the attackers have no knowledge of the model structure and parameters. To this end, we propose to improve the transferability of adversarial examples by creating diverse input patterns. Instead of only using the original images to generate adversarial examples, our method applies random transformations to the input images at each iteration. Extensive experiments on ImageNet show that the proposed attack method can generate adversarial examples that transfer much better to different networks than existing baselines. By evaluating our method against top…
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 · Domain Adaptation and Few-Shot Learning
