paper-with-me

홈 › Papers

Least but not Last: Fine-tuning Intermediate Principal Components for Better Performance-Forgetting Trade-Offs

2026-02-03 · Alessio Quercia, Arya Bangun, Ira Assent, Hanno Scharr arxiv

Low-Rank Adaptation (LoRA) methods have emerged as crucial techniques for adapting large pre-trained models to downstream tasks under computational and memory constraints. However, they face a fundamental challenge in balancing task-specific performance gains against catastrophic forgetting of pre-trained knowledge, where existing methods provide inconsistent recommendations. This paper presents a comprehensive analysis of the performance-forgetting trade-offs inherent in low-rank adaptation using principal components as initialization. Our investigation reveals that fine-tuning intermediate components leads to better balance and show more robustness to high learning rates than first (PiSSA) and last (MiLoRA) components in existing work. Building on these findings, we provide a practical approach for initialization of LoRA that offers superior trade-offs. We demonstrate in a thorough empirical study on a variety of computer vision and NLP tasks that our approach improves accuracy and reduces forgetting, also in continual learning scenarios.

📄 PDF Abstract BibTeX arXiv:2602.03493

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Attention Fusion: a light yet efficient late fusion mechanism for task adaptation in NLU

2022-07-01 · Findings (NAACL) 2022 7 · Jin Cao, Chandana Satya Prakash, Wael Hamza

Fine-tuning a pre-trained language model using annotated data has become the de-facto standard for adapting general-purpose pre-trained models like BERT to downstream tasks. However, given the trend of larger pre-trained…

Language Modelling

Memory-Efficient Orthogonal Fine-Tuning with Principal Subspace Adaptation

2025-05-16 · Fei Wu, Jia Hu, Geyong Min, Shiqiang Wang

Driven by the relentless growth in model parameters, which renders full fine-tuning prohibitively expensive for large-scale deployment, parameter-efficient fine-tuning (PEFT) has emerged as a crucial approach for rapidly…

parameter-efficient fine-tuning

Investigating Learning Dynamics of BERT Fine-Tuning

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yaru Hao, Li Dong, Furu Wei, Ke Xu

The recently introduced pre-trained language model BERT advances the state-of-the-art on many NLP tasks through the fine-tuning approach, but few studies investigate how the fine-tuning process improves the model perform…

Language ModelingLanguage Modelling

Utilizing BERT Intermediate Layers for Aspect Based Sentiment Analysis and Natural Language Inference

2020-02-12 · Youwei Song, Jiahai Wang, Zhiwei Liang, Zhiyue Liu 외

Aspect based sentiment analysis aims to identify the sentimental tendency towards a given aspect in text. Fine-tuning of pretrained BERT performs excellent on this task and achieves state-of-the-art performances. Existin…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Natural Language InferenceSentiment Analysis

Low-rank Attention Side-Tuning for Parameter-Efficient Fine-Tuning

2024-02-06 · Ningyuan Tang, Minghao Fu, Ke Zhu, Jianxin Wu

In finetuning a large pretrained model to downstream tasks, parameter-efficient fine-tuning (PEFT) methods can effectively finetune pretrained models with few trainable parameters, but suffer from high GPU memory consump…

GPUparameter-efficient fine-tuning