paper-with-me

Papers

Boosting Transferability of Targeted Adversarial Examples via Hierarchical Generative Networks

2021-07-05 · ICML Workshop AML 2021 7 · Xiao Yang, Yinpeng Dong, Tianyu Pang, Hang Su, Jun Zhu

Transfer-based adversarial attacks can evaluate model robustness in the black-box setting. Several methods have demonstrated impressive untargeted transferability, however, it is still challenging to efficiently produce targeted transferability. To this end, we develop a simple yet effective framework to craft targeted transfer-based adversarial examples, applying a hierarchical generative network. In particular, we contribute to amortized designs that well adapt to multi-class targeted attacks. Extensive experiments on ImageNet show that our method improves the success rates of targeted black-box attacks by a significant margin over the existing methods -- it reaches an average success rate of 29.1\% against six diverse models based only on one substitute white-box model, which significantly outperforms the state-of-the-art gradient-based attack methods. Moreover, the proposed method is also more efficient beyond an order of magnitude than gradient-based methods.

📄 PDF Abstract BibTeX arXiv:2107.01809

Code (1)

shawnxyang/c-gsp 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Boosting the Targeted Transferability of Adversarial Examples via Salient Region & Weighted Feature Drop

2024-11-11 · Shanjun Xu, Linghui Li, Kaiguo Yuan, Bingyu Li

Deep neural networks can be vulnerable to adversarially crafted examples, presenting significant risks to practical applications. A prevalent approach for adversarial attacks relies on the transferability of adversarial …

Towards Transferable Targeted Adversarial Examples

2023-01-01 · CVPR 2023 1 · Zhibo Wang, Hongshan Yang, Yunhe Feng, Peng Sun 외

Transferability of adversarial examples is critical for black-box deep learning model attacks. While most existing studies focus on enhancing the transferability of untargeted adversarial attacks, few of them studied…

Adversarial Attack

Delving into Transferable Adversarial Examples and Black-box Attacks

2016-11-08 · Yanpei Liu, Xinyun Chen, Chang Liu, Dawn Song

An intriguing property of deep neural networks is the existence of adversarial examples, which can transfer among different architectures. These transferable adversarial examples may severely hinder deep neural network-b…

Adversarial AttackAdversarial Defenseimage-classificationImage Classification

Towards Understanding and Boosting Adversarial Transferability from a Distribution Perspective

2022-10-09 · Yao Zhu, Yuefeng Chen, Xiaodan Li, Kejiang Chen 외

Transferable adversarial attacks against Deep neural networks (DNNs) have received broad attention in recent years. An adversarial example can be crafted by a surrogate model and then attack the unknown target model succ…

Curls & Whey: Boosting Black-Box Adversarial Attacks

2019-04-02 · CVPR 2019 6 · Yucheng Shi, Siyu Wang, Yahong Han

Image classifiers based on deep neural networks suffer from harassment caused by adversarial examples. Two defects exist in black-box iterative attacks that generate adversarial examples by incrementally adjusting the no…

Adversarial AttackDiversity