The Potential of Second-Order Optimization for LLMs: A Study with Full Gauss-Newton

Abstract

Recent efforts to accelerate LLM pretraining have focused on computationally-efficient approximations that exploit second-order structure. This raises a key question for large-scale training: how much performance is forfeited by these approximations? To probe this question, we establish a practical upper bound on iteration complexity by applying full Gauss-Newton (GN) preconditioning to transformer models of up to 150M parameters. Our experiments show that full GN updates yield substantial gains over existing optimizers, achieving a 5.4x reduction in training iterations compared to strong baselines like SOAP and Muon. Furthermore, we find that a precise layerwise GN preconditioner, which ignores cross-layer information, nearly matches the performance of the full GN method. Collectively, our results suggest: (1) the GN approximation is highly effective for preconditioning, implying higher-order loss terms may not be critical for convergence speed; (2) the layerwise Hessian structure contains sufficient information to achieve most of these potential gains; and (3) a significant performance gap exists between current approximate methods and an idealized layerwise oracle.

Cite

Text

Abreu et al. "The Potential of Second-Order Optimization for LLMs: A Study with Full Gauss-Newton." International Conference on Learning Representations, 2026.

Markdown

[Abreu et al. "The Potential of Second-Order Optimization for LLMs: A Study with Full Gauss-Newton." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/abreu2026iclr-potential/)

BibTeX

@inproceedings{abreu2026iclr-potential,
  title     = {{The Potential of Second-Order Optimization for LLMs: A Study with Full Gauss-Newton}},
  author    = {Abreu, Natalie and Vyas, Nikhil and Kakade, Sham M. and Morwani, Depen},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/abreu2026iclr-potential/}
}