Adapting to Evolving Adversaries with Regularized Continual Robust Training
Sihui Dai, Christian Cianfarani, Arjun Bhagoji, Vikash Sehwag, Prateek Mittal
TL;DR
This work tackles the problem of defending ML models against evolving, time-delayed adversaries by formulating Continual Adaptive Robustness (CAR) and proposing Regularized Continual Robust Training (RCRT). The core idea is to combine robust pre-training with iterative robust fine-tuning while regularizing representations in logit space to limit robustness degradation across attacks. The authors prove bounds linking cross-attack robustness gaps to logit perturbations and show that logit-space regularization can reduce forgetting and improve performance on unseen attacks. Extensive experiments on CIFAR-10, CIFAR-100, and ImageNette across over 100 attack combinations demonstrate that RCRT improves robust accuracy with modest training-time overhead, offering a practical path toward deploying models robust to evolving threats.
Abstract
Robust training methods typically defend against specific attack types, such as Lp attacks with fixed budgets, and rarely account for the fact that defenders may encounter new attacks over time. A natural solution is to adapt the defended model to new adversaries as they arise via fine-tuning, a method which we call continual robust training (CRT). However, when implemented naively, fine-tuning on new attacks degrades robustness on previous attacks. This raises the question: how can we improve the initial training and fine-tuning of the model to simultaneously achieve robustness against previous and new attacks? We present theoretical results which show that the gap in a model's robustness against different attacks is bounded by how far each attack perturbs a sample in the model's logit space, suggesting that regularizing with respect to this logit space distance can help maintain robustness against previous attacks. Extensive experiments on 3 datasets (CIFAR-10, CIFAR-100, and ImageNette) and over 100 attack combinations demonstrate that the proposed regularization improves robust accuracy with little overhead in training time. Our findings and open-source code lay the groundwork for the deployment of models robust to evolving attacks.
