Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Yichen Wu, Hongming Piao, Long-Kai Huang, Renzhen Wang, Wanhua Li, Hanspeter Pfister, Deyu Meng, Kede Ma, Ying Wei• 2025

Related benchmarks

TaskDatasetResultRank
Class-incremental learningSplit ImageNet-R--
57
Continual LearningStandard CL Benchmark
Avg Final Acc0.76
50
Face Anti-SpoofingReplay-Attack I (test)
HTER10.4
33
Class-incremental learningImageNet-R 20-task
Average Accuracy75.26
33
Face Anti-SpoofingMSU-MFSD M (test)
HTER12.15
33
Continual LearningCIFAR100 (test)
Mean Accuracy90.96
31
Class-incremental learningImageNet-R 5-task--
27
Class-incremental learningCIFAR-100 (10-split)
Accuracy88.01
22
Class-incremental learningImageNet-R 20-split
Accuracy75.26
21
Face Anti-SpoofingMSU-MFSD (M) & Replay-Attack (I) to CASIA-MFSD (C) (test)
HTER (M)8.89
20
Showing 10 of 23 rows

Other info

Follow for update