English

LDAdam: Adaptive Optimization from Low-Dimensional Gradient Statistics

Machine Learning 2025-03-04 v4 Optimization and Control Machine Learning

Abstract

We introduce LDAdam, a memory-efficient optimizer for training large models, that performs adaptive optimization steps within lower dimensional subspaces, while consistently exploring the full parameter space during training. This strategy keeps the optimizer's memory footprint to a fraction of the model size. LDAdam relies on a new projection-aware update rule for the optimizer states that allows for transitioning between subspaces, i.e., estimation of the statistics of the projected gradients. To mitigate the errors due to low-rank projection, LDAdam integrates a new generalized error feedback mechanism, which explicitly accounts for both gradient and optimizer state compression. We prove the convergence of LDAdam under standard assumptions, and show that LDAdam allows for accurate and efficient fine-tuning and pre-training of language models. Code is available at https://github.com/IST-DASLab/LDAdam

Keywords

Cite

@article{arxiv.2410.16103,
  title  = {LDAdam: Adaptive Optimization from Low-Dimensional Gradient Statistics},
  author = {Thomas Robert and Mher Safaryan and Ionut-Vlad Modoranu and Dan Alistarh},
  journal= {arXiv preprint arXiv:2410.16103},
  year   = {2025}
}

Comments

39 pages, ICLR 2025

R2 v1 2026-06-28T19:29:52.409Z