Improving the Transferability of Adversarial Samples by Path-Augmented Method
Jianping Zhang, Jen-tse Huang, Wenxuan Wang, Yichen Li, Weibin Wu,, Xiaosen Wang, Yuxin Su, Michael R. Lyu

TL;DR
This paper introduces the Path-Augmented Method (PAM) to improve transferability of adversarial samples by intelligently selecting augmentation paths, resulting in higher attack success rates against neural networks.
Contribution
The paper proposes PAM, which constructs and optimizes augmentation paths using a greedy search and semantics prediction to enhance adversarial transferability.
Findings
PAM achieves over 4.8% higher attack success rates on average.
Constructing and optimizing augmentation paths improves transferability.
Semantics predictor effectively constrains augmentation paths.
Abstract
Deep neural networks have achieved unprecedented success on diverse vision tasks. However, they are vulnerable to adversarial noise that is imperceptible to humans. This phenomenon negatively affects their deployment in real-world scenarios, especially security-related ones. To evaluate the robustness of a target model in practice, transfer-based attacks craft adversarial samples with a local model and have attracted increasing attention from researchers due to their high efficiency. The state-of-the-art transfer-based attacks are generally based on data augmentation, which typically augments multiple training images from a linear path when learning adversarial samples. However, such methods selected the image augmentation path heuristically and may augment images that are semantics-inconsistent with the target images, which harms the transferability of the generated adversarial…
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 · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
