paper-with-me

Papers

BiLoRA: Almost-Orthogonal Parameter Spaces for Continual Learning

2025-01-01 · CVPR 2025 1 · Hao Zhu, Yifei Zhang, Junhao Dong, Piotr Koniusz

Continual learning requires models to learn tasks sequentially while maintaining a delicate balance between stability (retaining knowledge of previous tasks) and plasticity (adapting to new tasks). A key challenge is preventing interference between tasks - where learning new tasks degrades performance on previously learned ones. Recent approaches have leveraged parameter-efficient fine-tuning (PEFT) methods, which adapt pre-trained models by injecting a small number of learnable parameters. However, existing PEFT-based continual learning methods like InfLoRA face fundamental limitations: they rely on complex optimization procedures to learn orthogonal task-specific spaces, and finding such spaces becomes increasingly difficult as tasks accumulate. We propose a novel bilinear reformulation that fundamentally reimagines task separation through fixed orthogonal bases. Our key insight is that by expanding the parameter space quadratically through two fixed bases, we can achieve "almost orthogonal" task subspaces probabilistically, eliminating the need for explicit interference elimination procedures. We provide theoretical guarantees that this approach reduces the probability of task interference from \bigO((k/d)^2) to \bigO((k/d^2)^2), ensuring reliable task separation without complex optimization. Through extensive experiments on ImageNet-R, CIFAR100, and DomainNet, we validate our theoretical bounds and demonstrate state-of-the-art performance with reduced parameter count.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

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

Budget-Adaptive Adapter Tuning in Orthogonal Subspaces for Continual Learning in LLMs

2025-05-28 · Zhiyi Wan, Wanrou Du, Liang Li, Miao Pan 외

Large language models (LLMs) often suffer from catastrophic forgetting in continual learning (CL) scenarios, where performance on previously learned tasks degrades severely while training on sequentially arriving tasks. …

Continual Learning

Continual Learning in Low-rank Orthogonal Subspaces

2020-10-22 · NeurIPS 2020 12 · Arslan Chaudhry, Naeemullah Khan, Puneet K. Dokania, Philip H. S. Torr

In continual learning (CL), a learner is faced with a sequence of tasks, arriving one after the other, and the goal is to remember all the tasks once the continual learning experience is finished. The prior art in CL use…

Continual Learning

Orthogonal Low-rank Adaptation in Lie Groups for Continual Learning of Large Language Models

2025-09-07 · Kefan Cao, Shuaicheng Wu arxiv

Large language models (LLMs) suffer from catastrophic forgetting in sequential multi-task learning. Existing parameter regularization methods (e.g., O-LoRA, N-LoRA) mitigate interference via low-rank subspace orthogonali…

Multi-Task LearningContinual Learning

Muon-OGD: Muon-based Spectral Orthogonal Gradient Projection for LLM Continual Learning

2026-05-09 · Binghang Lu, Zheyuan Deng, Runyu Zhang, Bing Hu 외 arxiv

A central challenge in continual learning for large language models (LLMs) is catastrophic forgetting, where adapting to new tasks can substantially degrade performance on previously learned ones. Existing projection-bas…

Continual Learning