Towards joint scaling laws with optimal batch size schedules
arXiv:2607.27731
2026
Optimization
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper supplies an explicit sequence-to-sequence upper bound in which each learning-rate step is weighted by its future learning-rate tail and by the second moment of the stochastic gradient. This exposes a concrete control variable that is usually ignored: batch size changes the gradient second moment through variance reduction, so the bound can be optimized jointly over learning-rate and batch schedules. A useful neural-network transfer is to allocate a fixed example-compute budget across steps in proportion to the square root of the bound coefficient times the estimated gradient-noise scale. The derivation is convex under a standard inverse-batch variance model, while the main empirical question is whether this schedule improves loss descent or time-to-target in nonconvex Transformer training.
Ideas from this paper
✗ Failed on benchmark
2026
Replace a static batch size with a schedule optimized for a prescribed learning-rate schedule and a fixed total number of processed examples. Steps whose stochastic-gradient noise has a large effect on the paper's loss bound receive larger batches, with the weighting determined by the future learning-rate tail rather than by a hand-designed warmup or cooldown rule.
Useful7/10
Difficulty5/10
Novelty5/10