paper-with-me

홈 › Papers

L1RA: Dynamic Rank Assignment in LoRA Fine-Tuning

2025-09-05 · Raul Singh, Nicolo Brunello, Vincenzo Scotti, Mark James Carman arxiv

The ability of Large Language Models (LLMs) to solve complex tasks has made them crucial in the development of AI-based applications. However, the high computational requirements to fine-tune these LLMs on downstream tasks pose significant challenges, particularly when resources are limited. In response to this challenge, we introduce L1RA, a novel technique aimed at dynamically distributing the rank of low-rank adapters during fine-tuning using LoRA. Given a rank budget (i.e., total sum of adapters rank), L1RA leverages L1 regularisation to prune redundant ranks and redistribute them across adapters, thereby optimising resource utilisation. Through a series of comprehensive experiments, we empirically demonstrate that L1RA maintains comparable or even reduced computational overhead compared to other LoRA variants, including the vanilla approach, while achieving same or better performances. Moreover, the post-training analysis of rank distribution unveiled insights into the specific model components requiring the most adaptation to align with the task objective: the feed-forward layers and the attention output projection. These results highlight the efficacy of L1RA in not only enhancing the efficiency of LLM fine-tuning, but also in providing valuable diagnostic information for model refinement and customisation. In conclusion, L1RA stands as a promising technique for advancing the performance and interpretability of LLM adaptation, particularly in scenarios where computational resources are constrained.

📄 PDF Abstract BibTeX arXiv:2509.04884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoLoRA: Automatically Tuning Matrix Ranks in Low-Rank Adaptation Based on Meta Learning

2024-03-14 · Ruiyi Zhang, Rushi Qiang, Sai Ashish Somayajula, Pengtao Xie

Large-scale pretraining followed by task-specific finetuning has achieved great success in various NLP tasks. Since finetuning all parameters of large pretrained models poses substantial computational and memory challeng…

Meta-LearningNatural Language Understanding

QDyLoRA: Quantized Dynamic Low-Rank Adaptation for Efficient Large Language Model Tuning

2024-02-16 · Hossein Rajabzadeh, Mojtaba Valipour, Tianshu Zhu, Marzieh Tahaei 외

Finetuning large language models requires huge GPU memory, restricting the choice to acquire Larger models. While the quantized version of the Low-Rank Adaptation technique, named QLoRA, significantly alleviates this iss…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

Why LoRA Resists Label Noise: A Theoretical Framework for Noise-Robust Parameter-Efficient Fine-Tuning

2026-01-22 · Brady Steele arxiv

Parameter-efficient fine-tuning methods like Low-Rank Adaptation (LoRA) have become the dominant paradigm for adapting large pretrained models. We present a theoretical framework explaining an underexplored property: LoR…

parameter-efficient fine-tuning

BeamLoRA: Beam-Constraint Low-Rank Adaptation

2025-02-19 · Naibin Gu, Zhenyu Zhang, Xiyu Liu, Peng Fu 외

Due to the demand for efficient fine-tuning of large language models, Low-Rank Adaptation (LoRA) has been widely adopted as one of the most effective parameter-efficient fine-tuning methods. Nevertheless, while LoRA impr…

Code GenerationMathparameter-efficient fine-tuning

DR-LoRA: Dynamic Rank LoRA for Fine-Tuning Mixture-of-Experts Models

2026-01-08 · Guanzhi Deng, Bo Li, Ronghao Chen, Xiujin Liu 외 arxiv

Mixture-of-Experts (MoE) has become a prominent paradigm for scaling Large Language Models (LLMs). Parameter-efficient fine-tuning methods, such as LoRA, are widely adopted to adapt pretrained MoE LLMs to downstream task…

parameter-efficient fine-tuning