HopSkipJumpAttack: A Query-Efficient Decision-Based Attack
Jianbo Chen, Michael I. Jordan, Martin J. Wainwright
TL;DR
Decision-based attacks restrict access to only predicted labels; this paper introduces HopSkipJumpAttack, a gradient-direction estimator at the decision boundary combined with boundary-search and geometric-step updates to achieve efficient perturbations under $\ell_2$ and $\ell_\infty$. The method provides theoretical analysis of the gradient estimator, convergence, and variance-control techniques, and demonstrates substantial query-efficiency improvements over Boundary Attack across MNIST, CIFAR, and ImageNet, including robustness against several defenses. Empirical results show HSJA significantly reduces required queries while producing competitive perturbations, illustrating practical threat-model relevance and establishing a strong baseline for defense evaluation.
Abstract
The goal of a decision-based adversarial attack on a trained model is to generate adversarial examples based solely on observing output labels returned by the targeted model. We develop HopSkipJumpAttack, a family of algorithms based on a novel estimate of the gradient direction using binary information at the decision boundary. The proposed family includes both untargeted and targeted attacks optimized for $\ell_2$ and $\ell_\infty$ similarity metrics respectively. Theoretical analysis is provided for the proposed algorithms and the gradient direction estimate. Experiments show HopSkipJumpAttack requires significantly fewer model queries than Boundary Attack. It also achieves competitive performance in attacking several widely-used defense mechanisms. (HopSkipJumpAttack was named Boundary Attack++ in a previous version of the preprint.)
