CLAILGOct 24, 2024

Parameter-Efficient Fine-Tuning in Large Models: A Survey of Methodologies

arXiv:2410.19878v3106 citationsh-index: 1Artif Intell Rev
Originality Synthesis-oriented
AI Analysis

It addresses the problem of computational and storage limitations for researchers and practitioners adapting large models, but it is incremental as a review paper summarizing existing methods.

This survey tackles the challenge of fine-tuning large models with high computational costs by reviewing Parameter-Efficient Fine-Tuning (PEFT) methodologies, which efficiently adapt models to downstream tasks with minimal additional parameters.

The large models, as predicted by scaling raw forecasts, have made groundbreaking progress in many fields, particularly in natural language generation tasks, where they have approached or even surpassed human levels. However, the unprecedented scale of their parameters brings significant computational and storage costs. These large models require substantial computational resources and GPU memory to operate. When adapting large models to specific downstream tasks, their massive parameter scale poses a significant challenge in fine-tuning on hardware platforms with limited computational power and GPU memory. To address this issue, Parameter-Efficient Fine-Tuning (PEFT) offers a practical solution by efficiently adjusting the parameters of large pre-trained models to suit various downstream tasks. Specifically, PEFT adjusts the parameters of pre-trained large models to adapt to specific tasks or domains, minimizing the introduction of additional parameters and the computational resources required. This review mainly introduces the preliminary knowledge of PEFT, the core ideas and principles of various PEFT algorithms, the applications of PEFT, and potential future research directions. By reading this review, we believe that interested parties can quickly grasp the PEFT methodology, thereby accelerating its development and innovation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes