English

On the Duality between Gradient Transformations and Adapters

Machine Learning 2025-08-12 v2 Computation and Language

Abstract

We study memory-efficient optimization of neural networks (in particular language models) with linear gradient transformations, where the gradients are linearly mapped to a lower dimensional space than the full parameter space, thus saving memory required for gradient accumulation and optimizer state persistence. The model parameters are updated by first performing an optimization step in the lower dimensional space and then going back into the original parameter space via the linear map's transpose. We show that optimizing the model in this transformed space is equivalent to reparameterizing the original model through a linear adapter that additively modifies the model parameters, and then only optimizing the adapter's parameters. When the transformation is Kronecker-factored, this establishes an equivalence between GaLore and one-sided LoRA. We show that this duality between gradient transformations and adapter-based reparameterizations unifies existing approaches to memory-efficient training and suggests new techniques for improving training efficiency and memory use.

Keywords

Cite

@article{arxiv.2502.13811,
  title  = {On the Duality between Gradient Transformations and Adapters},
  author = {Lucas Torroba-Hennigen and Hunter Lang and Han Guo and Yoon Kim},
  journal= {arXiv preprint arXiv:2502.13811},
  year   = {2025}
}

Comments

17 pages, 2 figures

R2 v1 2026-06-28T21:50:12.145Z