Dynamic Efficient Adversarial Training Guided by Gradient Magnitude
Fu Wang, Yanghao Zhang, Yanbin Zheng, Wenjie Ruan

TL;DR
This paper introduces DEAT, a dynamic adversarial training method guided by gradient magnitude, which accelerates training efficiency while maintaining robustness, and is compatible with existing techniques.
Contribution
The paper proposes M+ acceleration based on gradient magnitude, improving adversarial training efficiency and adaptability without sacrificing robustness.
Findings
M+ acceleration significantly reduces training time.
DEAT maintains robustness comparable to traditional methods.
Gradient magnitude correlates with loss landscape curvature.
Abstract
Adversarial training is an effective but time-consuming way to train robust deep neural networks that can withstand strong adversarial attacks. As a response to its inefficiency, we propose Dynamic Efficient Adversarial Training (DEAT), which gradually increases the adversarial iteration during training. We demonstrate that the gradient's magnitude correlates with the curvature of the trained model's loss landscape, allowing it to reflect the effect of adversarial training. Therefore, based on the magnitude of the gradient, we propose a general acceleration strategy, M+ acceleration, which enables an automatic and highly effective method of adjusting the training procedure. M+ acceleration is computationally efficient and easy to implement. It is suited for DEAT and compatible with the majority of existing adversarial training techniques. Extensive experiments have been done on CIFAR-10…
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
