English

Take Only What You Need: Rank Minimization as an Implicit Forgetting Regularizer in Continual Learning

Computer Vision and Pattern Recognition 2026-05-28 v8

Abstract

The central tension in continual learning (CL) is the trade-off between plasticity (acquiring new knowledge) and stability (retaining prior knowledge). We study how a pre-trained backbone can be continually updated to absorb new knowledge while preserving existing capabilities, via capacity control: regulating the effective rank of each parameter update, a per-step quantity directly controllable inside a LoRA update. A controlled probe of LoRA rank and placement across modules and tasks reveals a consistent trade-off, with a moderate-rank sweet spot that varies by placement and task, leaving no universally optimal fixed rank; a formal bound shows forgetting grows with rank. Building on these findings, we propose Continual Dynamic Rank-Selective LoRA (CoDyRA), which jointly trains each LoRA update with rank minimization via sparsity-promoting regularization on per-component importance weights. The supervised objective drives plasticity; rank minimization regularizes forgetting. We show that rank minimization serves as an implicit forgetting regularizer in the CL regime, protecting general capability and prior-task knowledge simultaneously by controlling forgetting against the current model state. Across MTIL, X-TAIL, and TRACE (CLIP, LLaMA, Gemma), CoDyRA outperforms prior CL methods on new knowledge learning and forgetting, achieving a strong plasticity-stability balance. Code is available at https://github.com/jeff024/codyra.

Keywords

Cite

@article{arxiv.2412.01004,
  title  = {Take Only What You Need: Rank Minimization as an Implicit Forgetting Regularizer in Continual Learning},
  author = {Haodong Lu and Chongyang Zhao and Jason Xue and Lina Yao and Kristen Moore and Dong Gong},
  journal= {arXiv preprint arXiv:2412.01004},
  year   = {2026}
}

Comments

Preprint

R2 v1 2026-06-28T20:18:54.482Z