paper-with-me

Papers

AdaLoRA: Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning

2023-03-18 · Qingru Zhang, Minshuo Chen, Alexander Bukharin, Nikos Karampatziakis, Pengcheng He, Yu Cheng, Weizhu Chen, Tuo Zhao

Fine-tuning large pre-trained language models on downstream tasks has become an important paradigm in NLP. However, common practice fine-tunes all of the parameters in a pre-trained model, which becomes prohibitive when a large number of downstream tasks are present. Therefore, many fine-tuning methods are proposed to learn incremental updates of pre-trained weights in a parameter efficient way, e.g., low-rank increments. These methods often evenly distribute the budget of incremental updates across all pre-trained weight matrices, and overlook the varying importance of different weight parameters. As a consequence, the fine-tuning performance is suboptimal. To bridge this gap, we propose AdaLoRA, which adaptively allocates the parameter budget among weight matrices according to their importance score. In particular, AdaLoRA parameterizes the incremental updates in the form of singular value decomposition. Such a novel approach allows us to effectively prune the singular values of unimportant updates, which is essentially to reduce their parameter budget but circumvent intensive exact SVD computations. We conduct extensive experiments with several pre-trained models on natural language processing, question answering, and natural language generation to validate the effectiveness of AdaLoRA. Results demonstrate that AdaLoRA manifests notable improvement over baselines, especially in the low budget settings. Our code is publicly available at https://github.com/QingruZhang/AdaLoRA .

📄 PDF Abstract BibTeX arXiv:2303.10512

Code (2)

qingruzhang/adalora 공식 구현 jax
zhanglab-aim/lingo pytorch

Tasks

parameter-efficient fine-tuningQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

A Bayesian Interpretation of Adaptive Low-Rank Adaptation

2024-09-16 · Haolin Chen, Philip N. Garner

Motivated by the sensitivity-based importance score of the adaptive low-rank adaptation (AdaLoRA), we utilize more theoretically supported metrics, including the signal-to-noise ratio (SNR), along with the Improved Varia…

Sensitivity

AdaLoRA-QAT: Adaptive Low-Rank and Quantization-Aware Segmentation

2026-04-01 · Prantik Deb, Srimanth Dhondy, N. Ramakrishna, Anu Kapoor 외 arxiv

Chest X-ray (CXR) segmentation is an important step in computer-aided diagnosis, yet deploying large foundation models in clinical settings remains challenging due to computational constraints. We propose AdaLoRA-QAT, a …

Medical Image SegmentationModel Compression

IGU-LoRA: Adaptive Rank Allocation via Integrated Gradients and Uncertainty-Aware Scoring

2026-03-14 · Xuan Cui, Huiyue Li, Run Zeng, Yunfei Zhao 외 arxiv

As large language models (LLMs) scale to billions of parameters, full-parameter fine-tuning becomes compute- and memory-prohibitive. Parameter-efficient fine-tuning (PEFT) mitigates this issue by updating only a small se…

parameter-efficient fine-tuning

HyperAdaLoRA: Accelerating LoRA Rank Allocation During Training via Hypernetworks without Sacrificing Performance

2025-10-03 · Hao Zhang, Zhenjia Li, Runfeng Bao, Yifan Gao 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT), especially Low-Rank Adaptation (LoRA), has emerged as a promising approach to fine-tuning large language models(LLMs) while reducing computational and memory overhead. However, LoR…

parameter-efficient fine-tuning

AROMA: Autonomous Rank-one Matrix Adaptation

2025-04-06 · Hao Nan Sheng, Zhi-Yong Wang, Mingrui Yang, Hing Cheung So

As large language models continue to grow in size, parameter-efficient fine-tuning has become increasingly crucial. While low-rank adaptation (LoRA) offers a solution through low-rank updates, its static rank allocation …

Natural Language Understandingparameter-efficient fine-tuning