paper-with-me

Papers

On the Principles Behind Neural Network Optimizers

2026-08-17 · Yushun Zhang arxiv

Reliable optimization is central to neural network (NN) training, yet Adam, the default optimizer for modern LLMs, rests on a fragile foundation. This thesis develops a principled grounding for Adam and motivates new designs. First, we revisit Adam's divergence--convergence debate and show the existence of a problem-dependent phase transition: with properly chosen, batch-size-dependent hyperparameters, Adam converges, whereas under small-$β_2$ regimes it can diverge. Second, we investigate why Adam substantially outperforms SGD on Transformers through Hessian structure. We find that the Hessian evolves toward a near-block-diagonal form along training, accompanied by strong block heterogeneity. We prove that this structure makes Adam's diagonal preconditioner effective. We further show that this special Hessian structure originates from consecutive multiplications of large matrix variables, and we provide a rigorous analysis based on random matrix theory. Finally, these insights motivate Adam-mini, a new optimizer that reduces Adam's memory footprint by 50\% while preserving its performance. Our results also have broader implications beyond Adam: they reveal new local structures in matrix-based nonconvex problems, and also help understand and improve recent NN optimizers, such as Muon.

📄 PDF Abstract BibTeX arXiv:2608.16760

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reverse engineering learned optimizers reveals known and novel mechanisms

2020-11-04 · NeurIPS 2021 12 · Niru Maheswaranathan, David Sussillo, Luke Metz, Ruoxi Sun 외

Learned optimizers are algorithms that can themselves be trained to solve optimization problems. In contrast to baseline optimizers (such as momentum or Adam) that use simple update rules derived from theoretical princip…

Can We Learn Communication-Efficient Optimizers?

2023-12-02 · Charles-Étienne Joseph, Benjamin Thérien, Abhinav Moudgil, Boris Knyazev 외

Communication-efficient variants of SGD, specifically local SGD, have received a great deal of interest in recent years. These approaches compute multiple gradient steps locally, that is on each worker, before averaging …

Language ModelingLanguage Modelling

VeLO: Training Versatile Learned Optimizers by Scaling Up

2022-11-17 · Luke Metz, James Harrison, C. Daniel Freeman, Amil Merchant 외

While deep learning models have replaced hand-designed features across many domains, these models are still trained with hand-designed optimizers. In this work, we leverage the same scaling approach behind the success of…

Deep Learning

High-performance Evolutionary Algorithms for Online Neuron Control

2022-04-14 · Binxu Wang, Carlos R. Ponce

Recently, optimization has become an emerging tool for neuroscientists to study neural code. In the visual system, neurons respond to images with graded and noisy responses. Image patterns eliciting highest responses are…

DiagnosticEvolutionary AlgorithmsVocal Bursts Intensity Prediction

Half-Inverse Gradients for Physical Deep Learning

2022-03-18 · ICLR 2022 4 · Patrick Schnell, Philipp Holl, Nils Thuerey

Recent works in deep learning have shown that integrating differentiable physics simulators into the training process can greatly improve the quality of results. Although this combination represents a more complex optimi…

Deep Learning