Preprint
Machine Learning

Scaling down to scale up: A guide to parameter-efficient fine-tuning

January 1, 2023

0

Citations

0

Influential Citations

Venue

2023

Year

Abstract

… This paper presents a systematic overview of parameter-efficient fine-tuning methods, covering over 50 papers published between early 2019 and mid-2024. These methods aim to …

Analysis

Why This Paper Matters

Parameter-efficient fine-tuning (PEFT) has become a critical technique for adapting large pre-trained models to downstream tasks without the prohibitive cost of full fine-tuning. This survey arrives at a time when models are growing rapidly in size, making full fine-tuning increasingly impractical for many organizations. By systematically reviewing over 50 papers, the authors provide a much-needed map of the PEFT landscape, helping practitioners navigate the plethora of available methods.

The paper's timing is particularly relevant given the explosion of large language models and multimodal architectures. As these models are deployed across diverse applications, the ability to efficiently adapt them with minimal computational overhead is paramount. This survey consolidates scattered knowledge into a coherent framework, enabling informed decision-making.

Technical Contributions

The paper's main technical contribution is its comprehensive taxonomy of PEFT methods, which it organizes into several categories:

  • Adapter-based methods: Inserting small trainable modules between layers
  • Prefix tuning: Prepending learnable continuous vectors to layer inputs
  • LoRA and variants: Low-rank decomposition of weight updates
  • Prompt tuning: Learning soft prompts for task adaptation
  • Other approaches: Including bias tuning, reparameterization, and hybrid methods

The survey also discusses design considerations such as parameter budget, computational overhead, and compatibility with different architectures. It provides practical guidelines for selecting methods based on task type, model size, and resource constraints.

Results

As a survey paper, the primary results are qualitative rather than quantitative. The authors synthesize findings from the literature, noting that LoRA and adapter-based methods often achieve competitive performance with full fine-tuning while using only 0.1-1% of the parameters. Prefix tuning and prompt tuning show strong results in NLP tasks but may underperform in other domains. The survey highlights that no single method dominates across all settings, and performance depends on factors like model scale, task complexity, and available compute.

Significance

This survey has significant practical value for the AI community. By demystifying PEFT, it lowers the barrier to entry for fine-tuning large models, enabling smaller teams and organizations to leverage state-of-the-art models. The taxonomy and guidelines can accelerate research by providing a clear baseline for comparing new methods. As AI models continue to scale, PEFT techniques will become increasingly essential, making this survey a timely and valuable resource.