English

Pushing the Limits of Low-Bit Optimizers: A Focus on EMA Dynamics

Machine Learning 2025-06-10 v2 Artificial Intelligence

Abstract

The rapid scaling of models has led to prohibitively high training and fine-tuning costs. A major factor accounting for memory consumption is the widespread use of stateful optimizers (e.g., Adam), which maintain auxiliary information of even 2x the model size in order to achieve optimal convergence. We therefore present SOLO in this work to spawn a novel type of optimizer that requires an extremely light memory footprint. While previous efforts have achieved certain success in 8-bit or 4-bit cases, SOLO enables Adam-style optimizers to maintain quantized states with precision as low as 3 bits, or even 2 bits. This immense progress is due to the identification and resolution of two key challenges: the signal swamping problem in unsigned quantization that results in unchanged state dynamics, and the increased gradient variance in signed quantization that leads to incorrect descent directions. The theoretical analysis suggests a tailored logarithmic quantization for the former and a precision-specific momentum hyperparameter for the latter. SOLO can thus be seamlessly applied to Adam-style optimizers, leading to substantial memory savings with minimal accuracy loss.

Keywords

Cite

@article{arxiv.2505.00347,
  title  = {Pushing the Limits of Low-Bit Optimizers: A Focus on EMA Dynamics},
  author = {Cong Xu and Wenbin Liang and Mo Yu and Anan Liu and Ke-Yue Zhang and Shunli Wang and Lizhuang Ma and Jianyong Wang and Jun Wang and Wei Zhang},
  journal= {arXiv preprint arXiv:2505.00347},
  year   = {2025}
}

Comments

27 pages

R2 v1 2026-06-28T23:17:43.310Z