Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RandLoRA: Full-rank parameter-efficient fine-tuning of large models

About

Low-Rank Adaptation (LoRA) and its variants have shown impressive results in reducing the number of trainable parameters and memory requirements of large transformer networks while maintaining fine-tuning performance. The low-rank nature of the weight update inherently limits the representation power of fine-tuned models, however, thus potentially compromising performance on complex tasks. This raises a critical question: when a performance gap between LoRA and standard fine-tuning is observed, is it due to the reduced number of trainable parameters or the rank deficiency? This paper aims to answer this question by introducing RandLoRA, a parameter-efficient method that performs full-rank updates using a learned linear combinations of low-rank, non-trainable random matrices. Our method limits the number of trainable parameters by restricting optimization to diagonal scaling matrices applied to the fixed random matrices. This allows us to effectively overcome the low-rank limitations while maintaining parameter and memory efficiency during training. Through extensive experimentation across vision, language, and vision-language benchmarks, we systematically evaluate the limitations of LoRA and existing random basis methods. Our findings reveal that full-rank updates are beneficial across vision and language tasks individually, and even more so for vision-language tasks, where RandLoRA significantly reduces -- and sometimes eliminates -- the performance gap between standard fine-tuning and LoRA, demonstrating its efficacy.

Paul Albert, Frederic Z. Zhang, Hemanth Saratchandran, Cristian Rodriguez-Opazo, Anton van den Hengel, Ehsan Abbasnejad• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationRESISC45
Accuracy97.4
472
Commonsense ReasoningCommon Sense Reasoning Tasks
Avg Score85.6
321
Image ClassificationCIFAR100
Accuracy93.7
301
Commonsense ReasoningCommonsense Reasoning (BoolQ, PIQA, SIQA, HellaS., WinoG., ARC-e, ARC-c, OBQA)
BoolQ Accuracy70.1
223
Image ClassificationFood101
Accuracy95.4
177
3D Semantic SegmentationScanNet (val)
mIoU74.3
144
Mathematical ReasoningMATH 500
Accuracy62.2
116
Mathematical ReasoningAIME 25
Accuracy18.3
112
Image ClassificationFlowers102
Accuracy99.6
88
Language ModelingPubmed
Perplexity6.48
59
Showing 10 of 23 rows

Other info

Follow for update