Evolving Robust Neural Architectures to Defend from Adversarial Attacks
Shashank Kotyan, Danilo Vasconcellos Vargas

TL;DR
This paper introduces a novel neural architecture search method that automatically evolves robust neural networks resistant to adversarial attacks, achieving robustness comparable to state-of-the-art defenses without adversarial training.
Contribution
It proposes an enhanced neural architecture search space and method that discovers inherently robust neural architectures against adversarial attacks.
Findings
Evolved architectures show robustness rivaling adversarial training.
Enhanced search space includes dense, convolution, and concatenation layers.
Robust architectures are found using only non-adversarial training data.
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
MethodsSigmoid Activation · Tanh Activation · Softmax · Long Short-Term Memory · Convolution
