English

Not How Many, But Which: Parameter Placement in Low-Rank Adaptation

Machine Learning 2026-05-13 v1 Artificial Intelligence Computation and Language

Abstract

We study the \textit{parameter placement problem}: given a fixed budget of kk trainable entries within the B matrix of a LoRA adapter (A frozen), does the choice of which kk matter? Under supervised fine-tuning, random and informed subsets achieve comparable performance. Under GRPO on base models, random placement fails to improve over the base model, while gradient-informed placement recovers standard LoRA accuracy. This regime dependence traces to gradient structure: SFT gradients are low-rank and directionally stable, so any subset accumulates coherent updates; GRPO gradients are high-rank and near-orthogonal across steps, so only elements with consistently signed gradients retain the learning signal. Our scoring procedure identifies these critical parameters in under 10 seconds at less than 0.5% of training cost. Selected parameters concentrate on residual-stream-writing projections (V, O, Down), stable across model families and scales (1.5B - 8B).

Keywords

Cite

@article{arxiv.2605.12207,
  title  = {Not How Many, But Which: Parameter Placement in Low-Rank Adaptation},
  author = {Arijit Sehanobish and Charles Lovering},
  journal= {arXiv preprint arXiv:2605.12207},
  year   = {2026}
}

Comments

Preprint. Comments welcome

R2 v1 2026-07-22T07:07:51.104Z