Journal Article
Large Language Models

A survey on LoRA of large language models

Yuren Mao(Ningbo University), Yuhang Ge(Ningbo University), Yijiang Fan(Ningbo University), Wenyi Xu(Ningbo University), Yu Mi(Ningbo University), Zhonghao Hu(Ningbo University), Yunjun Gao(Ningbo University)
December 14, 2024Frontiers of Computer Science166 citations

166

Citations

4

Influential Citations

Frontiers of Computer Science

Venue

2024

Year

Abstract

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.

Analysis

Why This Paper Matters

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.

Technical Contributions

The survey's main technical contribution is its taxonomy, which breaks down LoRA research into five categories:

  • Downstream adaptation improving variants: Methods that modify LoRA's architecture or training to boost performance on specific tasks (e.g., AdaLoRA, DyLoRA).
  • Cross-task generalization: Techniques that combine multiple LoRA modules (e.g., MoE-style mixing, task arithmetic) to enable zero-shot or multi-task transfer.
  • Efficiency-improving methods: Approaches that reduce LoRA's computational cost, such as quantization-aware LoRA or sparse LoRA.
  • Data privacy-preserving methods: LoRA applied in federated learning settings to protect sensitive data while enabling collaborative fine-tuning.
  • Applications: Real-world uses of LoRA in domains like NLP, vision, and multimodal models.

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.

Results

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.

Significance

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.