English

Evolving Robust Neural Architectures to Defend from Adversarial Attacks

Neural and Evolutionary Computing 2021-06-11 v3 Artificial Intelligence Cryptography and Security Computer Vision and Pattern Recognition Machine Learning

Abstract

Neural networks are prone to misclassify slightly modified input images. Recently, many defences have been proposed, but none have improved the robustness of neural networks consistently. Here, we propose to use adversarial attacks as a function evaluation to search for neural architectures that can resist such attacks automatically. Experiments on neural architecture search algorithms from the literature show that although accurate, they are not able to find robust architectures. A significant reason for this lies in their limited search space. By creating a novel neural architecture search with options for dense layers to connect with convolution layers and vice-versa as well as the addition of concatenation layers in the search, we were able to evolve an architecture that is inherently accurate on adversarial samples. Interestingly, this inherent robustness of the evolved architecture rivals state-of-the-art defences such as adversarial training while being trained only on the non-adversarial samples. Moreover, the evolved architecture makes use of some peculiar traits which might be useful for developing even more robust ones. Thus, the results here confirm that more robust architectures exist as well as opens up a new realm of feasibilities for the development and exploration of neural networks. Code available at http://bit.ly/RobustArchitectureSearch.

Keywords

Cite

@article{arxiv.1906.11667,
  title  = {Evolving Robust Neural Architectures to Defend from Adversarial Attacks},
  author = {Shashank Kotyan and Danilo Vasconcellos Vargas},
  journal= {arXiv preprint arXiv:1906.11667},
  year   = {2021}
}

Comments

Pre-print of the published article in Proceedings of the Workshop on Artificial Intelligence Safety 2020, co-located with the 29th International Joint Conference on Artificial Intelligence and the 17th Pacific Rim International Conference on Artificial Intelligence (IJCAI-PRICAI 2020)

R2 v1 2026-06-23T10:05:27.927Z