Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

KeepLoRA: Continual Learning with Residual Gradient Adaptation

About

Continual learning for pre-trained vision-language models requires balancing three competing objectives: retaining pre-trained knowledge, preserving knowledge from a sequence of learned tasks, and maintaining the plasticity to acquire new knowledge. This paper presents a simple but effective approach called KeepLoRA to effectively balance these objectives. We first analyze the knowledge retention mechanism within the model parameter space and find that general knowledge is mainly encoded in the principal subspace, while task-specific knowledge is encoded in the residual subspace. Motivated by this finding, KeepLoRA learns new tasks by restricting LoRA parameter updates in the residual subspace to prevent interfering with previously learned capabilities. Specifically, we infuse knowledge for a new task by projecting its gradient onto a subspace orthogonal to both the principal subspace of pre-trained model and the dominant directions of previous task features. Our theoretical and empirical analyses confirm that KeepLoRA balances the three objectives and achieves state-of-the-art performance. The implementation code is available at https://github.com/MaolinLuo/KeepLoRA.

Mao-Lin Luo, Zi-Hao Zhou, Yi-Lin Zhang, Yuanyu Wan, Tong Wei, Min-Ling Zhang• 2026

Related benchmarks

TaskDatasetResultRank
Object DetectionMS-COCO
AP5067.6
208
Visual Question AnsweringMLLM-DCL
Accuracy (Medical)54.34
16
Visual Question AnsweringUCIT
ArxivQA86.7
16
Continual Image EditingCIE-Bench Avg
ERP Score8.3749
14
Continual Image EditingCIE-Bench Last
ERP Score8.1048
12
Object DetectionNovel-114 Average
AP50:9516.5
11
Showing 6 of 6 rows

Other info

Follow for update