Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LoRA-Squeeze: Simple and Effective Post-Tuning and In-Tuning Compression of LoRA Modules

About

Despite its huge number of variants, standard Low-Rank Adaptation (LoRA) is still a dominant technique for parameter-efficient fine-tuning (PEFT). Nonetheless, it faces persistent challenges, including the pre-selection of an optimal rank and rank-specific hyper-parameters, as well as the deployment complexity of heterogeneous-rank modules and more sophisticated LoRA derivatives. In this work, we introduce LoRA-Squeeze, a simple and efficient methodology that aims to improve standard LoRA learning by changing LoRA module ranks either post-hoc or dynamically during training}. Our approach posits that it is better to first learn an expressive, higher-rank solution and then compress it, rather than learning a constrained, low-rank solution directly. The method involves fine-tuning with a deliberately high(er) source rank, reconstructing or efficiently approximating the reconstruction of the full weight update matrix, and then using Randomized Singular Value Decomposition (RSVD) to create a new, compressed LoRA module at a lower target rank. Extensive experiments across 13 text and 10 vision-language tasks show that post-hoc compression often produces lower-rank adapters that outperform those trained directly at the target rank, especially if a small number of fine-tuning steps at the target rank is allowed. Moreover, a gradual, in-tuning rank annealing variant of LoRA-Squeeze consistently achieves the best LoRA size-performance trade-off.

Ivan Vuli\'c, Adam Grycner, Quentin de Laroussilhe, Jonas Pfeiffer• 2026

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA
Accuracy80.84
1117
Multi-task Language UnderstandingMMLU
Accuracy80.17
842
Question AnsweringARC Challenge
Accuracy89.11
749
Commonsense ReasoningPIQA
Accuracy93.22
647
Physical Commonsense ReasoningPIQA
Accuracy88.17
329
Boolean Question AnsweringBoolQ
Accuracy90.92
307
Visual Question AnsweringOKVQA
Top-1 Accuracy75.29
283
Question AnsweringOBQA
Accuracy94.71
276
Question AnsweringARC-E
Accuracy95.23
242
Reading ComprehensionBoolQ
Accuracy94.47
219
Showing 10 of 29 rows

Other info

Follow for update