pith. sign in

arxiv: 2606.19367 · v1 · pith:MZ2I4YLEnew · submitted 2026-06-11 · 💻 cs.LG · stat.ML

Weibull Weight-Scale Parameter Evolution under AdamW Training Dynamics

Pith reviewed 2026-06-27 07:32 UTC · model grok-4.3

classification 💻 cs.LG stat.ML
keywords Weibull scale parameterAdamW optimizerweight norm dynamicsalignment forcetransformer trainingforce decomposition
0
0 comments X

The pith

AdamW's alignment force drives 88-94% of the rise in the Weibull weight-scale parameter λ before balancing with decay.

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

The paper decomposes the squared weight norm evolution under AdamW into three forces derived from the update rule: alignment between current weights and the adaptive direction, injection from step magnitude, and decay from the decoupled term. On Pythia-70M models, alignment accounts for the large majority of the force budget during the growth phase of λ and remains dominant even after removing super-weights. Near saturation the alignment and decay forces approach balance, which accounts for the observed relaxation after overshoot. The decomposition directly controls the squared-norm part of λ(t), with a small measurable offset to the full Weibull reconstruction.

Core claim

The leading-order three-force decomposition of the squared weight norm from the AdamW update rule shows that the alignment force dominates the rise phase of λ(t), contributing 88-94% of the absolute force budget across random seeds, while near saturation alignment and decay approach balance to explain the transition from growth to relaxation.

What carries the argument

Leading-order three-force decomposition of the squared weight norm consisting of alignment force (correlation between weights and adaptive update direction), injection force (adaptive step magnitude), and decay force (decoupled weight decay).

If this is right

  • The squared-norm component underlying λ(t) is governed by the balance among alignment, injection, and decay forces.
  • The RMS-to-Weibull reconstruction offset remains small (5-6%) and decomposes into bridge and integration terms.
  • A spline displacement method recovers the alignment force from sparse checkpoints at 92-94% accuracy, doubling the naive two-point baseline.
  • The peak value of λ(t) varies with training-data coherence, indicating a data-dependent component of scale growth.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If alignment is the dominant driver, targeted interventions that reduce weight-update correlation could limit overshoot in λ without changing the optimizer.
  • The spline recovery technique opens the possibility of tracking alignment dynamics in production runs where optimizer moments are not stored.
  • The data-coherence dependence of peak λ suggests experiments that hold model size fixed while varying dataset structure to isolate the effect.
  • The same force decomposition could be applied to other decoupled optimizers to test whether alignment dominance is specific to AdamW.

Load-bearing premise

The three-force decomposition of the squared weight norm fully captures the dynamics governing the squared-norm component of λ(t).

What would settle it

A direct measurement of the three forces during the rise phase that finds the alignment contribution below 80% or above 95% of the absolute budget would falsify the reported dominance.

Figures

Figures reproduced from arXiv: 2606.19367 by Tiexin Ding.

Figure 1
Figure 1. Figure 1: Mechanism overview. (a) The three forces acting on the squared weight scale and, through the [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Three-force budget on self-trained Pythia-70M. (a) Absolute force magnitudes (log scale): align [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Cross-architecture robustness. Rise-phase alignment share is [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Learning-rate sweep on self-trained Pythia-70M. (a) Peak Weibull [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Alignment share over training for four random seeds. The rise-phase (steps [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Real Pythia-70M application. Spline-recovered [PITH_FULL_IMAGE:figures/full_fig_p008_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Per-layer λ(t) and depth structure (self-trained Pythia and Llama-style). Per-layer k stays in [1.178, 1.216] (median 1.20); deep layers reach larger terminal λ (1.14–1.19× shallow). 5 Measurement and Recovery Methods 5.1 Ground Truth from Self-Training Self-training provides ground-truth mˆ and vˆ at every step, enabling direct computation of all three forces. We verify the decomposition’s self-consistenc… view at source ↗
Figure 8
Figure 8. Figure 8: Per-layer λ(t) across four real Pythia sizes (70m/160m/410m/1b). Two patterns hold across sizes: overshoot in time (peak ∼20k–50k then relax) and deeper-layers-higher (1.14–1.27×). points, so the agreement is not a tautology. The remaining 4–6% trajectory offset is analyzed in Appendix B and mainly reflects the RMS-to-Weibull bridge rather than a force-measurement failure. Note: the logRMSE and the spline … view at source ↗
Figure 9
Figure 9. Figure 9: Closed-loop verification across architectures. Predicted [PITH_FULL_IMAGE:figures/full_fig_p010_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Spline displacement method validated on self-trained Pythia-70M (checkpoints subsampled to [PITH_FULL_IMAGE:figures/full_fig_p010_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Per-checkpoint spline recovery (single-step force recovery, distinct from the trajectory-closure [PITH_FULL_IMAGE:figures/full_fig_p011_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Three-force budget for Selection-class components (Q/K projections, Llama-style). Q and K [PITH_FULL_IMAGE:figures/full_fig_p012_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Training data modulates the absolute scale of [PITH_FULL_IMAGE:figures/full_fig_p014_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Bridge sensitivity and closed-loop error decomposition (real Pythia-70M). (a) The [PITH_FULL_IMAGE:figures/full_fig_p018_14.png] view at source ↗
read the original abstract

Building on a two-parameter Weibull framework for diagnosing transformer weight distributions, we study why the Weibull weight-scale parameter $\lambda$ grows, overshoots, and then relaxes during AdamW training. We derive a leading-order three-force decomposition of the squared weight norm from the AdamW update: an alignment force measuring the correlation between weights and the adaptive update direction, an injection force from adaptive step magnitude, and a decay force from decoupled weight decay. On self-trained Pythia-70M models with ground-truth optimizer moments, alignment dominates the rise phase, contributing 88-94% of the absolute force budget across four random seeds and remaining robust to super-weight removal. Near saturation, alignment and decay approach balance, explaining the transition from weight-scale growth to relaxation. These force dynamics directly govern the squared-norm component underlying $\lambda(t)$; the remaining RMS-to-Weibull reconstruction offset is measurable and decomposes into bridge and integration components, totaling approximately 5-6% in densely sampled regions. To extend the analysis to real models where optimizer moments are unavailable, we introduce a spline displacement method that recovers the alignment force from sparse checkpoints with approximately 92-94% accuracy, about twice the naive two-point baseline. We further observe that the peak value of $\lambda(t)$ varies with training-data coherence in our experiments, suggesting a data-dependent component of weight-scale growth that we leave to a controlled follow-up study. Code and data are available at https://github.com/tiexinding/NPM-Weibull-public.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

0 major / 1 minor

Summary. The paper derives a leading-order three-force decomposition (alignment, injection, decay) of the squared weight norm directly from the AdamW update rule to explain the rise, overshoot, and relaxation of the Weibull scale parameter λ(t). On self-trained Pythia-70M models with ground-truth optimizer moments, alignment is shown to contribute 88-94% of the absolute force budget in the rise phase across four seeds and remains robust to super-weight removal; near saturation, alignment and decay balance. A spline displacement method recovers the alignment force from sparse checkpoints at 92-94% accuracy (versus a two-point baseline), and the RMS-to-Weibull offset is quantified at 5-6% and decomposed. Observations on data-coherence effects on peak λ(t) are noted for future work, with code and data released.

Significance. If the claims hold, the work supplies a direct, optimizer-equation-derived mechanistic account of weight-distribution evolution in transformers that is grounded in explicit force terms rather than post-hoc fitting. Reproducibility is strengthened by the public repository, validation against logged m/v/w states on self-trained models, and the quantified robustness checks; the spline recovery method extends the analysis beyond models with moment access.

minor comments (1)
  1. [Abstract] The abstract states that the spline method achieves 'approximately 92-94% accuracy, about twice the naive two-point baseline'; a brief definition or citation to the exact baseline computation in the methods or results section would improve standalone readability.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive review, accurate summary of the contributions, and recommendation to accept.

Circularity Check

0 steps flagged

No significant circularity; derivation is direct algebraic expansion from AdamW rule

full rationale

The paper's central derivation expands Δ(‖w‖²) directly from the AdamW update using logged m, v, and w values to obtain the alignment (dot-product), injection (quadratic), and decay terms. Percentages (88-94%) and the 5-6% RMS-to-Weibull offset are computed quantities from these expansions on self-trained models, not fitted parameters renamed as predictions. The spline recovery is validated at 92-94% against the identical ground-truth states. No step reduces by construction to its inputs, no load-bearing self-citation chain exists, and the Weibull framework is presupposed only as context while the force analysis remains independent and externally verifiable from the optimizer equations.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The analysis presupposes a two-parameter Weibull model for weight distributions and treats the RMS-to-Weibull offset as a small additive correction; the spline method introduces fitting choices for displacement recovery.

free parameters (1)
  • spline knot placement and regularization
    Chosen to achieve 92-94% recovery accuracy on the validation runs; not derived from first principles.
axioms (1)
  • domain assumption AdamW update can be decomposed into alignment, injection, and decay forces at leading order
    Invoked in the derivation of the squared-norm dynamics from the optimizer step.

pith-pipeline@v0.9.1-grok · 5795 in / 1201 out tokens · 13707 ms · 2026-06-27T07:32:10.720146+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

32 extracted references · 1 canonical work pages · 1 internal anchor

  1. [1]

    Dissecting

    Balles, Lukas and Hennig, Philipp , booktitle =. Dissecting. 2018 , publisher =

  2. [2]

    Transactions on Machine Learning Research , issn =

    Feature learning as alignment: a structural property of gradient descent in non-linear neural networks , author =. Transactions on Machine Learning Research , issn =. 2024 , url =

  3. [4]

    Weight Decay may matter more than

    Kosson, Atli and Welborn, Jeremy and Liu, Yang and Jaggi, Martin and Chen, Xi , booktitle =. Weight Decay may matter more than. 2026 , note =

  4. [5]

    International Conference on Machine Learning (ICML) , pages =

    Rotational Equilibrium: How Weight Decay Balances Learning Across Neural Networks , author =. International Conference on Machine Learning (ICML) , pages =. 2024 , note =

  5. [6]

    Understanding Why Neural Networks Generalize Well Through

    Liu, Jinlong and Jiang, Guoqing and Bai, Yunzhi and Chen, Ting and Wang, Huayan , booktitle =. Understanding Why Neural Networks Generalize Well Through. 2020 , note =

  6. [7]

    Noise Is Not the Main Factor Behind the Gap Between

    Kunstner, Frederik and Chen, Jacques and Lavington, Jonathan Wilder and Schmidt, Mark , booktitle =. Noise Is Not the Main Factor Behind the Gap Between. 2023 , note =

  7. [8]

    International Conference on Learning Representations (ICLR) , year =

    Decoupled Weight Decay Regularization , author =. International Conference on Learning Representations (ICLR) , year =

  8. [9]

    A Two-Parameter

    Ding, Tiexin , year =. A Two-Parameter. 2605.18898 , archivePrefix =

  9. [10]

    2025 , eprint =

    Correction of Decoupled Weight Decay , author =. 2025 , eprint =

  10. [11]

    Advances in Neural Information Processing Systems 39 (NeurIPS 2025) , year =

    Gradient-Weight Alignment as a Train-Time Proxy for Generalization in Classification Tasks , author =. Advances in Neural Information Processing Systems 39 (NeurIPS 2025) , year =

  11. [12]

    International Conference on Machine Learning (ICML) , pages =

    Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling , author =. International Conference on Machine Learning (ICML) , pages =. 2023 , note =

  12. [13]

    Advances in Neural Information Processing Systems (NeurIPS) , pages =

    Reconciling Modern Deep Learning with Traditional Optimization Analyses: The Intrinsic Learning Rate , author =. Advances in Neural Information Processing Systems (NeurIPS) , pages =. 2020 , note =

  13. [14]

    2025 , eprint =

    Why Gradients Rapidly Increase Near the End of Training , author =. 2025 , eprint =

  14. [15]

    Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP) , year =

    Effects of Parameter Norm Growth During Transformer Training: Inductive Bias from Gradient Descent , author =. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP) , year =

  15. [16]

    NeurIPS , year =

    Why Do We Need Weight Decay in Modern Deep Learning? , author =. NeurIPS , year =

  16. [17]

    arXiv preprint arXiv:1706.05350 , year =

    L2 Regularization versus Batch and Weight Normalization , author =. arXiv preprint arXiv:1706.05350 , year =

  17. [18]

    arXiv preprint arXiv:1812.06162 , year =

    An Empirical Model of Large-Batch Training , author =. arXiv preprint arXiv:1812.06162 , year =

  18. [20]

    Advances in Neural Information Processing Systems (NeurIPS) , year =

    Scaling Data-Constrained Language Models , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =

  19. [21]

    IEEE Transactions on Information Theory , volume =

    The Sample Complexity of Pattern Classification with Neural Networks: The Size of the Weights is More Important than the Size of the Network , author =. IEEE Transactions on Information Theory , volume =

  20. [22]

    Conference on Learning Theory (COLT) , series =

    Norm-Based Capacity Control in Neural Networks , author =. Conference on Learning Theory (COLT) , series =. 2015 , note =

  21. [23]

    Journal of Machine Learning Research , volume =

    Implicit Self-Regularization in Deep Neural Networks: Evidence from Random Matrix Theory and Implications for Learning , author =. Journal of Machine Learning Research , volume =

  22. [24]

    Advances in Neural Information Processing Systems 35 (NeurIPS 2022) , pages =

    Memorization Without Overfitting: Analyzing the Training Dynamics of Large Language Models , author =. Advances in Neural Information Processing Systems 35 (NeurIPS 2022) , pages =. 2022 , note =

  23. [25]

    Mancenido, and Rong Pan

    Yang Ba, Michelle V. Mancenido, and Rong Pan. Data diversity as implicit regularization: How does diversity shape the weight space of deep neural networks? arXiv preprint arXiv:2410.14602, 2024

  24. [26]

    Dissecting Adam : The sign, magnitude and variance of stochastic gradients

    Lukas Balles and Philipp Hennig. Dissecting Adam : The sign, magnitude and variance of stochastic gradients. In Proceedings of the 35th International Conference on Machine Learning (ICML), volume 80 of Proceedings of Machine Learning Research, pp.\ 404--413. PMLR, 2018. arXiv:1705.07774

  25. [27]

    Feature learning as alignment: a structural property of gradient descent in non-linear neural networks

    Daniel Beaglehole, Ioannis Mitliagkas, and Atish Agarwala. Feature learning as alignment: a structural property of gradient descent in non-linear neural networks. Transactions on Machine Learning Research, 2024. ISSN 2835-8856. URL https://openreview.net/forum?id=JXCe2ZcUXr. arXiv:2402.05271

  26. [28]

    Correction of decoupled weight decay, 2025

    Jason Chuan-Chih Chou. Correction of decoupled weight decay, 2025. arXiv:2512.08217

  27. [29]

    A Two-Parameter Weibull Framework for Diagnosing Transformer Weight Distributions

    Tiexin Ding. A two-parameter Weibull framework for diagnosing transformer weight distributions. arXiv:2605.18898 [cs.LG], 2026. doi:10.48550/arXiv.2605.18898

  28. [30]

    Robust layerwise scaling rules by proper weight decay tuning

    Zhiyuan Fan, Yifeng Liu, Qingyue Zhao, Angela Yuan, and Quanquan Gu. Robust layerwise scaling rules by proper weight decay tuning. arXiv preprint arXiv:2510.15262, 2025

  29. [31]

    Rotational equilibrium: How weight decay balances learning across neural networks

    Atli Kosson, Bettina Messmer, and Martin Jaggi. Rotational equilibrium: How weight decay balances learning across neural networks. In International Conference on Machine Learning (ICML), pp.\ 25333--25369, 2024. arXiv:2305.17212

  30. [32]

    Weight decay may matter more than P for learning rate transfer in practice

    Atli Kosson, Jeremy Welborn, Yang Liu, Martin Jaggi, and Xi Chen. Weight decay may matter more than P for learning rate transfer in practice. In International Conference on Learning Representations (ICLR), 2026. arXiv:2510.19093

  31. [33]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations (ICLR), 2019. arXiv:1711.05101

  32. [34]

    Markosyan, Luke Zettlemoyer, and Armen Aghajanyan

    Kushal Tirumala, Aram H. Markosyan, Luke Zettlemoyer, and Armen Aghajanyan. Memorization without overfitting: Analyzing the training dynamics of large language models. In Advances in Neural Information Processing Systems 35 (NeurIPS 2022), pp.\ 38274--38290, 2022. arXiv:2205.10770