Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models
Wieland Brendel, Jonas Rauber, Matthias Bethge

TL;DR
This paper introduces the Boundary Attack, a decision-based adversarial attack method that effectively generates adversarial examples for black-box machine learning models, requiring minimal assumptions and outperforming previous methods in standard vision tasks.
Contribution
The paper presents the Boundary Attack, a novel decision-based adversarial attack that is simple, hyperparameter-robust, and applicable to real-world black-box models without substitute models.
Findings
Boundary Attack is effective on ImageNet classification.
It outperforms previous decision-based attacks in standard benchmarks.
The attack is applicable to real-world black-box systems like autonomous vehicles.
Abstract
Many machine learning algorithms are vulnerable to almost imperceptible perturbations of their inputs. So far it was unclear how much risk adversarial perturbations carry for the safety of real-world machine learning applications because most methods used to generate such perturbations rely either on detailed model information (gradient-based attacks) or on confidence scores such as class probabilities (score-based attacks), neither of which are available in most real-world scenarios. In many such cases one currently needs to retreat to transfer-based attacks which rely on cumbersome substitute models, need access to the training data and can be defended against. Here we emphasise the importance of attacks which solely rely on the final model decision. Such decision-based attacks are (1) applicable to real-world black-box models such as autonomous cars, (2) need less knowledge and are…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
