paper-with-me

Papers

Query-Efficient Black-box Adversarial Examples (superceded)

2017-12-19 · Andrew Ilyas, Logan Engstrom, Anish Athalye, Jessy Lin

Note that this paper is superceded by "Black-Box Adversarial Attacks with Limited Queries and Information." Current neural network-based image classifiers are susceptible to adversarial examples, even in the black-box setting, where the attacker is limited to query access without access to gradients. Previous methods --- substitute networks and coordinate-based finite-difference methods --- are either unreliable or query-inefficient, making these methods impractical for certain problems. We introduce a new method for reliably generating adversarial examples under more restricted, practical black-box threat models. First, we apply natural evolution strategies to perform black-box attacks using two to three orders of magnitude fewer queries than previous methods. Second, we introduce a new algorithm to perform targeted adversarial attacks in the partial-information setting, where the attacker only has access to a limited number of target classes. Using these techniques, we successfully perform the first targeted adversarial attack against a commercially deployed machine learning system, the Google Cloud Vision API, in the partial information setting.

📄 PDF Abstract BibTeX arXiv:1712.07113

Code (1)

andrewilyas/ens-adv-train-attack tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Policy-Driven Attack: Learning to Query for Hard-label Black-box Adversarial Examples

2021-01-01 · ICLR 2021 1 · Ziang Yan, Yiwen Guo, Jian Liang, ChangShui Zhang

To craft black-box adversarial examples, adversaries need to query the victim model and take proper advantage of its feedback. Existing black-box attacks generally suffer from high query complexity, especially when only …

image-classificationImage Classification

Improving Query Efficiency of Black-box Adversarial Attack

2020-09-24 · ECCV 2020 8 · Yang Bai, Yuyuan Zeng, Yong Jiang, Yisen Wang 외

Deep neural networks (DNNs) have demonstrated excellent performance on various tasks, however they are under the risk of adversarial examples that can be easily generated when the target model is accessible to an attacke…

Adversarial Attack

Blacklight: Scalable Defense for Neural Networks against Query-Based Black-Box Attacks

2020-06-24 · Huiying Li, Shawn Shan, Emily Wenger, Jiayun Zhang 외

Deep learning systems are known to be vulnerable to adversarial examples. In particular, query-based black-box attacks do not require knowledge of the deep learning model, but can compute adversarial examples over the ne…

image-classificationImage Classificationtext-classificationText Classification

Query-Efficient and Scalable Black-Box Adversarial Attacks on Discrete Sequential Data via Bayesian Optimization

2022-06-17 · Deokjae Lee, Seungyong Moon, Junhyeok Lee, Hyun Oh Song

We focus on the problem of adversarial attacks against models on discrete sequential data in the black-box setting where the attacker aims to craft adversarial examples with limited query access to the victim model. Exis…

Bayesian Optimization

Local Black-box Adversarial Attacks: A Query Efficient Approach

2021-01-04 · Tao Xiang, Hangcheng Liu, Shangwei Guo, Tianwei Zhang 외

Adversarial attacks have threatened the application of deep neural networks in security-sensitive scenarios. Most existing black-box attacks fool the target model by interacting with it many times and producing global pe…