paper-with-me

Papers

On Catastrophic Forgetting in Low-Rank Decomposition-Based Parameter-Efficient Fine-Tuning

2026-03-10 · Muhammad Ahmad, Jingjing Zheng, Yankai Cao arxiv

Parameter-efficient fine-tuning (PEFT) based on low-rank decomposition, such as LoRA, has become a standard for adapting large pretrained models. However, its behavior in sequential learning -- specifically regarding catastrophic forgetting -- remains insufficiently understood. In this work, we present an empirical study showing that forgetting is strongly influenced by the geometry and parameterization of the update subspace. While methods that restrict updates to small, shared matrix subspaces often suffer from task interference, tensor-based decompositions (e.g., LoRETTA) mitigate forgetting by capturing richer structural information within ultra-compact budgets, and structurally aligned parameterizations (e.g., WeGeFT) preserve pretrained representations. Our findings highlight update subspace design as a key factor in continual learning and offer practical guidance for selecting efficient adaptation strategies in sequential settings.

📄 PDF Abstract BibTeX arXiv:2603.09684

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningContinual Learning

Similar Papers 제목 키워드 기반

CURLoRA: Stable LLM Continual Fine-Tuning and Catastrophic Forgetting Mitigation

2024-08-26 · Muhammad Fawi

This paper introduces CURLoRA, a novel approach to fine-tuning large language models (LLMs) that leverages CUR matrix decomposition in the context of Low-Rank Adaptation (LoRA). Our method addresses two critical challeng…

Continual Learning

SECURA: Sigmoid-Enhanced CUR Decomposition with Uninterrupted Retention and Low-Rank Adaptation in Large Language Models

2025-02-25 · Zhang Yuxuan, Li Ruizhe

With the rapid development of large language models (LLMs), fully fine-tuning (FT) these models has become increasingly impractical due to the high computational demands. Additionally, FT can lead to catastrophic forgett…

Continual LearningGSM8KMathematical Problem-SolvingMultiple-choice+2

Efficient Continual Learning in Neural Machine Translation: A Low-Rank Adaptation Approach

2025-12-10 · Salvador Carrión, Francisco Casacuberta arxiv

Continual learning in Neural Machine Translation (NMT) faces the dual challenges of catastrophic forgetting and the high computational cost of retraining. This study establishes Low-Rank Adaptation (LoRA) as a parameter-…

Machine TranslationContinual Learning

Singular Value Fine-tuning for Few-Shot Class-Incremental Learning

2025-03-13 · Zhiwu Wang, Yichen Wu, Renzhen Wang, Haokun Lin 외

Class-Incremental Learning (CIL) aims to prevent catastrophic forgetting of previously learned classes while sequentially incorporating new ones. The more challenging Few-shot CIL (FSCIL) setting further complicates this…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

Bayesian Parameter-Efficient Fine-Tuning for Overcoming Catastrophic Forgetting

2024-02-19 · Haolin Chen, Philip N. Garner

We are motivated primarily by the adaptation of text-to-speech synthesis models; however we argue that more generic parameter-efficient fine-tuning (PEFT) is an appropriate framework to do such adaptation. Nevertheless, …

Language ModelingLanguage Modellingparameter-efficient fine-tuningSpeech Synthesis+3