paper-with-me

홈 › Papers

Parameter-Efficient Fine-Tuning with Learnable Rank

2026-06-03 · Arpit Garg, Simon Lucey, Hemanth Saratchandran arxiv

Low-Rank Adaptation (LoRA) is a popular parameter-efficient fine-tuning (PEFT) method that restricts weight updates to low-rank adapters, introducing a fixed low-rank inductive bias by optimizing in a low-dimensional subspace. In this work, we question whether a fixed-rank constraint is the most effective inductive bias for parameter-efficient fine-tuning. We introduce *Learnable Rank LoRA (LR-LoRA)*, a PEFT method in which the adapter rank is learned during the training process. Instead of prescribing a uniform rank for all adapter layers, LR-LoRA allows the optimizer to determine the appropriate rank for each layer. Using this approach, we find substantial layer-wise variation in the learned ranks, with the attention and MLP layers in the transformer models exhibiting systematically different rank preferences. Across a range of language understanding and commonsense reasoning benchmarks, LR-LoRA achieves state-of-the-art performance in most settings and consistently outperforms strong PEFT baselines, demonstrating that a learnable rank provides a more flexible and effective inductive bias than fixed-rank adaptations.

📄 PDF Abstract BibTeX arXiv:2606.04325

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

LoCA: Location-Aware Cosine Adaptation for Parameter-Efficient Fine-Tuning

2025-02-05 · Zhekai Du, Yinjie Min, Jingjing Li, Ke Lu 외

Low-rank adaptation (LoRA) has become a prevalent method for adapting pre-trained large language models to downstream tasks. However, the simple low-rank decomposition form may constrain the hypothesis space. To address …

parameter-efficient fine-tuning

PC-LoRA: Low-Rank Adaptation for Progressive Model Compression with Knowledge Distillation

2024-06-13 · Injoon Hwang, Haewon Park, Youngwan Lee, Jooyoung Yang 외

Low-rank adaption (LoRA) is a prominent method that adds a small number of learnable parameters to the frozen pre-trained weights for parameter-efficient fine-tuning. Prompted by the question, ``Can we make its represent…

Knowledge DistillationModel Compressionparameter-efficient fine-tuning

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

KronA: Parameter Efficient Tuning with Kronecker Adapter

2022-12-20 · Ali Edalati, Marzieh Tahaei, Ivan Kobyzev, Vahid Partovi Nia 외

Fine-tuning a Pre-trained Language Model (PLM) on a specific downstream task has been a well-known paradigm in Natural Language Processing. However, with the ever-growing size of PLMs, training the entire model on severa…

Language ModelingLanguage Modelling

Expanding Sparse Tuning for Low Memory Usage

2024-11-04 · Shufan Shen, Junshu Sun, Xiangyang Ji, Qingming Huang 외

Parameter-efficient fine-tuning (PEFT) is an effective method for adapting pre-trained vision models to downstream tasks by tuning a small subset of parameters. Among PEFT methods, sparse tuning achieves superior perform…

parameter-efficient fine-tuning