Annealing Self-Distillation Rectification Improves Adversarial Training
Yu-Yu Wu, Hung-Jui Wang, Shang-Tse Chen
TL;DR
Robust overfitting in adversarial training arises from a mismatch between hard one-hot targets and distribution shifts under attack. The authors analyze robust models’ output properties and introduce Annealing Self-Distillation Rectification (ADR), which uses a mean-teacher EMA with cosine-annealed temperature to produce soft, noise-aware targets that reflect inter-class relations during training. ADR replaces hard labels in AT objectives and is plug-and-play with methods like TRADES, WA, and AWP, all without requiring pre-trained teachers. Across CIFAR-10/100 and TinyImageNet-200, ADR consistently improves robustness, reduces overfitting gaps, and even enhances standard accuracy in many settings, while also yielding flatter loss landscapes; these results establish ADR as a practical, data-driven approach to strengthening adversarial defenses.
Abstract
In standard adversarial training, models are optimized to fit one-hot labels within allowable adversarial perturbation budgets. However, the ignorance of underlying distribution shifts brought by perturbations causes the problem of robust overfitting. To address this issue and enhance adversarial robustness, we analyze the characteristics of robust models and identify that robust models tend to produce smoother and well-calibrated outputs. Based on the observation, we propose a simple yet effective method, Annealing Self-Distillation Rectification (ADR), which generates soft labels as a better guidance mechanism that accurately reflects the distribution shift under attack during adversarial training. By utilizing ADR, we can obtain rectified distributions that significantly improve model robustness without the need for pre-trained models or extensive extra computation. Moreover, our method facilitates seamless plug-and-play integration with other adversarial training techniques by replacing the hard labels in their objectives. We demonstrate the efficacy of ADR through extensive experiments and strong performances across datasets.
