Momentum in large-batch training: Polyak enlarges the critical batch size, Nesterov improves data efficiency

arXiv:2609.02728 2026 Optimization 1 ideas extracted · analyzed Sep 3, 2026

What the math gives to ML

The paper gives a batch-size- and momentum-dependent stability law for one-pass training, rather than treating momentum only as an iteration-acceleration device. Its key transferable asset is the explicit scaling of the largest stable learning rate: Polyak momentum permits a ceiling proportional to B(1-rho), while Nesterov permits a capacity-dependent ceiling proportional to B^beta(1-rho), with beta greater than 1. This suggests a stability-aware large-batch optimizer that scales learning rate and momentum jointly from batch size, while using short online probes to calibrate unknown constants. The approach is most promising for fixed-data-budget pretraining, where the update horizon T=D/B shrinks as batches grow.

Ideas from this paper

Unverified 2026

Critical-Batch Momentum Scaling

Replace a fixed momentum and learning-rate schedule with a batch-aware stability controller derived from the paper's critical-learning-rate scalings. Polyak learning rates should scale approximately with B(1-rho), whereas Nesterov learning rates can scale as B^beta(1-rho) until reaching the base stability ceiling; this may allow larger batches without crossing the instability boundary.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Momentum in large-batch training: Polyak enlarges the critical batch size, Nesterov improves data efficiency arXiv:2609.02728