Adversarial Training with Stochastic Weight Average
Joong-Won Hwang, Youngwan Lee, Sungchan Oh, Yuseok Bae

TL;DR
This paper introduces a novel adversarial training method using Stochastic Weight Averaging (SWA) to enhance model robustness efficiently, avoiding the high computational costs and dilemmas of traditional ensemble approaches.
Contribution
The paper proposes integrating SWA into adversarial training to improve robustness without significant computational overhead or ensemble dilemmas.
Findings
Improved robustness on CIFAR-10, CIFAR-100, and SVHN datasets.
SWA-based adversarial training outperforms standard methods.
Efficiently combines ensemble benefits without high costs.
Abstract
Adversarial training deep neural networks often experience serious overfitting problem. Recently, it is explained that the overfitting happens because the sample complexity of training data is insufficient to generalize robustness. In traditional machine learning, one way to relieve overfitting from the lack of data is to use ensemble methods. However, adversarial training multiple networks is extremely expensive. Moreover, we found that there is a dilemma on choosing target model to generate adversarial examples. Optimizing attack to the members of ensemble will be suboptimal attack to the ensemble and incurs covariate shift, while attack to ensemble will weaken the members and lose the benefit from ensembling. In this paper, we propose adversarial training with Stochastic weight average (SWA); while performing adversarial training, we aggregate the temporal weight states in the…
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.
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
