English

Black-box Adversarial Sample Generation Based on Differential Evolution

Machine Learning 2020-07-31 v1 Cryptography and Security Computer Vision and Pattern Recognition Machine Learning

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 misclassification, and over 95% success in generating samples to trigger misclassification to a specific target output label. It also demonstrates better perturbation distance and better transferability. Compared to the state-of-the-art black-box technique, our technique is more efficient. Furthermore, we conduct testing on the commercial Aliyun API and successfully trigger its misbehavior within a limited number of queries, demonstrating the feasibility of real-world black-box attack.

Keywords

Cite

@article{arxiv.2007.15310,
  title  = {Black-box Adversarial Sample Generation Based on Differential Evolution},
  author = {Junyu Lin and Lei Xu and Yingqi Liu and Xiangyu Zhang},
  journal= {arXiv preprint arXiv:2007.15310},
  year   = {2020}
}

Comments

29 pages, 8 figures

R2 v1 2026-06-23T17:31:18.190Z