Beyond ImageNet Attack: Towards Crafting Adversarial Examples for Black-box Domains
Qilong Zhang, Xiaodan Li, Yuefeng Chen, Jingkuan Song, Lianli Gao,, Yuan He, Hui Xue

TL;DR
This paper introduces a novel black-box attack method called Beyond ImageNet Attack (BIA) that effectively generates adversarial examples for unknown classification domains using only ImageNet domain knowledge, outperforming existing methods.
Contribution
The paper proposes a new black-box attack framework leveraging generative models to craft adversarial examples for unseen domains, with two variants to bridge domain gaps from data and model perspectives.
Findings
Outperforms state-of-the-art methods by up to 7.71% and 25.91% on coarse- and fine-grained domains.
Effectively disrupts low-level features of images to attack unknown domains.
Demonstrates robustness across diverse domain transfer scenarios.
Abstract
Adversarial examples have posed a severe threat to deep neural networks due to their transferable nature. Currently, various works have paid great efforts to enhance the cross-model transferability, which mostly assume the substitute model is trained in the same domain as the target model. However, in reality, the relevant information of the deployed model is unlikely to leak. Hence, it is vital to build a more practical black-box threat model to overcome this limitation and evaluate the vulnerability of deployed models. In this paper, with only the knowledge of the ImageNet domain, we propose a Beyond ImageNet Attack (BIA) to investigate the transferability towards black-box domains (unknown classification tasks). Specifically, we leverage a generative model to learn the adversarial function for disrupting low-level features of input images. Based on this framework, we further propose…
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
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis · Ethics and Social Impacts of AI
