English

Guessing Smart: Biased Sampling for Efficient Black-Box Adversarial Attacks

Machine Learning 2021-04-30 v3 Cryptography and Security Computer Vision and Pattern Recognition Machine Learning

Abstract

We consider adversarial examples for image classification in the black-box decision-based setting. Here, an attacker cannot access confidence scores, but only the final label. Most attacks for this scenario are either unreliable or inefficient. Focusing on the latter, we show that a specific class of attacks, Boundary Attacks, can be reinterpreted as a biased sampling framework that gains efficiency from domain knowledge. We identify three such biases, image frequency, regional masks and surrogate gradients, and evaluate their performance against an ImageNet classifier. We show that the combination of these biases outperforms the state of the art by a wide margin. We also showcase an efficient way to attack the Google Cloud Vision API, where we craft convincing perturbations with just a few hundred queries. Finally, the methods we propose have also been found to work very well against strong defenses: Our targeted attack won second place in the NeurIPS 2018 Adversarial Vision Challenge.

Keywords

Cite

@article{arxiv.1812.09803,
  title  = {Guessing Smart: Biased Sampling for Efficient Black-Box Adversarial Attacks},
  author = {Thomas Brunner and Frederik Diehl and Michael Truong Le and Alois Knoll},
  journal= {arXiv preprint arXiv:1812.09803},
  year   = {2021}
}

Comments

For source code and videos, see https://github.com/ttbrunner/biased_boundary_attack

R2 v1 2026-06-23T06:55:06.454Z