Fast is better than free: Revisiting adversarial training
Eric Wong, Leslie Rice, J. Zico Kolter

TL;DR
This paper demonstrates that adversarial training with a weaker, faster method like FGSM can achieve robustness comparable to more expensive PGD-based methods, significantly reducing training time.
Contribution
It shows that FGSM adversarial training, combined with random initialization and standard training techniques, is as effective as PGD-based training for robustness, with much lower computational cost.
Findings
FGSM with random initialization matches PGD robustness
Achieved 45% robust accuracy on CIFAR10 in 6 minutes
Achieved 43% robust accuracy on ImageNet in 12 hours
Abstract
Adversarial training, a method for learning robust deep networks, is typically assumed to be more expensive than traditional training due to the necessity of constructing adversarial examples via a first-order method like projected gradient decent (PGD). In this paper, we make the surprising discovery that it is possible to train empirically robust models using a much weaker and cheaper adversary, an approach that was previously believed to be ineffective, rendering the method no more costly than standard training in practice. Specifically, we show that adversarial training with the fast gradient sign method (FGSM), when combined with random initialization, is as effective as PGD-based training but has significantly lower cost. Furthermore we show that FGSM adversarial training can be further accelerated by using standard techniques for efficient training of deep networks, allowing us…
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 Malware Detection Techniques · Integrated Circuits and Semiconductor Failure Analysis
