BOSH: An Efficient Meta Algorithm for Decision-based Attacks
Zhenxin Xiao, Puyudi Yang, Yuchen Jiang, Kai-Wei Chang, Cho-Jui Hsieh

TL;DR
BOSH-attack is a novel meta algorithm that enhances decision-based black-box adversarial attacks by using Bayesian Optimization and Successive Halving to efficiently find minimal-distortion adversarial examples with fewer queries.
Contribution
The paper introduces BOSH-attack, a meta algorithm that significantly improves decision-based attack efficiency and effectiveness through a multi-path search strategy and advanced optimization techniques.
Findings
Converges to better adversarial examples than existing methods.
Reduces query count by a factor of 10 compared to multiple random initializations.
Effective on complex models like GBDT and detection-based defenses.
Abstract
Adversarial example generation becomes a viable method for evaluating the robustness of a machine learning model. In this paper, we consider hard-label black-box attacks (a.k.a. decision-based attacks), which is a challenging setting that generates adversarial examples based on only a series of black-box hard-label queries. This type of attacks can be used to attack discrete and complex models, such as Gradient Boosting Decision Tree (GBDT) and detection-based defense models. Existing decision-based attacks based on iterative local updates often get stuck in a local minimum and fail to generate the optimal adversarial example with the smallest distortion. To remedy this issue, we propose an efficient meta algorithm called BOSH-attack, which tremendously improves existing algorithms through Bayesian Optimization (BO) and Successive Halving (SH). In particular, instead of traversing a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
