Improved Adversarial Training Through Adaptive Instance-wise Loss Smoothing
Lin Li, Michael Spratling

TL;DR
This paper introduces ISEAT, an adaptive adversarial training method that smooths loss landscapes on a per-instance basis, significantly improving robustness against adversarial attacks in neural networks.
Contribution
It proposes a novel instance-adaptive smoothing technique for adversarial training, addressing uneven vulnerability and overfitting issues in existing methods.
Findings
Achieves state-of-the-art robustness on CIFAR10
Effectively reduces adversarial vulnerability disparities
Outperforms existing defenses in robustness metrics
Abstract
Deep neural networks can be easily fooled into making incorrect predictions through corruption of the input by adversarial perturbations: human-imperceptible artificial noise. So far adversarial training has been the most successful defense against such adversarial attacks. This work focuses on improving adversarial training to boost adversarial robustness. We first analyze, from an instance-wise perspective, how adversarial vulnerability evolves during adversarial training. We find that during training an overall reduction of adversarial loss is achieved by sacrificing a considerable proportion of training samples to be more vulnerable to adversarial attack, which results in an uneven distribution of adversarial vulnerability among data. Such "uneven vulnerability", is prevalent across several popular robust training methods and, more importantly, relates to overfitting in adversarial…
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
