LGAICLPRMLApr 9, 2025

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

arXiv:2504.07097v18 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the problem of scalable and effective continual learning for large language models, offering a practical solution with broad applicability, though it is an incremental improvement over existing methods.

The paper tackles catastrophic forgetting in continual learning for large language models by proposing a novel full fine-tuning approach using adaptive singular value decomposition to constrain updates to task-specific subspaces, achieving up to 7% higher average accuracy than baselines and reducing forgetting to near-negligible levels.

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing methods typically rely on low-rank, parameter-efficient updates that limit the model's expressivity and introduce additional parameters per task, leading to scalability issues. To address these limitations, we propose a novel continual full fine-tuning approach leveraging adaptive singular value decomposition (SVD). Our method dynamically identifies task-specific low-rank parameter subspaces and constrains updates to be orthogonal to critical directions associated with prior tasks, thus effectively minimizing interference without additional parameter overhead or storing previous task gradients. We evaluate our approach extensively on standard continual learning benchmarks using both encoder-decoder (T5-Large) and decoder-only (LLaMA-2 7B) models, spanning diverse tasks including classification, generation, and reasoning. Empirically, our method achieves state-of-the-art results, up to 7% higher average accuracy than recent baselines like O-LoRA, and notably maintains the model's general linguistic capabilities, instruction-following accuracy, and safety throughout the continual learning process by reducing forgetting to near-negligible levels. Our adaptive SVD framework effectively balances model plasticity and knowledge retention, providing a practical, theoretically grounded, and computationally scalable solution for continual learning scenarios in large language models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes