Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Deep learning›LoRA and PEFT
Machine learning

LoRA and PEFT

Low-Rank Adaptation and Parameter-Efficient Fine-Tuning · Also known as: LoRA ve PEFT — Parametre Verimli İnce Ayar, Low-Rank Adaptation, parameter-efficient fine-tuning, prefix tuning, prompt tuning

LoRA (Low-Rank Adaptation), introduced by Hu et al. in 2022, and the broader family of parameter-efficient fine-tuning (PEFT) methods adapt large pretrained language models to new tasks by training only a small number of extra parameters instead of every weight in the model. This makes fine-tuning possible with far less GPU memory and compute while leaving the original model largely untouched.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

LoRA and PEFT
Generative Adversarial N…Random ForestVariational AutoencoderVision TransformerXGBoostBERT Fine-TuningGPT Fine-TuningPrompt EngineeringSelf-Attention

When to use it

Use LoRA and PEFT when you want to adapt a large pretrained language model to a specific text classification or prediction task but cannot afford the memory and compute of full fine-tuning. A large pretrained model must already be available, task-specific data should be prepared, and a GPU is recommended. These methods work best with a substantial task dataset; with very small datasets (below a few hundred examples) the adaptation tends to overfit and a simpler model such as random forest or gradient boosting is safer.

Strengths & limitations

Strengths
  • Drastically lower GPU memory and compute than full fine-tuning, since only a small set of parameters is trained.
  • The original pretrained model is frozen and reused across tasks, so a single base model can be specialised many times.
  • The learned low-rank update can be merged back into the weights, adding no inference-time overhead.
  • Covers a family of options — LoRA, prefix tuning, prompt tuning — so the adaptation can be placed where it works best.
Limitations
  • Requires a large pretrained model to start from; it does not train a model from scratch.
  • A GPU is recommended, and task-specific data must be prepared in advance.
  • On small task datasets (below about 500 examples) the fine-tuning may not provide enough adaptation and risks overfitting.
  • With very little task data (below about 50 examples) even parameter-efficient fine-tuning becomes meaningless.

Frequently asked

What is the difference between LoRA and PEFT?

PEFT (parameter-efficient fine-tuning) is the broad family of methods that adapt a large model by training only a small number of extra parameters. LoRA is one specific PEFT method that trains a low-rank update to the weights; prefix tuning and prompt tuning are other members of the same family.

How much data do I need?

These methods need a reasonably sized task dataset. Below about 500 examples the adaptation may be insufficient and prone to overfitting, and below about 50 examples parameter-efficient fine-tuning becomes meaningless — a classical model is the better choice there.

Do I need a GPU?

A GPU is recommended. Although PEFT methods use far less memory than full fine-tuning, training the added parameters on a large pretrained model still benefits substantially from GPU acceleration.

Why is the update low-rank?

The change required to adapt a pretrained model to a new task can usually be captured by a small low-rank correction rather than a dense update to every weight. Representing it as the product of two small matrices is what makes the number of trainable parameters — and the cost — drop dramatically.

Sources

  1. Hu, E. J. et al. (2022). LoRA: Low-Rank Adaptation of Large Language Models. ICLR. link ↗
  2. Lester, B. et al. (2021). The Power of Scale for Parameter-Efficient Prompt Tuning. EMNLP. DOI: 10.18653/v1/2021.emnlp-main.243 ↗

How to cite this page

ScholarGate. (2026, June 1). Low-Rank Adaptation and Parameter-Efficient Fine-Tuning. ScholarGate. https://scholargate.app/en/deep-learning/lora-peft

Related methods

Generative Adversarial NetworkRandom ForestVariational AutoencoderVision TransformerXGBoost

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Generative Adversarial NetworkDeep learning↔ compare
  • Random ForestMachine learning↔ compare
  • Variational AutoencoderDeep learning↔ compare
  • Vision TransformerDeep learning↔ compare
  • XGBoostMachine learning↔ compare
Compare side by side →

Referenced by

BERT Fine-TuningGPT Fine-TuningPrompt EngineeringSelf-Attention

Similar methods

GPT Fine-TuningQLoRAFine-Tuned TransformerBERT Fine-TuningPrompt EngineeringDomain AdaptationTransfer Learning with BERT-based ClassificationFew-Shot Text Classification

Related reference concepts

Hyperparameter OptimizationRegularization and Model ComplexityNeural Language Models and Word EmbeddingsSequence-to-Sequence Models and TransformersBias-Variance and OverfittingVariational Inference

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — LoRA and PEFT (Low-Rank Adaptation and Parameter-Efficient Fine-Tuning). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/lora-peft · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Hu, E. J. et al.; Lester, B. et al.
Year
2022
Type
Parameter-efficient fine-tuning of large pretrained models
Task
Classification & prediction on text
DataType
Text
MinSample
50
Related methods
Generative Adversarial NetworkRandom ForestVariational AutoencoderVision TransformerXGBoost
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account