ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… Parameter Efficient Fine-Tuning (PEFT) provides a practical solution by efficiently adjusting the large models over the various downstream tasks. In particular, PEFT refers to the process …
As large language and vision models grow to billions of parameters, full fine-tuning becomes prohibitively expensive in terms of compute and storage. Parameter-efficient fine-tuning (PEFT) offers a practical alternative by updating only a small fraction of model weights while retaining most of the pretrained knowledge. This survey is timely because it organizes the rapidly expanding landscape of PEFT methods, helping researchers and engineers navigate choices like adapters, prefix tuning, and LoRA. By systematically comparing these approaches, the paper addresses a critical need for clarity in a field where new techniques emerge frequently.
The survey's main contribution is a clear taxonomy that groups PEFT methods into three categories:
It also discusses practical design choices such as where to place adapters, how to choose rank in LoRA, and initialization strategies. The paper highlights that no single method dominates; performance depends on model scale, task type, and available compute.
The survey aggregates findings from multiple studies showing that PEFT methods typically achieve 90-99% of full fine-tuning performance while reducing trainable parameters by 10,000x or more. For example, LoRA on GPT-3 175B uses only 0.01% of parameters. Memory savings are also significant, often enabling fine-tuning on a single GPU. However, the survey notes that very small models or tasks requiring substantial domain shift may still benefit from full fine-tuning.
This survey has broad impact by democratizing access to large model adaptation. It provides a roadmap for practitioners to select efficient fine-tuning strategies, reducing the carbon footprint and hardware barriers associated with training large models. The identified open challenges—such as theoretical understanding of why PEFT works and its interaction with multi-task learning—will guide future research. As AI models continue to scale, PEFT will be essential for practical deployment, making this survey a foundational reference.
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