Enhancing the Transferability of Adversarial Examples with Random Patch

Abstract

Adversarial examples can fool deep learning models, and their transferability is critical for attacking black-box models in real-world scenarios. Existing state-of-the-art transferable adversarial attacks tend to exploit intrinsic features of objects to generate adversarial examples. This paper proposes the Random Patch Attack (RPA) to significantly improve the transferability of adversarial examples by the patch-wise random transformation that effectively highlights important intrinsic features of objects. Specifically, we introduce random patch transformations to original images to variate model-specific features. Important object-related features are preserved after aggregating the transformed images since they stay consistent in multiple transformations while model-specific elements are neutralized. The obtained essential features steer noises to perturb the object-related regions, generating the adversarial examples of superior transferability across different models. Extensive experimental results demonstrate the effectiveness of the proposed RPA. Compared to the state-of-the-art transferable attacks, our attacks improve the black-box attack success rate by 2.9\% against normally trained models, 4.7\% against defense models, and 4.6\% against vision transformers on average, reaching a maximum of 99.1\%, 93.2\%, and 87.8\%, respectively.

Cite

Text

Zhang et al. "Enhancing the Transferability of Adversarial Examples with Random Patch." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/233

Markdown

[Zhang et al. "Enhancing the Transferability of Adversarial Examples with Random Patch." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/zhang2022ijcai-enhancing/) doi:10.24963/IJCAI.2022/233

BibTeX

@inproceedings{zhang2022ijcai-enhancing,
  title     = {{Enhancing the Transferability of Adversarial Examples with Random Patch}},
  author    = {Zhang, Yaoyuan and Tan, Yu-an and Chen, Tian and Liu, Xinrui and Zhang, Quanxin and Li, Yuanzhang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {1672-1678},
  doi       = {10.24963/IJCAI.2022/233},
  url       = {https://mlanthology.org/ijcai/2022/zhang2022ijcai-enhancing/}
}