Pith. sign in

REVIEW 3 major objections 5 minor 56 references

Scaling Collapse Reveals Universal Dynamics in Compute-Optimally Trained Neural Networks

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Entire loss curves of compute-optimally trained networks collapse onto one universal shape.

desk verdict A real and novel empirical phenomenon—loss-curve collapse and supercollapse in compute-optimal training—honestly quantified, but with a soft spot in the L0-fitting circularity that needs independent validation before the universality claim is settled. read the letter →

arxiv 2507.02119 v2 pith:RKC6QSF3 submitted 2025-07-02 cs.LG

classification cs.LG
keywords scalinglawscompute-optimaltraininglosscurvecollapseuniversalitySGDnoiselearningrateschedulestransformerssupercollapse
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper aims to establish that, in compute-optimally trained neural networks, the entire loss curve—not just the final loss—follows a universal scaling law. The authors show that after subtracting a fitted irreducible loss (the estimated floor that no amount of training can reduce) and normalizing training compute and reducible loss to 1 at the end of training, loss curves from models of different sizes collapse onto one schedule-dependent curve. They identify a stronger regime, supercollapse, in which learning-rate decay makes the collapse so tight that the differences between model sizes drop below the seed-to-seed noise of any single training run. The paper derives the collapse from the power-law structure of neural scaling laws and a simple model of SGD noise, and argues that collapse quality is a sensitive and practical indicator of whether hyperparameters are scaled correctly.

What carries the argument

The central object is the affine normalization of Eq. (1), $\ell(x, p, \omega) = \left(L(x t^\star(p), p, \omega) - L_0\right)/\left(L(t^\star(p), p, \omega) - L_0\right)$, which maps every model's loss curve into the unit square in reducible loss versus normalized compute. The argument has three load-bearing pieces: (1) the sum-of-power-laws ansatz $L = L_0 + t^{-\mu} + p^{-\nu}$, which at the compute-optimal horizon $t^\star \propto p^{\nu/\mu}$ makes the normalized curve exactly independent of $p$; (2) a quadratic-SDE model of SGD noise in gradient-flow time, which gives the approximate loss shift $\delta L \approx \alpha\, \delta\eta(\tau)\, \mathrm{Tr}(\Sigma'(\tau))$ and predicts that schedule-induced deformations are shared across model sizes because $\mathrm{Tr}(\Sigma)/L$ depends only on normalized compute; and (3) a first-order variance computation showing the normalized-curve variance obeys $\Delta^2 \propto \eta(\tau)(1 - \hat{\tau})$ near the end of training, explaining why learning-rate decay produces supercollapse.

What would settle it

Train a compute-optimal scaling ladder on a task where the irreducible loss can be pinned down independently of the collapse analysis—for example, by measuring the loss of a very large model trained for a very long time, or by injecting label noise so the Bayes error is known—and check whether curves from different sizes still collapse under Eq. (1) when that independently fixed $L_0$ is subtracted. A second check is to test whether the predicted scaling $\Delta^2 \propto \eta(\tau)(1 - \hat{\tau})$ holds for schedules the paper did not try, such as exponential or stepwise decay; failure of either check would indicate that the universality is fit-dependent.

Watch

Extended reading notes

Core claim

After subtracting a fitted irreducible loss $L_0$ and rescaling so that final compute and final reducible loss are both $1$, the loss curves $L(t, p, \omega)$ of compute-optimally trained models satisfy, to high precision, a size-independent identity: the normalized curve $\ell(x)$ is the same function of normalized compute $x = t/t^\star(p)$ for all model sizes $p$ under a fixed learning-rate schedule. For loss functions of the form $L = L_0 + t^{-\mu} + p^{-\nu}$, this identity is exact at the compute-optimal horizon $t^\star(p) \propto p^{\nu/\mu}$, giving $\ell(x) = (r x^{-\mu} + 1)/(r+1)$ with $r = \nu/\mu$, independent of $p$ (Eq. 7). The identity persists across learning-rate schedules because a quadratic-noise model of SGD predicts that schedule-induced deformations depend on the product of the instantaneous learning rate and the gradient-covariance trace, and the ratio $\mathrm{Tr}(\Sigma)/L$ is empirically a function of normalized compute alone. Learning-rate decay makes the collapse ``super'': the variance of the normalized curves scales as $\eta(\tau)(1 - \hat{\tau})$, so normalizing by the realized final loss cancels most of the seed noise, pushing the collapse below the single-trajectory noise floor. The paper argues that when the data exponent or parameterization is scaled suboptimally, the collapse breaks, making it a practical indicator of good scaling.

Load-bearing premise

The load-bearing premise is that the fitted irreducible loss $L_0$ and the fitted data exponent $\gamma$ correctly describe the asymptotic scaling; both are estimated from the very loss curves whose collapse is then reported, so a misestimated $L_0$ or $\gamma$ could make the universal curve and supercollapse partly artifacts of the fitting procedure.

Editorial extensions

If this is right

  • Loss-curve prediction becomes a scaling-law problem: for a new model size, the entire compute-optimal loss trajectory can be predicted from the universal curve and the fitted $L_0$, without training to completion.
  • The collapse can be measured cheaply and used to validate whether hyperparameters such as learning-rate parameterization and the data exponent are scaled correctly, since suboptimal choices break the collapse even when final losses look similar.
  • The supercollapse criterion gives a noise-floor-limited comparison of models across scales, so single-seed training runs may suffice to detect scaling inconsistencies that currently require many seeds.
  • The variance law $\Delta^2 \propto \eta(\tau)(1 - \hat{\tau})$ makes a quantitative, schedule-specific prediction for how quickly the collapse should improve as learning rate is decayed, which is testable in new settings.
  • The result suggests a joint scaling limit in model size and training time that preserves consistency throughout training, complementing infinite-width limits that diverge at late times.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • One testable extension, not pursued in the paper, is to use the collapse deviation itself as an objective: tune the data exponent $\gamma$, parameterization, and schedule to maximize collapse tightness instead of fitting sparse final-loss power laws.
  • This suggests that the ratio $\mathrm{Tr}(\Sigma)/L$, if universal in normalized compute, could let practitioners measure gradient-noise statistics on small models and transfer them to large models at matched normalized compute, giving a budget-free way to predict schedule effects.
  • The authors compare their phenomenon to renormalization-group universality; if that analogy is substantive, collapse should persist to larger scales and new architectures, and deviations from collapse would be interpretable as relevant scaling variables that must be tuned.
  • The control-variate view of normalization by the realized final loss suggests that other late-time observables, such as gradient norms, could be used to denoise and collapse different training statistics, not just the loss.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. This paper reports a scaling phenomenon in compute-optimally trained networks: after normalizing training compute by the estimated compute-optimal horizon t*(p) ∝ p^γ and normalizing the reducible loss (total loss minus a fitted irreducible offset L0) by the final reducible loss at that horizon, loss curves from models spanning roughly an order of magnitude in width collapse onto a single schedule-dependent universal curve (Eq. 1; Figs. 1–3). With learning-rate decay, the cross-size collapse deviation Δ falls below the per-seed noise floor σ for a substantial fraction of training, a phenomenon the authors call supercollapse (Fig. 1c). The theoretical component has three parts: (i) for losses of the form L0 + t^{-μ} + p^{-ν}, compute-optimal allocation makes the normalized curve exactly p-independent (Eq. 7); (ii) a theorem (E.1) states that full collapse forces a power-law Pareto frontier; and (iii) a quadratic/SDE model of schedule-dependent SGD noise predicts loss curves across schedules, model sizes, and horizons with a single fitted constant α (Eqs. 16–18; Fig. 6) and predicts Δ² ∝ η(τ̂)(1 − τ̂) during decay (Eq. 24; Fig. 8). Experiments include transformers on CIFAR-5M and chess, MLPs on a power-law-spectrum regression task, width- and depth-scaling ladders, and negative controls (constant-LR parameterization; wrong data exponent) showing that collapse breaks under suboptimal scaling choices.

Significance. If the main claim holds, the paper is significant: it extends scaling laws from statements about final losses to statements about the entire training trajectory, and it provides evidence for a joint limit in which model size and training time grow together under compute-optimal allocation while preserving dynamical consistency across sizes, in contrast to the divergence found in fixed-horizon infinite-width limits (Vyas et al., 2023, cited). The empirical core is unusually well quantified for a scaling-laws paper: collapse deviation is always compared with a per-seed noise floor (Eqs. 2–3); collapse is shown to break under both wrong parameterization and wrong data exponent (Fig. 4), giving the claim falsifiable content; the MLP setup has known L0 = 0 as a positive control; multiple seeds are used; and the code is released. The schedule-prediction model's success across schedules, widths, and horizons with a single fitted α (0.21, close to the theoretical 1/4) is a genuine predictive achievement (Fig. 6, Appendix I).

major comments (3)
  1. [§2.2–2.4, Eq. (1), Fig. 2, Appendix C] The collapse observable is not a raw quantity: both the offset L0 subtracted in Eq. (1) and the horizon t*(p) ∝ p^γ that sets the normalized-compute axis are fitted to the same loss curves whose collapse is then asserted. Figure 2 shows that shifting L0 by only −0.012 or +0.008 from the fitted value 3.132 destroys the collapse, yet the paper reports no uncertainty for L0 or γ, and two separate fits on the same CIFAR-5M data give L0 = 3.132 (Fig. 1a) and L0 = 3.134 (Fig. 5a). Because the least-squares fit of L0 + ac^{-b} uses a small number of effectively independent Pareto-frontier points estimated from only 5 seeds, the plausible uncertainty in L0 may be comparable to the ±0.01 sensitivity scale, in which case part of the observed collapse could be an artifact of choosing L0 to make the frontier a power law (which Theorem E.1 shows is necessary for collapse). The nontrivial content is full-curve collapse over x ∈ (0,1], since the frontier fit constrains only final losses and the slope at x = 1; to support that claim, the authors should report bootstrap or seed-subsample uncertainties on (L0, γ, a, b), re-evaluate Δ(x) for L0 at the extremes of that uncertainty, and perform a held-out check in which L0 and γ are fit on a subset of the scaling ladder and the collapse is measured on the complementary subset. The MLP positive control (known L0 = 0) and the Fig. 4 sensitivity experiments are good first steps, but they do not resolve the fitting-circularity concern for the headline transformer results.
  2. [Appendix E (Theorem E.1 and its Remark), §3.1] Section 3.1 presents the power-law Pareto frontier as necessary for collapse and uses this to justify the choice L̂ = L0, but the proof requires the compute-optimal point to be interior to each loss curve. The Remark appended to Theorem E.1 concedes that this condition fails for schedules that reach η = 0 after finitely many steps, which are exactly the schedules on which the headline supercollapse results (Figs. 1b–c and 4) are demonstrated. As written, the theorem is formally established for the constant-LR family used to estimate t*(p), but its necessity claim is not established for the decaying-schedule runs, and its sufficiency direction yields only first-order collapse rather than full-curve supercollapse. The explanation of supercollapse therefore rests on the empirical noise model of Section 3.3 rather than on Theorem E.1, which is acceptable, but the 'necessary' narrative in Section 3.1 should be restricted to the setting where the hypotheses hold, or the proof should be extended to boundary-optimal schedules; the Remark's caveat should also be surfaced in the main text rather than only in the appendix.
  3. [§3.1, Eq. (7), Fig. 5, Fig. 10d] The theoretical derivation's main deliverable is an explicit universal curve ℓ(x) = (r x^{-μ} + 1)/(r + 1), and Fig. 5a reports a fit of L0 + t^{-μ} + p^{-ν} to the CIFAR-5M loss surface with L0 = 3.134, μ = 0.41, and ν = 0.37 (R² = 0.999). The paper never overlays this predicted curve on the empirically collapsed constant-LR curves of Fig. 3, nor does it report the deviation between the predicted and observed normalized curves relative to the seed noise floor. In addition, the theory predicts the data exponent γ = ν/μ ≈ 0.90, which differs from the empirically estimated γ = 0.96 (Fig. 10d) without any comment on the discrepancy. Adding the predicted-curve overlay (and an analogous check for the schedule-transferred prediction of Eq. (21)) would test the quantitative content of the claimed universality rather than only its cross-size aspect, and would also help bound the circularity raised in the first major comment, since the same fitted exponents define the normalization.
minor comments (5)
  1. [§2.4, Eqs. (2)–(3), Fig. 1c] The noise floor σ(x, p) is defined per model size in Eq. (3), but Fig. 1c plots a single noise-floor curve and compares it with the p-averaged Δ(x); the paper should state whether the plotted floor is the mean, median, or maximum over p and should define the comparison criterion behind the claim Δ(x) < σ.
  2. [§3.2.2, Eqs. (16)–(18)] The closed-form prediction (1 − αh(x)δη(τ,p))^{-1} appears in Eq. (18) without derivation from the linearized expression in Eq. (16); a one-sentence geometric-series justification and its regime of validity (small αhδη) would prevent confusion.
  3. [§3.2.2, Fig. 6, Appendix A] The schedule-prediction experiments on CIFAR-5M use a different configuration from the collapse experiments (different codebase, base width, initialization, learning rate, and batch size, as described in Appendix A); the main text should flag this so readers do not treat Fig. 6 as validating the exact runs of Fig. 1.
  4. [Appendix C, Appendix G, Figs. 1a and 5a] Presentation issues: the typos 'origianlly' (Appendix C) and 'dervie' (Appendix G) should be fixed, and the two fitted CIFAR-5M values L0 = 3.132 (Fig. 1a) and L0 = 3.134 (Fig. 5a) should be reconciled or explicitly explained in the text.
  5. [§3.3, Fig. 8] The predicted scaling in Fig. 8 is stated in terms of normalized gradient-flow time τ̂ while the rest of the paper uses normalized compute x = t/t⋆(p); a sentence relating the two normalizations would let the reader compare Fig. 8 directly with Fig. 1c.

Circularity Check

2 steps flagged · score 4.0 of 10

The universal-curve and schedule-prediction claims are partly self-referential because the normalizing offset L0 and the schedule coefficient α are fitted on the same curves used as evidence, but full-curve collapse and supercollapse remain empirically nontrivial.

  1. fitted input called prediction [Sections 2.2-2.3, Eq. (1), Figure 2]
    "Using the best-fit L0, we define the reducible loss curve L(t, p, ω) = L(t, p, ω) − L0. ... We set ˆL = L0 to subtract the estimated irreducible loss ... We found setting ˆL = L0 achieves the best collapse (Figure 2)."

    The central observable ℓ(x,p,ω) whose p-independence is claimed as universality is constructed with a fitted offset L0 and a fitted compute axis t*(p) estimated from the same loss curves. Figure 2 shows collapse quality is maximized at the fitted L0, so the reported 'best collapse' is partly selected by the fit rather than measured independently. The paper gives no error bars on L0 or γ and no held-out model/schedule validation. However, one scalar per task does not by itself force the entire normalized curve to be p-independent, so the reduction is partial.

  2. fitted input called prediction [Section 3.2.2, Eqs. (16)-(18), Figure 6]
    "where α is a shared hyperparameter. We find a single α = 0.21 fits the target loss curves surprisingly well across schedules, model sizes, and training horizons."

    The loss curves presented as 'predictions' (Figure 1e, Figure 6) are generated with a coefficient α fitted to those same curves; the theory's derived value 1/4 is replaced by the free parameter α (0.21 for CIFAR-5M, 0.26 for MLP). Thus the quantitative agreement is a one-parameter fit rather than an ab initio prediction. The schedule-dependent shape via δη(τ)Tr(Σ'(τ)) is non-trivial and not implied by the fit alone, which limits the severity.

full rationale

The paper's core Section 3.1 derivation is not circular: given an exact sum-of-power-laws loss with power-law Pareto frontier, Eq. (7) algebraically cancels p, and Theorem E.1/F provide a genuine necessary/sufficient analysis under stated assumptions. The main self-referential content is (i) the affine normalization in Eq. (1) uses L0 and t*(p) estimated from the very curves whose collapse is claimed, with Figure 2 showing collapse peaks at the fitted offset; and (ii) the schedule-prediction model uses a fitted coefficient α in place of the derived 1/4. No load-bearing uniqueness theorem is imported from the authors' own previous work: cites to Paquette et al. (2024b) and Agarwala & Pennington (2024) are motivational or auxiliary, and the key empirical checks (Figures 7, 14) are independent measurements. The MLP experiment with known L0=0 is a useful positive control, so the central observation has independent content despite the fitted normalization. The paper itself flags a nontrivial limitation in Theorem E.1's Remark: the interior compute-optimality assumption can fail for schedules that reach η=0 after finitely many steps, exactly the schedules where supercollapse is claimed; this weakens the necessity proof but is not a circularity. Overall: partial circularity through fitted inputs, not a by-construction equivalence, so score 4.

Assumptions & free parameters 6 free parameters · 6 assumptions · 1 invented entities

The central observable l(x,p,omega) in Eq (1) is defined through fitted quantities: the irreducible loss L0 (from L0 + a c^{-b}) and the optimal horizon t*(p) proportional to p^gamma (from c*(p) = kappa p^{1+gamma}). The collapse explanation assumes the sum-of-power-laws form (Eq 5), itself fitted per dataset. The schedule-transfer and variance arguments assume the SDE noise model, the adiabatic slow-variation limit, and the empirical universality Tr(Sigma)/L approximately h(x) (Eq 17). The noise-model predictions use a measured Tr(Sigma') and one fitted constant alpha per dataset. No new physical entities are introduced; the universal curve and joint scaling limit are constructs defined by the normalization itself.

free parameters (6)
  • L0 (irreducible loss offset) = 3.132 (CIFAR-5M), 0.545 (chess), fitted per scaling ladder
    Fitted via L0 + a c^{-b} to the constant-LR Pareto frontier; used as subtraction offset in Eq (1); collapse and supercollapse are measured on the resulting normalized curves, and Figure 2 shows collapse is sensitive to this offset.
  • a, b (scaling law constants) = a=0.154, b=0.191 (CIFAR-5M, Figure 1a)
    Fitted amplitude and exponent of the scaling law L0 + a c^{-b}; used mainly to estimate L0, which enters the normalization.
  • gamma (data exponent) = 0.96 (CIFAR-5M), 1.04 (MLP), 1.02 (chess optimal), 1.2 (deliberately suboptimal)
    Fitted from the Pareto frontier c*(p) = kappa p^{1+gamma}; defines the normalized compute axis x = t/t*(p) via t*(p); the collapse claim is evaluated along this fitted axis, and Figure 4 shows perturbing gamma breaks collapse.
  • kappa (prefactor in c*(p)) = 5.34e5 (CIFAR-5M), 1.35e6 (MLP)
    Fitted prefactor in c*(p) = kappa p^{1+gamma}; sets absolute compute of the horizon but cancels in the normalized curve per Theorem F.1 point 4.
  • alpha (noise model constant) = 0.21 (CIFAR-5M), 0.26 (MLP)
    Shared constant fitted in Eqs (16)/(18); the theory derives 1/4, so the fit absorbs model mismatch; a single alpha is validated across schedules, sizes, and horizons.
  • sum-of-power-law exponents mu, nu = CIFAR-5M t^{-0.41}+p^{-0.37}; chess t^{-0.28}+p^{-0.21}; MLP t^{-0.34}+p^{-0.29}
    Exponents in Eq (5) fitted to constant-LR loss curves (Figure 5a, Figure 11); the Section 3.1 collapse derivation assumes this functional form, and the chess fit is acknowledged to be worse.
assumptions (6)
  • domain assumption Compute-optimal loss curves follow the sum-of-power-laws form L(t,p) = L0 + t^{-mu} + p^{-nu}, generalized to Eq (8).
    Invoked in Section 3.1 to derive exact collapse; verified by fit on CIFAR-5M, MLP, and more poorly on chess constant-LR runs; the paper concedes the chess fit is worse.
  • domain assumption Gradient noise is modeled by the SDE dw/dtau = -(grad L(w) + Sigma^{1/2}(w) xi(tau)) with E[xi xi'] = eta(tau) delta, and the noise-induced loss shift is approximately (1/4) eta(tau) Tr(Sigma-bar(tau)) in the slow-variation, late-time limit.
    Section 3.2 and Appendix G; standard in the SGD literature (Li et al. 2017; Zhang et al. 2019; Malladi et al. 2022); the paper acknowledges Edge of Stability effects and preconditioner coupling are not modeled.
  • domain assumption The compute-optimal horizon t*(p) estimated under a constant learning rate transfers to other schedules up to a constant factor.
    Section 2.2 reuses t*(p) for all schedules, citing Pearce and Song (2024); if the optimal horizon shifts non-constantly with schedule, the normalized axis x is mis-scaled.
  • domain assumption The trace universality Tr(Sigma(xt*(p)))/L(xt*(p)) approximately equals h(x), independent of model size p for a given schedule.
    Section 3.2.3, Eq (17); required for the schedule-transfer collapse argument (Eqs 18-21) and the supercollapse variance prediction; verified only on CIFAR-5M transformers and synthetic MLPs at the tested scales.
  • standard math The envelope theorem applies to the compute-optimal point of each loss curve, requiring interior optima.
    Appendix E, Theorem E.1; the paper's own Remark notes failure when eta reaches 0 after finitely many steps, which covers the supercollapse schedules.
  • domain assumption muP (maximal update parameterization) supplies correctly width-scaled initialization and learning rates, so training dynamics are comparable across widths.
    Section 2.1 and Appendix A; from Yang et al. (2021); the constant-LR comparison in Figure 4 shows collapse breaks without it.
invented entities (1)
  • Universal collapse curve l(x) and the compute-optimal joint scaling limit
    purpose: Organizes loss curves across model sizes into a single schedule-dependent shape; motivates the supercollapse diagnostic.
    Defined via the normalization in Eq (1) with a fitted L0; its existence across scales is the empirical claim itself, so it provides no falsifiable handle outside the paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Scaling Collapse Reveals Universal Dynamics in Compute-Optimally Trained Neural Networks." pith.science (2026). https://pith.science/paper/RKC6QSF3

@misc{pith2026250702119,
  author       = {Pith},
  title        = {Pith review of: Scaling Collapse Reveals Universal Dynamics in Compute-Optimally Trained Neural Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RKC6QSF3}},
  note         = {Machine review of arXiv:2507.02119}
}
read the original abstract

What scaling limits govern neural network training dynamics when model size and training time grow in tandem? We show that despite the complex interactions between architecture, training algorithms, and data, compute-optimally trained models exhibit a remarkably precise universality. Specifically, loss curves from models of varying sizes collapse onto a single universal curve when training compute and loss are normalized to unity at the end of training. With learning rate decay, the collapse becomes so tight that differences in the normalized curves across models fall below the noise floor of individual loss curves across random seeds, a phenomenon we term supercollapse. We observe supercollapse across learning rate schedules, datasets, and architectures, including transformers trained on next-token prediction, and find it breaks down when hyperparameters are scaled suboptimally, providing a precise and practical indicator of good scaling. We explain these phenomena by connecting collapse to the power-law structure in typical neural scaling laws, and analyzing a simple yet surprisingly effective model of SGD noise dynamics that accurately predicts loss curves across various learning rate schedules and quantitatively explains the origin of supercollapse.

Figures

Figures reproduced from arXiv: 2507.02119 by the authors.

Figure 1
Figure 1. Scaling collapse of compute-optimal transformer loss curves and its explanation through a model of SGD noise dynamics. (a) Compute-optimal loss curves and fitted scaling law on CIFAR-5M, using a linear learning rate decay schedule. (b) Normalized reducible loss curves collapse onto a single universal curve independent of model size, with both final compute and reducible loss normalized to unity. (c) Collapse deviati… view at source ↗
Figure 3
Figure 3. Collapse with a constant LR schedule. (Left) Esti￾mated mean and 90% confidence interval (shaded) of the normal￾ized loss curves. (Right) ∆ is comparable to σ without LR decay. for some offset L. ˆ We refer to x as the normalized compute. Note the denominator uses the stochastic final loss value specific to the random seed. We set Lˆ = L0 to subtract the estimated irreducible loss that bottlenecks the asymptotic per… view at source ↗
Figure 2
Figure 2. Subtracting irreducible loss leads to the best collapse. Setting Lˆ to values far from L0 breaks the collapse on CIFAR-5M. 0.0 0.2 0.4 0.6 0.8 1.0 Normalized Compute 1.0 1.2 1.4 1.6 Normalized Loss Width 768 896 1024 1152 1280 1536 1792 2048 0.0 0.2 0.4 0.6 0.8 1.0 Normalized Compute 10−4 10−3 10−2 10−1 Rel. Variation Noise floor σ Collapse deviation ∆ [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Collapse provides a practical indicator of good scaling, as suboptimally scaling key hyperparameters breaks the collapse. With the default setup, we observe supercollapse in MLP regression (b) and transformer trained on chess (e), but even changes that only lead to min…
Figure 5
Figure 5. Figure 5: Scaling collapse from sum of power-law curves. (a) CIFAR-5M expected loss curves (averaged over 5 seed) without learning rate decay agree well with the sum-of-power-laws fit L(t, p) = L0 + t −µ + p −ν (constant multipliers not shown), a form commonly observed in natura…
Figure 6
Figure 6. Figure 6: A simple model predicts Transformer loss curves trained across learning rate schedules, model sizes p, and training horizons T on CIFAR-5M. Dashed curves show the predicted loss according to Equation (18), with α = 0.21, which closely match with the true curves in soli…
Figure 7
Figure 7. Figure 7: Universality of gradient noise on CIFAR-5M. Fixing a learning rate schedule, the ratio Tr(Σ)/L is approximately a function of normalized compute alone, independent of model size. We show similar results with MLP regression in [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: A quantitative explanation of how learning rate decay leads to supercollapse. Across schedules on CIFAR-5M, collapse deviation at normalized gradient flow time τˆ follows the predicted p η (1 − τˆ) scaling, capturing the noise accumulated between that point and end of …
Figure 9
Figure 9. Figure 9: Depthwise scaling collapse for transformers trained on chess. C. Estimating Compute-Optimal Training Horizon To estimate the optimal compute for training each model, we perform the following steps in each experiment: • We trained each model without learning rate decay …
Figure 10
Figure 10. Figure 10: Estimating compute-optimal data exponent in the MLP regression and Transformer CIFAR-5M experiments. D. Universality and Scaling Collapse in Other Sciences The simplest versions of collapse come from statistics and probability, where entire distributions of random var…
Figure 11
Figure 11. Figure 11: Sum-of-power-laws fit on additional datasets. Both tasks have loss curves that can be approximated by the sum of two power laws when using a constant learning rate schedule. Fitted constant multipliers are not shown in the legend. To not fit to early-time transients, …
Figure 12
Figure 12. Figure 12: A simple model predicts MLP loss curves trained across learning rate schedules, model sizes p, and training horizons T on the synthetictic regression task. Dashed curves show the predicted loss as L ′ (τ ) = L(τ ) + α δη(τ ) Tr(Σ′ (τ )) (Equation (18)). α is the only …
Figure 13
Figure 13. Figure 13: Out of the two terms that make up Tr(δ(ηΣ)), the term η Tr(δΣ) is typically 3 to 10 times smaller than δη Tr(Σ′ ) (top row). Moreover, including it sometimes produces a worse fit and make the optimal α vary more across schedules (bottom row). We determine α for each s…
Figure 14
Figure 14. Figure 14: Universality of gradient noise in MLPs. Fixing a learning rate schedule, the ratio Tr(Σ)/L is approximately a function of normalized compute alone, independent of model size. On this regression task, the estimated irreducible loss is negligible so L ≈ L. 24 [PITH_FUL…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

56 extracted references · 27 canonical work pages

  1. [1]

    L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al

    Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  2. [2]

    and Fisher, D

    Agarwala, A. and Fisher, D. S. Adaptive walks on high-dimensional fitness landscapes and seascapes with distance-dependent statistics. Theoretical population biology, 130: 0 13--49, 2019

  3. [3]

    and Pennington, J

    Agarwala, A. and Pennington, J. High dimensional analysis reveals conservative sharpening and a stochastic edge of stability, 2024. URL https://arxiv.org/abs/2404.19261

  4. [4]

    Power lines: Scaling laws for weight decay and batch size in llm pre-training

    Bergsma, S., Dey, N., Gosal, G., Gray, G., Soboleva, D., and Hestness, J. Power lines: Scaling laws for weight decay and batch size in llm pre-training. arXiv preprint arXiv:2505.13738, 2025

  5. [5]

    Finite size scaling analysis of ising model block distribution functions

    Binder, K. Finite size scaling analysis of ising model block distribution functions. Zeitschrift f \"u r Physik B Condensed Matter , 43: 0 119--140, 1981

  6. [6]

    and Pehlevan, C

    Bordelon, B. and Pehlevan, C. Self-consistent dynamical field theory of kernel evolution in wide neural networks. Advances in Neural Information Processing Systems, 35: 0 32240--32256, 2022

  7. [7]

    B., Hanin, B., and Pehlevan, C

    Bordelon, B., Noci, L., Li, M. B., Hanin, B., and Pehlevan, C. Depthwise hyperparameter transfer in residual networks: Dynamics and scaling limit. arXiv preprint arXiv:2309.16620, 2023

  8. [8]

    A dynamical model of neural scaling laws

    Bordelon, B., Atanasov, A., and Pehlevan, C. A dynamical model of neural scaling laws. arXiv preprint arXiv:2402.01092, 2024 a

Show all 56 references
  1. [9]

    How feature learning can improve neural scaling laws

    Bordelon, B., Atanasov, A., and Pehlevan, C. How feature learning can improve neural scaling laws. arXiv preprint arXiv:2409.17858, 2024 b

  2. [10]

    Infinite limits of multi-head transformer dynamics

    Bordelon, B., Chaudhry, H., and Pehlevan, C. Infinite limits of multi-head transformer dynamics. Advances in Neural Information Processing Systems, 37: 0 35824--35878, 2024 c

  3. [11]

    M., Kaur, S., Li, Y., Kolter, J

    Cohen, J. M., Kaur, S., Li, Y., Kolter, J. Z., and Talwalkar, A. Gradient descent on neural networks typically occurs at the edge of stability. arXiv preprint arXiv:2103.00065, 2021

  4. [12]

    M., Ghorbani, B., Krishnan, S., Agarwal, N., Medapati, S., Badura, M., Suo, D., Cardoze, D., Nado, Z., Dahl, G

    Cohen, J. M., Ghorbani, B., Krishnan, S., Agarwal, N., Medapati, S., Badura, M., Suo, D., Cardoze, D., Nado, Z., Dahl, G. E., et al. Adaptive gradient methods at the edge of stability. arXiv preprint arXiv:2207.14484, 2022

  5. [13]

    M., Damian, A., Talwalkar, A., Kolter, Z., and Lee, J

    Cohen, J. M., Damian, A., Talwalkar, A., Kolter, Z., and Lee, J. D. Understanding optimization in deep learning with central flows. arXiv preprint arXiv:2410.24206, 2024

  6. [14]

    Optimal learning rate schedules in high-dimensional non-convex optimization problems

    d'Ascoli, S., Refinetti, M., and Biroli, G. Optimal learning rate schedules in high-dimensional non-convex optimization problems. arXiv preprint arXiv:2202.04509, 2022

  7. [15]

    C., Noci, L., Li, M., Bordelon, B., Bergsma, S., Pehlevan, C., Hanin, B., and Hestness, J

    Dey, N., Zhang, B. C., Noci, L., Li, M., Bordelon, B., Bergsma, S., Pehlevan, C., Hanin, B., and Hestness, J. Don't be lazy: Completep enables compute-efficient deep transformers. arXiv preprint arXiv:2505.01618, 2025

  8. [16]

    Kingma, J

    Diederik P. Kingma, J. B. Adam: A Method for Stochastic Optimization . International Conference on Learning Representations (ICLR), 2015

  9. [17]

    A., Novak, R., Liu, P

    Everett, K., Xiao, L., Wortsman, M., Alemi, A. A., Novak, R., Liu, P. J., Gur, I., Sohl-Dickstein, J., Kaelbling, L. P., Lee, J., et al. Scaling exponents across parameterizations and optimizers. arXiv preprint arXiv:2407.05872, 2024

  10. [18]

    Fisher, D. S. Asexual evolution waves: fluctuations and universality. Journal of Statistical Mechanics: Theory and Experiment, 2013 0 (01): 0 P01011, 2013

  11. [19]

    Monte Carlo methods in financial engineering, volume 53

    Glasserman, P. Monte Carlo methods in financial engineering, volume 53. Springer, 2004

  12. [20]

    and Fisher, D

    Hallatschek, O. and Fisher, D. S. Acceleration of evolutionary spread by long-range dispersal. Proceedings of the National Academy of Sciences, 111 0 (46): 0 E4911--E4919, 2014

  13. [21]

    and Gimpel, K

    Hendrycks, D. and Gimpel, K. Gaussian Error Linear Units (GELUs) . Preprint arXiv 1606.08415, 2016

  14. [22]

    Hestness, J., Narang, S., Ardalani, N., Diamos, G., Jun, H., Kianinejad, H., Patwary, M. M. A., Yang, Y., and Zhou, Y. Deep learning scaling is predictable, empirically. arXiv preprint arXiv:1712.00409, 2017

  15. [23]

    Hoffmann, J., Borgeaud, S., Mensch, A., Buchatskaya, E., Cai, T., Rutherford, E., Casas, D. d. L., Hendricks, L. A., Welbl, J., Clark, A., et al. Training compute-optimal large language models. arXiv preprint arXiv:2203.15556, 2022

  16. [24]

    B., Chess, B., Child, R., Gray, S., Radford, A., Wu, J., and Amodei, D

    Kaplan, J., McCandlish, S., Henighan, T., Brown, T. B., Chess, B., Child, R., Gray, S., Radford, A., Wu, J., and Amodei, D. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020

  17. [25]

    F., Blundell, J

    Levy, S. F., Blundell, J. R., Venkataram, S., Petrov, D. A., Fisher, D. S., and Sherlock, G. Quantitative evolutionary dynamics using high-resolution lineage tracking. Nature, 519 0 (7542): 0 181--186, 2015

  18. [26]

    Stochastic modified equations and adaptive stochastic gradient algorithms

    Li, Q., Tai, C., et al. Stochastic modified equations and adaptive stochastic gradient algorithms. In International Conference on Machine Learning, pp.\ 2101--2110. PMLR, 2017

  19. [27]

    A multi-power law for loss curve prediction across learning rate schedules

    Luo, K., Wen, H., Hu, S., Sun, Z., Liu, Z., Sun, M., Lyu, K., and Chen, W. A multi-power law for loss curve prediction across learning rate schedules. arXiv preprint arXiv:2503.12811, 2025

  20. [28]

    On the sdes and scaling rules for adaptive gradient algorithms

    Malladi, S., Lyu, K., Panigrahi, A., and Arora, S. On the sdes and scaling rules for adaptive gradient algorithms. Advances in Neural Information Processing Systems, 35: 0 7697--7711, 2022

  21. [29]

    and Pastur, L

    Marchenko, V. and Pastur, L. A. Distribution of eigenvalues for some sets of random matrices. Mat. Sb.(NS), 72 0 (114): 0 4, 1967

  22. [30]

    McCandlish, S., Kaplan, J., Amodei, D., and Team, O. D. An empirical model of large-batch training. arXiv preprint arXiv:1812.06162, 2018

  23. [31]

    Y., Singh, S., Bhatele, A., Goldblum, M., Panda, A., and Goldstein, T

    McLeish, S., Kirchenbauer, J., Miller, D. Y., Singh, S., Bhatele, A., Goldblum, M., Panda, A., and Goldstein, T. Gemstones: A model suite for multi-faceted scaling laws. arXiv preprint arXiv:2502.06857, 2025

  24. [32]

    The deep bootstrap framework: Good online learners are good offline generalizers

    Nakkiran, P., Neyshabur, B., and Sedghi, H. The deep bootstrap framework: Good online learners are good offline generalizers. arXiv preprint arXiv:2010.08127, 2020

  25. [33]

    Super consistency of neural network landscapes and learning rate transfer

    Noci, L., Meterez, A., Hofmann, T., and Orvieto, A. Super consistency of neural network landscapes and learning rate transfer. Advances in Neural Information Processing Systems, 37: 0 102696--102743, 2024

  26. [34]

    Sgd in the large: Average-case analysis, asymptotics, and stepsize criticality

    Paquette, C., Lee, K., Pedregosa, F., and Paquette, E. Sgd in the large: Average-case analysis, asymptotics, and stepsize criticality. In Conference on Learning Theory, pp.\ 3548--3626. PMLR, 2021

  27. [35]

    Homogenization of sgd in high-dimensions: Exact dynamics and generalization properties

    Paquette, C., Paquette, E., Adlam, B., and Pennington, J. Homogenization of sgd in high-dimensions: Exact dynamics and generalization properties. Mathematical Programming, pp.\ 1--90, 2024 a

  28. [36]

    4+ 3 phases of compute-optimal neural scaling laws

    Paquette, E., Paquette, C., Xiao, L., and Pennington, J. 4+ 3 phases of compute-optimal neural scaling laws. arXiv preprint arXiv:2405.15074, 2024 b

  29. [37]

    T., Agarwala, A., and Fisher, D

    Pearce, M. T., Agarwala, A., and Fisher, D. S. Stabilization of extensive fine-scale diversity by ecologically driven spatiotemporal chaos. Proceedings of the National Academy of Sciences, 117 0 (25): 0 14572--14583, 2020

  30. [38]

    and Song, J

    Pearce, T. and Song, J. Reconciling kaplan and chinchilla scaling laws. arXiv preprint arXiv:2406.12907, 2024

  31. [39]

    J., Davison, M., Bhaya, D., and Fisher, D

    Rosen, M. J., Davison, M., Bhaya, D., and Fisher, D. S. Fine-scale diversity and extensive recombination in a quasisexual bacterial population occupying a broad niche. Science, 348 0 (6238): 0 1019--1023, 2015

  32. [40]

    The surprising agreement between convex optimization theory and learning-rate scheduling for large model training

    Schaipp, F., H \"a gele, A., Taylor, A., Simsekli, U., and Bach, F. The surprising agreement between convex optimization theory and learning-rate scheduling for large model training. arXiv preprint arXiv:2501.18965, 2025

  33. [41]

    Ubiquitous abundance distribution of non-dominant plankton across the global ocean

    Ser-Giacomi, E., Zinger, L., Malviya, S., De Vargas, C., Karsenti, E., Bowler, C., and De Monte, S. Ubiquitous abundance distribution of non-dominant plankton across the global ocean. Nature ecology & evolution, 2 0 (8): 0 1243--1249, 2018

  34. [42]

    and Kaplan, J

    Sharma, U. and Kaplan, J. Scaling laws from the data manifold dimension. Journal of Machine Learning Research, 23 0 (9): 0 1--34, 2022

  35. [43]

    Tamai, K., Okubo, T., Duy, T. V. T., Natori, N., and Todo, S. Universal scaling laws of absorbing phase transitions in artificial deep neural networks. arXiv preprint arXiv:2307.02284, 2023

  36. [44]

    Scaling law with learning rate annealing

    Tissue, H., Wang, V., and Wang, L. Scaling law with learning rate annealing. arXiv preprint arXiv:2408.11029, 2024

  37. [45]

    R., Geiler-Samerotte, K., H \'e rissant, L., Blundell, J

    Venkataram, S., Dunn, B., Li, Y., Agarwala, A., Chang, J., Ebel, E. R., Geiler-Samerotte, K., H \'e rissant, L., Blundell, J. R., Levy, S. F., et al. Development of a comprehensive genotype-to-fitness map of adaptation-driving mutations in yeast. Cell, 166 0 (6): 0 1585--1596, 2016

  38. [46]

    Feature-learning networks are consistent across widths at realistic scales

    Vyas, N., Atanasov, A., Bordelon, B., Morwani, D., Sainathan, S., and Pehlevan, C. Feature-learning networks are consistent across widths at realistic scales. Advances in Neural Information Processing Systems, 36: 0 1036--1060, 2023

  39. [47]

    and Aitchison, L

    Wang, X. and Aitchison, L. How to set adamw's weight decay as you scale model and dataset size. arXiv preprint arXiv:2405.13698, 2024

  40. [48]

    Understanding warmup-stable-decay learning rates: A river valley loss landscape perspective

    Wen, K., Li, Z., Wang, J., Hall, D., Liang, P., and Ma, T. Understanding warmup-stable-decay learning rates: A river valley loss landscape perspective. arXiv preprint arXiv:2410.05192, 2024

  41. [49]

    Wilson, K. G. Renormalization group and critical phenomena. i. renormalization group and the kadanoff scaling picture. Physical review B, 4 0 (9): 0 3174, 1971

  42. [50]

    J., Xiao, L., Everett, K., Alemi, A., Adlam, B., Co-Reyes, J

    Wortsman, M., Liu, P. J., Xiao, L., Everett, K., Alemi, A., Adlam, B., Co-Reyes, J. D., Gur, I., Kumar, A., Novak, R., et al. Small-scale proxies for large-scale transformer training instabilities. arXiv preprint arXiv:2309.14322, 2023

  43. [51]

    Rethinking conventional wisdom in machine learning: From generalization to scaling

    Xiao, L. Rethinking conventional wisdom in machine learning: From generalization to scaling. arXiv preprint arXiv:2409.15156, 2024

  44. [52]

    and Hu, E

    Yang, G. and Hu, E. J. Feature Learning in Infinite-Width Neural Networks . International Conference on Machine Learning (ICML), 2021

  45. [53]

    and Littwin, E

    Yang, G. and Littwin, E. Tensor Programs IVb: Adaptive Optimization in the Infinite-Width Limit . International Conference on Learning Representations (ICLR), 2023

  46. [54]

    J., Babuschkin, I., Sidor, S., Liu, X., Farhi, D., Ryder, N., Pachocki, J., Chen, W., and Gao, J

    Yang, G., Hu, E. J., Babuschkin, I., Sidor, S., Liu, X., Farhi, D., Ryder, N., Pachocki, J., Chen, W., and Gao, J. Tensor Programs V: Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer . Advances in Neural Information Processing Systems (NeurIPS), 2021

  47. [55]

    and Sennrich, R

    Zhang, B. and Sennrich, R. Root mean square layer normalization. Advances in Neural Information Processing Systems, 32, 2019

  48. [56]

    Zhang, G., Li, L., Nado, Z., Martens, J., Sachdeva, S., Dahl, G., Shallue, C., and Grosse, R. B. Which algorithmic choices matter at which batch sizes? insights from a noisy quadratic model. Advances in neural information processing systems, 32, 2019

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.