English

Training Deep Learning Models with Norm-Constrained LMOs

Machine Learning 2025-06-09 v2 Optimization and Control

Abstract

In this work, we study optimization methods that leverage the linear minimization oracle (LMO) over a norm-ball. We propose a new stochastic family of algorithms that uses the LMO to adapt to the geometry of the problem and, perhaps surprisingly, show that they can be applied to unconstrained problems. The resulting update rule unifies several existing optimization methods under a single framework. Furthermore, we propose an explicit choice of norm for deep architectures, which, as a side benefit, leads to the transferability of hyperparameters across model sizes. Experimentally, we demonstrate significant speedups on nanoGPT training using our algorithm, Scion, without any reliance on Adam. The proposed method is memory-efficient, requiring only one set of model weights and one set of gradients, which can be stored in half-precision. The code is available at https://github.com/LIONS-EPFL/scion .

Keywords

Cite

@article{arxiv.2502.07529,
  title  = {Training Deep Learning Models with Norm-Constrained LMOs},
  author = {Thomas Pethick and Wanyun Xie and Kimon Antonakopoulos and Zhenyu Zhu and Antonio Silveti-Falls and Volkan Cevher},
  journal= {arXiv preprint arXiv:2502.07529},
  year   = {2025}
}
R2 v1 2026-06-28T21:40:12.965Z