When pre-training hurts LoRA fine-tuning: a dynamical analysis via single-index models
Gibbs Nwemadji, Bruno Loureiro, Jean Barbier
TL;DR
The paper analyzes how pre-training strength affects LoRA fine-tuning in high-dimensional single-index models and shows that stronger pre-training can delay convergence by extending the correlated search phase. Using a one-pass SGD framework and a generalized Hermite expansion, it derives an exit-time scaling t_exit ~ (τ(μ)/2) log d, with drift coefficients A,B capturing the influence of pre-training and task nonlinearity. The study reveals activation-dependent phenomena: linear and IE=1 activations slow escape as μ increases, while certain Hermite (IE>1) cases exhibit singularities in μ where escape can be blocked; label-squaring can mitigate these effects by effectively reducing the IE to 2. The findings highlight a nuanced trade-off between pre-training richness and algorithmic tractability, suggesting practical strategies (e.g., two-stage label transformations) to harness pre-training while preserving fast transfer dynamics, with implications for parameter-efficient fine-tuning in large models.
Abstract
Pre-training on a source task is usually expected to facilitate fine-tuning on similar downstream problems. In this work, we mathematically show that this naive intuition is not always true: excessive pre-training can computationally slow down fine-tuning optimization. We study this phenomenon for low-rank adaptation (LoRA) fine-tuning on single-index models trained under one-pass SGD. Leveraging a summary statistics description of the fine-tuning dynamics, we precisely characterize how the convergence rate depends on the initial fine-tuning alignment and the degree of non-linearity of the target task. The key take away is that even when the pre-training and down- stream tasks are well aligned, strong pre-training can induce a prolonged search phase and hinder convergence. Our theory thus provides a unified picture of how pre-training strength and task difficulty jointly shape the dynamics and limitations of LoRA fine-tuning in a nontrivial tractable model.
