paper-with-me

홈 › Papers

To Retain or to Adapt? Generalizing Continual Learning

2026-07-06 · Giulia Lanzillotta, Mandana Samiei, Doina Precup, Razvan Pascanu, Claire Vernade arxiv

The Continual Learning (CL) literature has long been driven by the goal of mitigating catastrophic forgetting. This objective rests on a pervasive, often unstated assumption: that a lifelong learner should approximate the Joint-Task Learning (JTL) solution and retain all previously acquired knowledge. We challenge this retention-centered premise, arguing that in non-stationary environments prioritizing retention can impede real-time adaptation. Shifting the focus to the Average Lifelong Error (ALE), we formalize CL as an online optimization problem governed by the interaction between environmental and learning dynamics. We introduce Transfer Efficiency as a quantitative measure of the tension between Instability, the bias inherited from conflicting past experience, and Transient Error, the optimization cost of learning new tasks from scratch. Under mild convergence conditions, holding across linear and neural network models, this decomposition yields a Critical Task Duration: a closed-form threshold beyond which historical knowledge transitions from a warm-start advantage to an optimization liability whenever retention induces a positive stationary bias. We validate these theoretical predictions on continual image classification and reinforcement learning benchmarks. Finally, by connecting continual learning to the online learning framework of predictable sequences, we show that JTL is only one instance of a broader family of objectives, and we propose a new general class of continual learning algorithms, which we call Predictive Continual Learning. Predictive CL algorithms optimize expected future performance under an explicit, dynamically updated model of future tasks. As a proof of concept, we analyze a Window algorithm that interpolates between JTL and Independent-Task Learning (ITL), outperforming both under controlled distributional drift.

📄 PDF Abstract BibTeX arXiv:2607.05609

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningImage ClassificationContinual Learning

Similar Papers 제목 키워드 기반

Domain Generalizable Continual Learning

2025-10-19 · Hongwei Yan, Guanglong Sun, Zhiqi Kang, Yi Zhong 외 arxiv

To adapt effectively to dynamic real-world environments, intelligent systems must continually acquire new skills while generalizing them to diverse, unseen scenarios. Here, we introduce a novel and realistic setting name…

Representation LearningContinual Learning

Complementary Domain Adaptation and Generalization for Unsupervised Continual Domain Shift Learning

2023-03-28 · ICCV 2023 1 · Wonguk Cho, Jinha Park, Taesup Kim

Continual domain shift poses a significant challenge in real-world applications, particularly in situations where labeled data is not available for new domains. The challenge of acquiring knowledge in this problem settin…

Domain AdaptationDomain GeneralizationUnsupervised Continual Domain Shift LearningUnsupervised Domain Adaptation

Continual Learning with Low Rank Adaptation

2023-11-29 · Martin Wistuba, Prabhu Teja Sivaprasad, Lukas Balles, Giovanni Zappella

Recent work using pretrained transformers has shown impressive performance when fine-tuned with data from the downstream problem of interest. However, they struggle to retain that performance when the data characteristic…

Continual LearningIncremental Learning

Beyond Single-Model Optimization: Preserving Plasticity in Continual Reinforcement Learning

2026-04-16 · Lute Lillo, Nick Cheney arxiv

Continual reinforcement learning must balance retention with adaptation, yet many methods still rely on \emph{single-model preservation}, committing to one evolving policy as the main reusable solution across tasks. Even…

Reinforcement Learning

Adaptive Rank, Reduced Forgetting: Knowledge Retention in Continual Learning Vision-Language Models with Dynamic Rank-Selective LoRA

2024-12-01 · Haodong Lu, Chongyang Zhao, Jason Xue, Lina Yao 외

We investigate whether the pre-trained knowledge of vision-language models (VLMs), such as CLIP, can be retained or even enhanced during continual learning (CL) while absorbing knowledge from a data stream. Existing meth…

Continual Learning