paper-with-me

홈 › Papers

Adapting to Evolving Adversaries with Regularized Continual Robust Training

2025-02-06 · Sihui Dai, Christian Cianfarani, Arjun Bhagoji, Vikash Sehwag, Prateek Mittal

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.

📄 PDF Abstract BibTeX arXiv:2502.04248

Code (1)

inspire-group/continual_robust_training 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CL-NeRF: Continual Learning of Neural Radiance Fields for Evolving Scene Representation

2023-09-21 · NeurIPS 2023 11

Existing methods for adapting Neural Radiance Fields (NeRFs) to scene changes require extensive data capture and model retraining, which is both time-consuming and labor-intensive. In this paper, we tackle the challenge …

Evolving Domain Adaptation of Pretrained Language Models for Text Classification

2023-11-16 · Yun-Shiuan Chuang, Yi Wu, Dhruv Gupta, Rheeya Uppaal 외

Adapting pre-trained language models (PLMs) for time-series text classification amidst evolving domain shifts (EDS) is critical for maintaining accuracy in applications like stance detection. This study benchmarks the ef…

Domain AdaptationStance Detectiontext-classificationText Classification+1

Federated Continual Graph Learning

2024-11-28 · Yinlin Zhu, Miao Hu, Di wu

Managing evolving graph data presents substantial challenges in storage and privacy, and training graph neural networks (GNNs) on such data often leads to catastrophic forgetting, impairing performance on earlier tasks. …

Continual LearningGraph LearningTransfer Learning

Gradient Regularized Contrastive Learning for Continual Domain Adaptation

2021-03-23 · Shixiang Tang, Peng Su, Dapeng Chen, Wanli Ouyang

Human beings can quickly adapt to environmental changes by leveraging learning experience. However, adapting deep neural networks to dynamic environments by machine learning algorithms remains a challenge. To better unde…

Contrastive LearningDomain Adaptation

CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents

2026-09-16 · Jiaxuan Jiang, Liyuan He, Zhixuan Fang hf

Current Mixture-of-Agents (MoA) paradigms generally treat query routing and agent fine-tuning as separate processes, limiting their ability to respond to evolving agent capabilities. This disconnect prevents routing stra…

Reinforcement Learning