Towards Speeding up Adversarial Training in Latent Spaces
Yaguan Qian, Qiqi Shao, Tengteng Yao, Bin Wang, Shouling Ji, Shaoning, Zeng, Zhaoquan Gu, Wassim Swaileh

TL;DR
This paper introduces a novel adversarial training method that generates adversarial examples in the latent space, significantly reducing training time while improving robustness and maintaining accuracy.
Contribution
The paper proposes Endogenous Adversarial Examples (EAEs) in latent space, eliminating the need for costly adversarial example generation in input space.
Findings
Reduces adversarial training time on CIFAR-10 and ImageNet
Enhances model robustness against adversarial attacks
Maintains higher accuracy on clean data compared to existing methods
Abstract
Adversarial training is wildly considered as one of the most effective way to defend against adversarial examples. However, existing adversarial training methods consume unbearable time, due to the fact that they need to generate adversarial examples in the large input space. To speed up adversarial training, we propose a novel adversarial training method that does not need to generate real adversarial examples. By adding perturbations to logits to generate Endogenous Adversarial Examples (EAEs) -- the adversarial examples in the latent space, the time consuming gradient calculation can be avoided. Extensive experiments are conducted on CIFAR-10 and ImageNet, and the results show that comparing to state-of-the-art methods, our EAE adversarial training not only shortens the training time, but also enhances the robustness of the model and has less impact on the accuracy of clean examples…
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 · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
