Automated Decision-based Adversarial Attacks
Qi-An Fu, Yinpeng Dong, Hang Su, Jun Zhu

TL;DR
This paper introduces an automated approach to discover decision-based adversarial attack algorithms, resulting in simple, query-efficient methods that outperform existing heuristics on CIFAR-10 and ImageNet.
Contribution
It proposes a novel search-based framework to automatically generate decision-based adversarial attacks, improving efficiency and effectiveness over heuristic methods.
Findings
Discovered algorithms are simple and query-efficient.
Achieve comparable or better performance than state-of-the-art methods.
Effective transferability to larger models and datasets.
Abstract
Deep learning models are vulnerable to adversarial examples, which can fool a target classifier by imposing imperceptible perturbations onto natural examples. In this work, we consider the practical and challenging decision-based black-box adversarial setting, where the attacker can only acquire the final classification labels by querying the target model without access to the model's details. Under this setting, existing works often rely on heuristics and exhibit unsatisfactory performance. To better understand the rationality of these heuristics and the limitations of existing methods, we propose to automatically discover decision-based adversarial attack algorithms. In our approach, we construct a search space using basic mathematical operations as building blocks and develop a random search algorithm to efficiently explore this space by incorporating several pruning techniques and…
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 · Advanced Malware Detection Techniques · Anomaly Detection Techniques and Applications
MethodsPruning · Random Search
