Linearization Explains Fine-Tuning in Large Language Models
Zahra Rahimi Afzal, Tara Esmaeilbeig, Mojtaba Soltanalian, Mesrob I. Ohannessian
TL;DR
The paper tackles why parameter-efficient fine-tuning (PEFT) works by analyzing training dynamics through linearization around a pretrained model and the Neural Tangent Kernel (NTK). It introduces an explicit proximal regularization toward the pretrained parameters, making fine-tuning behave like NTK regression in a lazy regime. The authors derive parameter-distance bounds, NTK-spectral bounds, and spectral-perturbation results for adding trainable layers, showing that the NTK spectrum at initialization predicts adaptation performance and can guide layer selection. Empirical validation on RoBERTa-base with LoRA across GLUE, IMDb, and Yelp supports the theory and suggests practical, low-overhead strategies for designing PEFT with improved efficiency in large language models.
Abstract
Parameter-Efficient Fine-Tuning (PEFT) is a popular class of techniques that strive to adapt large models in a scalable and resource-efficient manner. Yet, the mechanisms underlying their training performance and generalization remain underexplored. In this paper, we provide several insights into such fine-tuning through the lens of linearization. Fine-tuned models are often implicitly encouraged to remain close to the pretrained model. By making this explicit, using an Euclidean distance inductive bias in parameter space, we show that fine-tuning dynamics become equivalent to learning with the positive-definite neural tangent kernel (NTK). We specifically analyze how close the fully linear and the linearized fine-tuning optimizations are, based on the strength of the regularization. This allows us to be pragmatic about how good a model linearization is when fine-tuning large language models (LLMs). When linearization is a good model, our findings reveal a strong correlation between the eigenvalue spectrum of the NTK and the performance of model adaptation. Motivated by this, we give spectral perturbation bounds on the NTK induced by the choice of layers selected for fine-tuning. We empirically validate our theory on Low Rank Adaptation (LoRA) on LLMs. These insights not only characterize fine-tuning but also have the potential to enhance PEFT techniques, paving the way to better informed and more nimble adaptation in LLMs.
