ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
166
Citations
4
Influential Citations
Frontiers of Computer Science
Venue
2024
Year
Abstract Low-Rank Adaptation (LoRA), which updates the dense neural network layers with pluggable low-rank matrices, is one of the best performed parameter efficient fine-tuning paradigms. Furthermore, it has significant advantages in cross-task generalization and privacy-preserving. Hence, LoRA has gained much attention recently, and the number of related literature demonstrates exponential growth. It is necessary to conduct a comprehensive overview of the current progress on LoRA. This survey categorizes and reviews the progress from the perspectives of (1) downstream adaptation improving variants that improve LoRA’s performance on downstream tasks; (2) cross-task generalization methods that mix multiple LoRA plugins to achieve cross-task generalization; (3) efficiency-improving methods that boost the computation-efficiency of LoRA; (4) data privacy-preserving methods that use LoRA in federated learning; (5) application. Besides, this survey also discusses the future directions in this field.
Low-Rank Adaptation (LoRA) has become one of the most widely adopted parameter-efficient fine-tuning (PEFT) methods for large language models (LLMs), enabling adaptation with minimal additional parameters. As the number of LoRA variants grows rapidly, researchers and practitioners need a clear, structured overview to navigate the landscape. This survey fills that gap by categorizing LoRA-related work into five coherent themes: downstream adaptation, cross-task generalization, efficiency, privacy, and applications. It is particularly timely given the explosion of LLM fine-tuning research in 2023–2024.
The paper's value lies in its systematic organization of a fast-moving field. By grouping methods by their primary goal (e.g., improving performance on a single task vs. enabling multi-task generalization), it helps readers quickly identify relevant techniques. The inclusion of privacy-preserving LoRA in federated learning is a notable strength, as this is an increasingly important but less frequently surveyed area.
The survey's main technical contribution is its taxonomy, which breaks down LoRA research into five categories:
Each category is supported by representative papers and brief descriptions of their core ideas. The survey also discusses future directions, including theoretical understanding of LoRA's low-rank inductive bias and integration with other PEFT methods.
As a survey, this paper does not present new experimental results. Its primary output is a structured literature review covering 166 citations. The authors note the exponential growth in LoRA publications, underscoring the need for such a survey. No quantitative comparisons (e.g., accuracy gains, parameter counts) are provided across methods, which limits the ability to directly compare approaches. However, the categorization itself is a valuable resource for researchers seeking to understand the state of the art.
This survey has significant practical value for AI practitioners working with LLMs. By organizing a rapidly expanding body of work, it enables faster identification of suitable LoRA variants for specific use cases (e.g., privacy-sensitive applications, multi-task scenarios). It also highlights underexplored areas, such as theoretical foundations and integration with other PEFT techniques, which can guide future research. For Neura Market's audience, this paper provides a concise entry point into the LoRA ecosystem, helping practitioners make informed decisions about fine-tuning strategies.
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