LGMay 12

Low-Rank Adapters Initialization via Gradient Surgery for Continual Learning

arXiv:2605.1275264.3
AI Analysis

For practitioners of continual fine-tuning of LLMs, SLICE mitigates catastrophic forgetting in LoRA-based methods, especially under conflicting task gradients.

SLICE introduces a gradient-surgery-based initialization for LoRA adapters that reconciles current and prior task gradients via projection and truncated SVD, consistently improving stability-plasticity trade-off (Average Performance, Final Performance, Forgetting) over vanilla LoRA, LoRA-GA, and LoRAM on TRACE and Super-NI benchmarks.

LoRA is widely adopted for continual fine-tuning of Large Language Models due to its parameter efficiency, modularity across tasks, and compatibility with replay strategies. However, LoRA-based continual learning remains vulnerable to catastrophic forgetting, whose severity depends on how successive task gradients interact: when consecutive task gradients conflict, standard adapter initializations channel updates into subspaces that overwrite previously learned directions. We propose SLICE, a gradient-surgery-based initialization for LoRA adapters in continual learning. SLICE accumulates gradients from both the current task and a replay buffer of prior tasks, reconciles them through a projection operator, and decomposes the result via truncated SVD to initialize the adapter weights. We evaluate SLICE on the TRACE benchmark and sequences of Super-NI tasks, including a set of adversarial Super-NI sequences that we construct by mining task pairs with maximally opposing gradients. Compared to vanilla LoRA, LoRA-GA, and LoRAM, SLICE consistently achieves a better stability-plasticity trade-off, improving Average Performance, Final Performance and Forgetting metrics while preserving General Performance and In Context Performance across both standard and adversarial continual learning sequences.

Foundations

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

Your Notes