ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.2k
Citations
38
Influential Citations
Nature Machine Intelligence
Venue
2023
Year
With the prevalence of pre-trained language models (PLMs) and the pre-training–fine-tuning paradigm, it has been continuously shown that larger models tend to yield better …
As large language models (LLMs) grow to hundreds of billions of parameters, full fine-tuning becomes prohibitively expensive in terms of memory, compute, and storage. This paper provides a timely and comprehensive survey of parameter-efficient fine-tuning (PEFT) methods, which have become essential for democratizing access to state-of-the-art PLMs. By systematically categorizing approaches and evaluating their trade-offs, the authors offer a practical roadmap for researchers and engineers who need to adapt large models without massive resources.
The paper's significance is underscored by its high citation count (1197) and publication in Nature Machine Intelligence, reflecting its role as a definitive reference in the field. It addresses a critical bottleneck in the adoption of PLMs: the cost of fine-tuning. Without PEFT, each downstream task requires storing a full copy of the model, which is infeasible for many organizations. This survey has directly influenced the development of popular libraries like Hugging Face PEFT and has guided the design of efficient adaptation methods in both academia and industry.
The paper introduces a clear taxonomy that organizes PEFT methods into three categories:
Key innovations highlighted include:
The paper also provides a unified framework to compare these methods, analyzing factors like inference latency, memory footprint, and scalability to very large models.
The survey aggregates results from multiple benchmarks:
This paper has fundamentally shaped how the AI community approaches model adaptation. It established PEFT as a standard practice for deploying large PLMs, enabling applications in low-resource settings, on-device AI, and multi-task serving. The taxonomy and analysis have guided subsequent work on PEFT for vision, multimodal, and reinforcement learning models. By lowering the barrier to fine-tuning, this work accelerates research and deployment of customized AI systems across industries, from healthcare to finance. The paper's impact is evident in the widespread adoption of LoRA and adapters in production systems and open-source ecosystems.
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