Revisiting Adversarial Training under Long-Tailed Distributions
Xinli Yue, Ningping Mou, Qian Wang, Lingchen Zhao

TL;DR
This paper investigates adversarial training on long-tailed datasets, revealing that Balanced Softmax Loss and data augmentation together enhance robustness and reduce training overhead, addressing robust overfitting issues.
Contribution
It demonstrates that Balanced Softmax Loss alone is effective and that data augmentation significantly improves adversarial robustness under long-tailed distributions.
Findings
Balanced Softmax Loss matches RoBal performance with less overhead
Data augmentation alleviates robust overfitting and boosts robustness
Combined BSL and data augmentation improve AutoAttack robustness by 6.66% on CIFAR-10-LT
Abstract
Deep neural networks are vulnerable to adversarial attacks, often leading to erroneous outputs. Adversarial training has been recognized as one of the most effective methods to counter such attacks. However, existing adversarial training techniques have predominantly been tested on balanced datasets, whereas real-world data often exhibit a long-tailed distribution, casting doubt on the efficacy of these methods in practical scenarios. In this paper, we delve into adversarial training under long-tailed distributions. Through an analysis of the previous work "RoBal", we discover that utilizing Balanced Softmax Loss alone can achieve performance comparable to the complete RoBal approach while significantly reducing training overheads. Additionally, we reveal that, similar to uniform distributions, adversarial training under long-tailed distributions also suffers from robust overfitting.…
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
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis
MethodsSoftmax
