paper-with-me

Papers

S-LoRA: Scalable Low-Rank Adaptation for Class Incremental Learning

2025-01-22 · Yichen Wu, Hongming Piao, Long-Kai Huang, Renzhen Wang, Wanhua Li, Hanspeter Pfister, Deyu Meng, Kede Ma, Ying WEI

Continual Learning with foundation models has recently emerged as a promising approach to harnessing the power of pre-trained models for sequential tasks. Existing prompt-based methods generally use a gating mechanism to select relevant prompts aligned with the test query for further processing. However, the success of these methods largely depends on the precision of the gating mechanism, which becomes less scalable with additional computational overhead as tasks increases. To overcome these issues, we propose a Scalable Low-Rank Adaptation (S-LoRA) method for CL (in particular class incremental learning), which incrementally decouples the learning of the direction and magnitude of LoRA parameters. S-LoRA supports efficient inference by employing the last-stage trained model for direct testing without a gating process. Our theoretical and empirical analysis demonstrates that S-LoRA tends to follow a low-loss trajectory that converges to an overlapped low-loss region, resulting in an excellent stability-plasticity trade-off in CL. Furthermore, based on our findings, we develop variants of S-LoRA with further improved scalability. Extensive experiments across multiple CL benchmarks and various foundation models consistently validate the effectiveness of S-LoRA.

📄 PDF Abstract BibTeX arXiv:2501.13198

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

CL-LoRA: Continual Low-Rank Adaptation for Rehearsal-Free Class-Incremental Learning

2025-05-30 · CVPR 2025 1 · Jiangpeng He, Zhihao Duan, Fengqing Zhu

Class-Incremental Learning (CIL) aims to learn new classes sequentially while retaining the knowledge of previously learned classes. Recently, pre-trained models (PTMs) combined with parameter-efficient fine-tuning (PEFT…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Null-LoRA: Low-Rank Adaptation on Null Space

2025-12-17 · Yi Zhang, Yulei Kang, Haoxuan Chen, Jinxuan Li 외 arxiv

Parameter-efficient fine-tuning methods have gained considerable popularity for adapting large-scale models to downstream tasks, particularly LoRA and its variants. Existing methods perform low-rank adaptation over the f…

parameter-efficient fine-tuningVisual Question AnsweringText Retrieval

Shared LoRA Subspaces for almost Strict Continual Learning

2026-02-05 · Prakhar Kaushik, Ankit Vaidya, Shravan Chaudhari, Rama Chellappa 외 arxiv

Adapting large pretrained models to new tasks efficiently and continually is crucial for real-world deployment but remains challenging due to catastrophic forgetting and the high cost of retraining. While parameter-effic…

Natural Language UnderstandingText-to-Image GenerationImage ClassificationContinual Learning

FM-LoRA: Factorized Low-Rank Meta-Prompting for Continual Learning

2025-04-09 · Xiaobing Yu, Jin Yang, Xiao Wu, Peijie Qiu 외

How to adapt a pre-trained model continuously for sequential tasks with different prediction class labels and domains and finally learn a generalizable model across diverse tasks is a long-lasting challenge. Continual le…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

BiLoRA: A Bi-level Optimization Framework for Overfitting-Resilient Low-Rank Adaptation of Large Pre-trained Models

2024-03-19 · Rushi Qiang, Ruiyi Zhang, Pengtao Xie

Low-rank adaptation (LoRA) is a popular method for fine-tuning large-scale pre-trained models in downstream tasks by learning low-rank incremental matrices. Though LoRA and its variants effectively reduce the number of t…

Natural Language Understanding