paper-with-me

홈 › Papers

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

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

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 learning (CL) has emerged as a promising approach to leverage pre-trained models (e.g., Transformers) for sequential tasks. While many existing CL methods incrementally store additional learned structures, such as Low-Rank Adaptation (LoRA) adapters or prompts and sometimes even preserve features from previous samples to maintain performance. This leads to unsustainable parameter growth and escalating storage costs as the number of tasks increases. Moreover, current approaches often lack task similarity awareness, which further hinders the models ability to effectively adapt to new tasks without interfering with previously acquired knowledge. To address these challenges, we propose FM-LoRA, a novel and efficient low-rank adaptation method that integrates both a dynamic rank selector (DRS) and dynamic meta-prompting (DMP). This framework allocates model capacity more effectively across tasks by leveraging a shared low-rank subspace critical for preserving knowledge, thereby avoiding continual parameter expansion. Extensive experiments on various CL benchmarks, including ImageNet-R, CIFAR100, and CUB200 for class-incremental learning (CIL), and DomainNet for domain-incremental learning (DIL), with Transformers backbone demonstrate that FM-LoRA effectively mitigates catastrophic forgetting while delivering robust performance across a diverse range of tasks and domains.

📄 PDF Abstract BibTeX arXiv:2504.08823

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Similar Papers 제목 키워드 기반

Continual Task Allocation in Meta-Policy Network via Sparse Prompting

2023-05-29 · Yijun Yang, Tianyi Zhou, Jing Jiang, Guodong Long 외

How to train a generalizable meta-policy by continually learning a sequence of tasks? It is a natural human skill yet challenging to achieve by current reinforcement learning: the agent is expected to quickly adapt to ne…

C-LoRA: Continual Low-Rank Adaptation for Pre-trained Models

2025-02-25 · Xin Zhang, Liang Bai, Xian Yang, Jiye Liang

Low-Rank Adaptation (LoRA) is an efficient fine-tuning method that has been extensively applied in areas such as natural language processing and computer vision. Existing LoRA fine-tuning approaches excel in static envir…

Continual Learning

ReCoLoRA: Spectrum-Aware Recursive Consolidation for Continual LLM Fine-Tuning

2026-07-04 · Wentao Lu arxiv

Parameter-efficient fine-tuning adapts a large language model to one task cheaply, but across a task sequence LoRA-style methods keep stacking low-rank updates on the same frozen weight, so each new task tends to overwri…

parameter-efficient fine-tuning

InfLoRA: Interference-Free Low-Rank Adaptation for Continual Learning

2024-03-30 · CVPR 2024 1 · Yan-Shuo Liang, Wu-Jun Li

Continual learning requires the model to learn multiple tasks sequentially. In continual learning, the model should possess the ability to maintain its performance on old tasks (stability) and the ability to adapt to new…

Continual Learningparameter-efficient fine-tuning

Latent Space Factorization in LoRA

2025-10-22 · Shashi Kumar, Yacouba Kaloga, John Mitros, Petr Motlicek 외 arxiv

Low-rank adaptation (LoRA) is a widely used method for parameter-efficient finetuning. However, existing LoRA variants lack mechanisms to explicitly disambiguate task-relevant information within the learned low-rank subs…