Replay-Free Continual Low-Rank Adaptation with Dynamic Memory
Huancheng Chen, Jingtao Li, Weiming Zhuang, Chen Chen, Lingjuan Lyu

TL;DR
This paper introduces DualLoRA, a novel parameter-efficient continual learning method for vision transformers that uses dual low-rank adapters and dynamic memory to mitigate catastrophic forgetting and improve training efficiency.
Contribution
The paper proposes DualLoRA, combining orthogonal and residual low-rank adapters with a dynamic memory mechanism for improved continual learning in vision transformers.
Findings
DualLoRA improves accuracy over existing CL methods.
It enhances inference speed and computational efficiency.
Demonstrates effectiveness across multiple benchmarks.
Abstract
We revisit continual learning~(CL), which enables pre-trained vision transformers (ViTs) to sequentially fine-tune on new downstream tasks over time. However, as the scale of these models increases, catastrophic forgetting remains a more serious challenge. Recent studies highlight a crossover between CL techniques and parameter-efficient fine-tuning (PEFT), which focuses on fine-tuning only a small set of trainable parameters to adapt to downstream tasks, such as low-rank adaptation (LoRA). While LoRA achieves faster convergence and requires fewer trainable parameters, it has seldom been explored in the context of continual learning. To address this gap, we propose a novel PEFT-CL method called Dual Low-Rank Adaptation (DualLoRA), which introduces both an orthogonal LoRA adapter and a residual LoRA adapter parallel to pre-trained weights in each layer. These components are orchestrated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Speech and Audio Processing · Speech Recognition and Synthesis
MethodsSparse Evolutionary Training · Adapter
