Regularizers for Single-step Adversarial Training
B.S. Vivek, R. Venkatesh Babu

TL;DR
This paper introduces three regularizers that improve single-step adversarial training, enabling models to achieve robustness comparable to multi-step methods while avoiding gradient masking issues.
Contribution
The paper proposes novel regularizers that enhance single-step adversarial training, addressing gradient masking and robustness limitations.
Findings
Regularizers effectively mitigate gradient masking effects.
Models trained with regularizers match multi-step adversarial training robustness.
Proposed methods are computationally efficient and scalable.
Abstract
The progress in the last decade has enabled machine learning models to achieve impressive performance across a wide range of tasks in Computer Vision. However, a plethora of works have demonstrated the susceptibility of these models to adversarial samples. Adversarial training procedure has been proposed to defend against such adversarial attacks. Adversarial training methods augment mini-batches with adversarial samples, and typically single-step (non-iterative) methods are used for generating these adversarial samples. However, models trained using single-step adversarial training converge to degenerative minima where the model merely appears to be robust. The pseudo robustness of these models is due to the gradient masking effect. Although multi-step adversarial training helps to learn robust models, they are hard to scale due to the use of iterative methods for generating…
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 · Integrated Circuits and Semiconductor Failure Analysis · Anomaly Detection Techniques and Applications
