ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
This survey systematically reviews Low-Rank Adaptation (LoRA) methods and their variants for Large Language Models (LLMs), emphasizing their efficiency in adapting models without …
Large Language Models (LLMs) have become foundational across AI applications, but their sheer size makes full fine-tuning prohibitively expensive. Low-Rank Adaptation (LoRA) has emerged as a leading solution, enabling efficient adaptation by learning small low-rank matrices instead of updating all parameters. This survey is timely, as the field has exploded with numerous LoRA variants, each claiming improvements, yet lacking a unified framework to compare them. By systematically categorizing and analyzing these methods, the survey provides a crucial map for researchers and practitioners navigating this crowded space.
The paper's significance extends beyond mere cataloging. It synthesizes theoretical and empirical insights, explaining why low-rank updates are effective and how they relate to the intrinsic dimensionality of fine-tuning tasks. This understanding is vital for advancing beyond heuristic approaches and toward principled design of adaptation methods. Moreover, by highlighting open challenges—such as rank selection and compatibility with quantization—the survey sets a research agenda that could shape the next generation of efficient fine-tuning techniques.
While the survey does not present new experiments, it synthesizes quantitative findings from the literature. Key reported results include: LoRA variants achieve performance within 1-2% of full fine-tuning on many benchmarks while reducing trainable parameters by up to 99%. Memory savings can reach 70% during training, and training time is often reduced by 20-50%. Dynamic rank methods, such as AdaLoRA, show particular promise in allocating capacity more efficiently, sometimes outperforming fixed-rank LoRA with the same parameter budget. The survey also notes that LoRA is especially effective for large models (e.g., 7B-70B parameters), where full fine-tuning becomes impractical.
The survey's impact lies in its role as a definitive reference for the LoRA ecosystem. It not only helps practitioners choose the right adaptation method for their use case but also identifies gaps in current research, such as the lack of studies on extremely large models (100B+) and multilingual scenarios. By providing a structured overview, it lowers the barrier to entry for newcomers and encourages more systematic comparisons in future work. As LLMs continue to grow, efficient adaptation methods like LoRA will be essential for democratizing access to state-of-the-art models, and this survey provides the foundational knowledge needed to advance that goal.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba