paper-with-me

Papers

Exploring the Space of Black-box Attacks on Deep Neural Networks

2017-12-27 · ICLR 2018 1 · Arjun Nitin Bhagoji, Warren He, Bo Li, Dawn Song

Existing black-box attacks on deep neural networks (DNNs) so far have largely focused on transferability, where an adversarial instance generated for a locally trained model can "transfer" to attack other learning models. In this paper, we propose novel Gradient Estimation black-box attacks for adversaries with query access to the target model's class probabilities, which do not rely on transferability. We also propose strategies to decouple the number of queries required to generate each adversarial sample from the dimensionality of the input. An iterative variant of our attack achieves close to 100% adversarial success rates for both targeted and untargeted attacks on DNNs. We carry out extensive experiments for a thorough comparative evaluation of black-box attacks and show that the proposed Gradient Estimation attacks outperform all transferability based black-box attacks we tested on both MNIST and CIFAR-10 datasets, achieving adversarial success rates similar to well known, state-of-the-art white-box attacks. We also apply the Gradient Estimation attacks successfully against a real-world Content Moderation classifier hosted by Clarifai. Furthermore, we evaluate black-box attacks against state-of-the-art defenses. We show that the Gradient Estimation attacks are very effective even against these defenses.

📄 PDF Abstract BibTeX arXiv:1712.09491

Code (1)

sunblaze-ucb/blackbox-attacks 공식 구현 tf

Similar Papers 제목 키워드 기반

Exploring the Back Alleys: Analysing The Robustness of Alternative Neural Network Architectures against Adversarial Attacks

2019-12-08 · Yi Xiang Marcus Tan, Yuval Elovici, Alexander Binder

We investigate to what extent alternative variants of Artificial Neural Networks (ANNs) are susceptible to adversarial attacks. We analyse the adversarial robustness of conventional, stochastic ANNs and Spiking Neural Ne…

Adversarial Robustness

Quantifying the Risk of Transferred Black Box Attacks

2025-11-07 · Disesdi Susanna Cox, Niklas Bunzel arxiv

Neural networks have become pervasive across various applications, including security-related products. However, their widespread adoption has heightened concerns regarding vulnerability to adversarial attacks. With emer…

Exploring Adversarial Examples: Patterns of One-Pixel Attacks

2018-06-25 · David Kügler, Alexander Distergoft, Arjan Kuijper, Anirban Mukhopadhyay

Failure cases of black-box deep learning, e.g. adversarial examples, might have severe consequences in healthcare. Yet such failures are mostly studied in the context of real-world images with calibrated attacks. To demy…

Pose Estimation

BSPA: Exploring Black-box Stealthy Prompt Attacks against Image Generators

2024-02-23 · Yu Tian, Xiao Yang, Yinpeng Dong, Heming Yang 외

Extremely large image generators offer significant transformative potential across diverse sectors. It allows users to design specific prompts to generate realistic images through some black-box APIs. However, some studi…

Towards Lightweight Black-Box Attacks against Deep Neural Networks

2022-09-29 · Chenghao Sun, Yonggang Zhang, Wan Chaoqun, Qizhou Wang 외

Black-box attacks can generate adversarial examples without accessing the parameters of target model, largely exacerbating the threats of deployed deep neural networks (DNNs). However, previous works state that black-box…