English

HORST: Composing Optimizer Geometries for Sparse Transformer Training

Machine Learning 2026-05-21 v1

Abstract

Sparsifying transformers remains a fundamental challenge, as standard optimizers fail to simultaneously encourage sparsity and maintain training stability. Effective adaptive optimizers exhibit an implicit LL_{\infty} bias favoring stability, yet, sparsity requires an L1L_1 bias. To integrate sparsity, we propose a composition of optimizer steps, which we cast as non-commutative operators to analyze and combine their optimization geometry in a principled way. This yields HORST (Hyperbolic Operator for Robust Sparse Training), a modular optimizer that inherits stability from adaptive methods while inducing L1L_1 sparsity bias through a hyperbolic mirror map. Our experiments demonstrate its utility for sparse training of transformers on both vision and language tasks. HORST consistently and significantly outperforms AdamW baselines across all sparsity levels, with large gains at higher sparsity.

Keywords

Cite

@article{arxiv.2605.21104,
  title  = {HORST: Composing Optimizer Geometries for Sparse Transformer Training},
  author = {Tom Jacobs and Rohan Jain and Rebekka Burkholz},
  journal= {arXiv preprint arXiv:2605.21104},
  year   = {2026}
}

Comments

22 pages, 8 figures