AdvRush: Searching for Adversarially Robust Neural Architectures
Jisoo Mok, Byunggook Na, Hyeokjun Choe, Sungroh Yoon

TL;DR
AdvRush introduces a neural architecture search method that enhances intrinsic adversarial robustness by optimizing for smoother input loss landscapes, leading to more resilient neural networks.
Contribution
This work presents AdvRush, a novel architecture search algorithm that improves robustness by focusing on the intrinsic properties of the network's loss landscape, beyond traditional training methods.
Findings
Achieves 55.91% robust accuracy on CIFAR-10 under FGSM attack after standard training.
Attains 50.04% robust accuracy under AutoAttack after PGD adversarial training.
Demonstrates effectiveness across various benchmark datasets.
Abstract
Deep neural networks continue to awe the world with their remarkable performance. Their predictions, however, are prone to be corrupted by adversarial examples that are imperceptible to humans. Current efforts to improve the robustness of neural networks against adversarial examples are focused on developing robust training methods, which update the weights of a neural network in a more robust direction. In this work, we take a step beyond training of the weight parameters and consider the problem of designing an adversarially robust neural architecture with high intrinsic robustness. We propose AdvRush, a novel adversarial robustness-aware neural architecture search algorithm, based upon a finding that independent of the training method, the intrinsic robustness of a neural network can be represented with the smoothness of its input loss landscape. Through a regularizer that favors a…
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 · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
