TL;DR
AccelAT is a novel framework that accelerates adversarial training of deep neural networks by dynamically adjusting the learning rate based on accuracy gradients, achieving up to twice the training speed.
Contribution
The paper introduces AccelAT, a new method for faster adversarial training by automatically tuning the learning rate based on accuracy gradients during training.
Findings
AccelAT reduces adversarial training time by up to 50%.
The method achieves comparable robustness to existing techniques.
Experiments on CIFAR10 and CIFAR100 validate effectiveness.
Abstract
Adversarial training is exploited to develop a robust Deep Neural Network (DNN) model against the malicious altered data. These attacks may have catastrophic effects on DNN models but are indistinguishable for a human being. For example, an external attack can modify an image adding noises invisible for a human eye, but a DNN model misclassified the image. A key objective for developing robust DNN models is to use a learning algorithm that is fast but can also give model that is robust against different types of adversarial attacks. Especially for adversarial training, enormously long training times are needed for obtaining high accuracy under many different types of adversarial samples generated using different adversarial attack techniques. This paper aims at accelerating the adversarial training to enable fast development of robust DNN models against adversarial attacks. 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
