On the Impact of Hard Adversarial Instances on Overfitting in Adversarial Training
Chen Liu, Zhichao Huang, Mathieu Salzmann, Tong Zhang, Sabine Süsstrunk
TL;DR
The paper identifies adversarial overfitting in adversarial training as arising from fitting hard training instances. It introduces a principled instance-difficulty metric and provides rigorous linear- and nonlinear-model analyses showing that harder instances worsen robust generalization, with effects amplified by larger adversarial budgets. Empirically, it demonstrates that mitigating strategies that adapt inputs or targets—including subset selection, fast training, and adversarial fine-tuning with extra data—improve robustness by avoiding or downweighting hard instances, while methods that emphasize hard examples may fail under adaptive threats. The work offers a unified, instance-centric view of robustness and provides practical guidance for designing adaptive training schemes to enhance adversarial robustness.
Abstract
Adversarial training is a popular method to robustify models against adversarial attacks. However, it exhibits much more severe overfitting than training on clean inputs. In this work, we investigate this phenomenon from the perspective of training instances, i.e., training input-target pairs. Based on a quantitative metric measuring the relative difficulty of an instance in the training set, we analyze the model's behavior on training instances of different difficulty levels. This lets us demonstrate that the decay in generalization performance of adversarial training is a result of fitting hard adversarial instances. We theoretically verify our observations for both linear and general nonlinear models, proving that models trained on hard instances have worse generalization performance than ones trained on easy instances, and that this generalization gap increases with the size of the adversarial budget. Finally, we investigate solutions to mitigate adversarial overfitting in several scenarios, including fast adversarial training and fine-tuning a pretrained model with additional data. Our results demonstrate that using training data adaptively improves the model's robustness.
