LGJan 22, 2025

SD-LoRA: Scalable Decoupled Low-Rank Adaptation for Class Incremental Learning

arXiv:2501.13198v355 citationsh-index: 11Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses scalability issues for practitioners using foundation models in continual learning, though it appears incremental as it builds on existing LoRA-based methods.

The paper tackles the scalability challenge in continual learning with foundation models by proposing SD-LoRA, which decouples the learning of LoRA components without rehearsal, achieving an excellent stability-plasticity trade-off and validating effectiveness across multiple benchmarks.

Continual Learning (CL) with foundation models has recently emerged as a promising paradigm to exploit abundant knowledge acquired during pre-training for tackling sequential tasks. However, existing prompt-based and Low-Rank Adaptation-based (LoRA-based) methods often require expanding a prompt/LoRA pool or retaining samples of previous tasks, which poses significant scalability challenges as the number of tasks grows. To address these limitations, we propose Scalable Decoupled LoRA (SD-LoRA) for class incremental learning, which continually separates the learning of the magnitude and direction of LoRA components without rehearsal. Our empirical and theoretical analysis reveals that SD-LoRA tends to follow a low-loss trajectory and converges to an overlapping low-loss region for all learned tasks, resulting in an excellent stability-plasticity trade-off. Building upon these insights, we introduce two variants of SD-LoRA with further improved parameter efficiency. All parameters of SD-LoRAs can be end-to-end optimized for CL objectives. Meanwhile, they support efficient inference by allowing direct evaluation with the finally trained model, obviating the need for component selection. Extensive experiments across multiple CL benchmarks and foundation models consistently validate the effectiveness of SD-LoRA. The code is available at https://github.com/WuYichen-97/SD-Lora-CL.

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