paper-with-me

Papers

Low-Rank Adapters Initialization via Gradient Surgery for Continual Learning

2026-05-12 · Joana Pasquali, Ramiro N. Barros, Arthur S. Bianchessi, Vinícius Conte Turani, João Vitor Boer Abitante, Rafaela Cappelari Ravazio, Christian Mattjie, Otávio Parraga, Lucas S. Kupssinskü, Rodrigo C. Barros arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.12752

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

CL-LoRA: Continual Low-Rank Adaptation for Rehearsal-Free Class-Incremental Learning

2025-05-30 · CVPR 2025 1 · Jiangpeng He, Zhihao Duan, Fengqing Zhu

Class-Incremental Learning (CIL) aims to learn new classes sequentially while retaining the knowledge of previously learned classes. Recently, pre-trained models (PTMs) combined with parameter-efficient fine-tuning (PEFT…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

DOLFIN: Balancing Stability and Plasticity in Federated Continual Learning

2025-10-15 · Omayma Moussadek, Riccardo Salami, Simone Calderara arxiv

Federated continual learning (FCL) enables models to learn new tasks across multiple distributed clients, protecting privacy and without forgetting previously acquired knowledge. However, current methods face challenges …

Incremental LearningContinual Learning

Spectral Surgery: Training-Free Refinement of LoRA via Gradient-Guided Singular Value Reweighting

2026-03-04 · Zailong Tian, Yanzhe Chen, Zhuoheng Han, Lizi Liao arxiv

Low-Rank Adaptation (LoRA) improves downstream performance by restricting task updates to a low-rank parameter subspace, yet how this limited capacity is allocated within a trained adapter remains unclear. Through a geom…

On the Crucial Role of Initialization for Matrix Factorization

2024-10-24 · Bingcong Li, Liang Zhang, Aryan Mokhtari, Niao He

This work revisits the classical low-rank matrix factorization problem and unveils the critical role of initialization in shaping convergence rates for such nonconvex and nonsmooth optimization. We introduce Nystrom init…

When One Adapter Speaks for Many: Discovering Low-Rank Redundancy in Continual Fine-Tuning

2026-06-26 · Tanguy Dieudonné, Giulia Lanzillotta, Enis Simsar, Louis Barinka 외 arxiv

Low-Rank Adaptation (LoRA) has become the standard tool for parameter-efficient fine-tuning of large pretrained models. When applied sequentially across tasks in Continual Learning (CL), the standard assumption is that e…

parameter-efficient fine-tuningContinual Learning