Parameter Efficient Continual Learning with Dynamic Low-Rank Adaptation
Prashant Shivaram Bhat, Shakib Yazdani, Elahe Arani, Bahram Zonooz
TL;DR
The paper tackles catastrophic forgetting in continual learning by proposing PEARL, a rehearsal-free, parameter-efficient framework that dynamically allocates low-rank adapters (LoRA) per task based on the proximity of current task weights to reference task weights. By computing a task vector via SV decomposition and using a dynamic threshold to determine rank, PEARL reuses information from a reference task while adapting minimally for new tasks. Extensive experiments across ResNet, BSC, and ViT backbones in Class-IL and Task-IL settings demonstrate that PEARL outperforms baselines with modest parameter growth. The work advances practical continual learning for small to mid-sized models, though it requires task boundaries and incurs some inference overhead in Class-IL scenarios.
Abstract
Catastrophic forgetting has remained a critical challenge for deep neural networks in Continual Learning (CL) as it undermines consolidated knowledge when learning new tasks. Parameter efficient fine tuning CL techniques are gaining traction for their effectiveness in addressing catastrophic forgetting with a lightweight training schedule while avoiding degradation of consolidated knowledge in pre-trained models. However, low rank adapters (LoRA) in these approaches are highly sensitive to rank selection which can lead to sub-optimal resource allocation and performance. To this end, we introduce PEARL, a rehearsal-free CL framework that entails dynamic rank allocation for LoRA components during CL training. Specifically, PEARL leverages reference task weights and adaptively determines the rank of task-specific LoRA components based on the current tasks' proximity to reference task weights in parameter space. To demonstrate the versatility of PEARL, we evaluate it across three vision architectures (ResNet, Separable Convolutional Network and Vision Transformer) and a multitude of CL scenarios, and show that PEARL outperforms all considered baselines by a large margin.
