Black-box Adversarial Sample Generation Based on Differential Evolution
Junyu Lin, Lei Xu, Yingqi Liu, Xiangyu Zhang

TL;DR
This paper introduces BMI-FGSM, a black-box method using differential evolution to generate adversarial samples for DNNs without internal model knowledge, achieving high success rates and demonstrating real-world attack feasibility.
Contribution
Proposes BMI-FGSM, a novel black-box adversarial sample generation technique that does not require model internals and outperforms existing methods in efficiency and success rate.
Findings
Achieves 100% success in untargeted attacks
Over 95% success in targeted attacks
Successfully triggers misbehavior in commercial API
Abstract
Deep Neural Networks (DNNs) are being used in various daily tasks such as object detection, speech processing, and machine translation. However, it is known that DNNs suffer from robustness problems -- perturbed inputs called adversarial samples leading to misbehaviors of DNNs. In this paper, we propose a black-box technique called Black-box Momentum Iterative Fast Gradient Sign Method (BMI-FGSM) to test the robustness of DNN models. The technique does not require any knowledge of the structure or weights of the target DNN. Compared to existing white-box testing techniques that require accessing model internal information such as gradients, our technique approximates gradients through Differential Evolution and uses approximated gradients to construct adversarial samples. Experimental results show that our technique can achieve 100% success in generating adversarial samples to trigger…
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 · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
