REVIEW 3 major objections 6 minor 24 references
Double Descent and Overparameterization in Particle Physics Data
T0 review · 3 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read The paper claims that double descent—where test error first worsens then improves as model capacity or training time grows—appears in particle physics data, shown for jet pT regression and event classification, and that overparameterized mo
desk verdict A credible first look at double descent in HEP data, but the practical benefit claim rests on test-label oracle checkpoint selection and single runs. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the double-descent curve: test error plotted against model width (model-wise) or training epoch (epoch-wise), anchored by the interpolation threshold, the capacity at which training loss first vanishes. In the jet regression task, the scaling parameter is the transformer width d_model; in classification, it is the hidden-layer width of a three-layer or sixteen-layer MLP. The experimental protocol holds optimizer and batch size fixed across all model sizes—Adam with learning rate 1e-4, batch size 128, and a 5% warmup for transformers—so that differences in test loss are attributed to model size and training time rather than to optimizer choices.
What would settle it
Retrain the same model families with several random seeds and a small grid of learning rates, then measure test loss at each width and epoch; the central claim weakens if the double-descent peaks and the overparameterization benefit do not reproduce. Alternatively, rerun the early-stopping comparison using a held-out validation set instead of the test set; if the 1B-model advantage disappears, the benefit claim depends on leaking test information into checkpoint selection.
Extended reading notes
Core claim
The central discovery is empirical: neural networks trained on particle physics data reproduce the non-monotonic generalization curves associated with double descent. In jet transverse-momentum regression with a two-layer transformer, test loss as a function of model width peaks near the interpolation threshold—where training loss first reaches zero—and then decreases again, which is model-wise double descent. Along training time, test loss also decreases, increases, and then decreases again, which is epoch-wise double descent. In a 15-way event classification task, model-wise double descent appears when models train far past the interpolation threshold; if instead the checkpoint with the be
Load-bearing premise
The generalization curves rest on single runs with fixed Adam hyperparameters, so differences across widths and epochs could in principle be artifacts of training dynamics or randomness rather than genuine double descent; the overparameterization benefit additionally depends on selecting checkpoints by test loss.
Editorial extensions
If this is right
- If correct, test error in particle physics tasks is not a monotone function of model size or training time, so model selection must look beyond the interpolation peak and beyond the first test-loss minimum.
- Overparameterized networks can, under best-test-checkpoint selection, outperform smaller classical models even with modest training data, supporting continued scaling of high-capacity models in the field.
- Double descent is not universal across particle physics tasks: jet pT regression shows both model-wise and epoch-wise double descent, while event classification shows model-wise but not always epoch-wise double descent.
- Class imbalance is a plausible driver of epoch-wise double descent in classification, since balanced and imbalanced datasets of the same task behave differently.
- The benefit of overparameterization in the small-data classification case appears only when the best test-loss checkpoint is chosen, not when comparing final checkpoints.
Reading between the lines
- A testable extension the paper does not run: reweight the imbalanced 7M-event dataset to equal class frequencies while keeping its size, to confirm that class imbalance, rather than dataset size or process composition, triggers epoch-wise double descent.
- The best-test-checkpoint comparison leaks test information into model selection; a fairer practical rule would use a held-out validation set, and the claim that 1B-parameter models beat classical models should be rechecked under that rule.
- If the observed curves are stable across random seeds and optimizer settings, particle physics practitioners could adopt a simple recipe: train wide models, evaluate checkpoints on a validation set, and expect the interpolation peak to be avoidable.
- The results imply that foundation-model scaling studies in high-energy physics should include per-task scans over model width and training time, because aggregate scaling laws may hide non-monotonic generalization behavior.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper reports empirical observations of double-descent behavior in particle physics datasets. Using the ATLAS JetSet jet-pT regression task and the ATLAS SUSY Wh1Lbb event-classification dataset, the authors train transformers and MLPs of varying widths and show model-wise and epoch-wise non-monotonic test-loss curves. They claim the first demonstration of double descent in particle physics data, and further claim that in some settings overparameterized models outperform classical models when the best test-loss epoch checkpoint is selected. The paper also compares balanced and unbalanced classification datasets to study the dependence of epoch-wise double descent on class imbalance.
Significance. If the empirical claims are substantiated, the paper would provide useful domain-specific evidence on generalization in HEP machine learning, with implications for the current trend toward large foundation models in particle physics. The paper has strengths: it uses public ATLAS datasets, a transparent training setup, and clear visualizations, and the authors state that code is released. However, the headline claims rest on three load-bearing methodological choices that are not yet adequately supported: the use of oracle test-based early stopping, the absence of uncertainty quantification, and the confounding of class balance with dataset size. These issues can be addressed with additional experiments, so the contribution is potentially valid but requires major revision.
major comments (3)
- [Sec. 4.2, Fig. 3] The early-stopping curves are obtained by 'taking the epoch checkpoint with the best test-set performance'. This is an oracle selection rule: the test labels are used to choose the training epoch, so the reported early-stopping value is the running minimum of the test-loss trajectory. A larger model can reach a lower oracle minimum even when its final test error is worse; the apparent benefit of the 1B-parameter model may reflect trajectory flexibility rather than better generalization. The 'performance gain' claim in the abstract is therefore not supported as stated. Please redo the model-selection comparison using a validation split for checkpoint selection and report held-out test error, alongside the final-error curves.
- [Sec. 2, Figs. 1-3] All reported curves appear to be single training runs with no seeds, error bars, or confidence intervals. The double-descent signature is a non-monotonicity in test loss; without an estimate of run-to-run variance, the visual features in Figs. 1-3 could be attributable to optimization noise, especially near the interpolation threshold where training dynamics are sensitive. Please run several seeds per configuration and report the spread, or otherwise justify that the phenomena are reproducible across random initializations and data subsamples. This is central to the claim of observing double descent for the first time in particle physics data.
- [Sec. 4.1, Fig. 2] The comparison used to support the 'prior dependence' claim contrasts a balanced 800k-event dataset with an unbalanced 7M-event dataset. These two settings differ both in class balance and in total dataset size, so the observed difference in epoch-wise double descent cannot be attributed to class imbalance alone. The hypothesis that class imbalance affects feature-learning speeds is plausible but untested as presented. A controlled comparison should vary class proportions at fixed dataset size, or vary dataset size at fixed class proportions, before drawing this conclusion.
minor comments (6)
- [Sec. 2] Typo: 'straining steps' should be 'training steps'.
- [Sec. 3] Typo: 'is a interesting future research direction' should be 'is an interesting future research direction'.
- [General] The paper states 'we release code' but provides no repository URL or DOI. Please include the actual location of the code.
- [Fig. 3 caption] The caption says 'overparameterised models outperform underparameterised ones', but this is only true under the oracle early-stopping rule. Please qualify this statement or revise it to match the final-error results.
- [Fig. 1d] Please state explicitly what the 'Early Stopping' curve represents (best test loss over training?) and how it is computed, since this terminology is nonstandard and affects interpretation.
- [Sec. 2] The preprocessing of JetSet (track selection, normalization, tokenization) and the exact train/test split are not described. Please provide enough detail to make the experiments reproducible.
Circularity Check
No significant circularity: empirical observations on public benchmarks, no derivation from fitted inputs.
full rationale
This paper is an empirical observation study. The central claims—model-wise and epoch-wise double descent, and the overparameterization benefit under early stopping—are read directly from train/test loss curves of models trained on public ATLAS datasets. No parameter is fitted to a subset of data and then used to predict a closely related quantity. Self-citations are contextual and not load-bearing. The only methodological caveat is the oracle test-set checkpoint selection in §4.2, which is a validation concern, not circularity: the early-stopping curve is an empirical minimum over epochs, not a quantity equal to the model definition or to the input by construction. Therefore score 0.
Assumptions & free parameters
free parameters (5)
- Adam learning rate =
1e-4
- Batch size =
128
- Warmup schedule =
5% of training steps for transformers, none for MLPs
- Training horizon =
up to 4k epochs (jet task); unspecified for classification
- Early stopping rule =
checkpoint with best test loss
assumptions (4)
- domain assumption Single-run test-loss curves without error bars are representative of each model family's generalization behavior.
- domain assumption The public ATLAS datasets (JetSet, SUSY Wh1Lbb) are used as provided, with implicit train/test splits that are unbiased for the stated tasks.
- domain assumption Adam training at fixed hyperparameters reaches the interpolation threshold for large widths within the stated epochs.
- ad hoc to paper Epoch-wise double descent observed in the unbalanced dataset is attributable to class imbalance.
Cite this review
Pith. "Pith review of Double Descent and Overparameterization in Particle Physics Data." pith.science (2026). https://pith.science/paper/JUWO6FLX
@misc{pith2026250901397,
author = {Pith},
title = {Pith review of: Double Descent and Overparameterization in Particle Physics Data},
year = {2026},
howpublished = {\url{https://pith.science/paper/JUWO6FLX}},
note = {Machine review of arXiv:2509.01397}
}
read the original abstract
Recently, the benefit of heavily overparameterized models has been observed in machine learning tasks: models with enough capacity to easily cross the \emph{interpolation threshold} improve in generalization error compared to the classical bias-variance tradeoff regime. We demonstrate this behavior for the first time in particle physics data and explore when and where `double descent' appears and under which circumstances overparameterization results in a performance gain.
Figures
Reference graph
Works this paper leans on
-
[1]
Dillon, Malcolm Fairbairn, Darius A
Gregor Kasieczka, Tilman Plehn, Anja Butter, Kyle Cranmer, Dipsikha Debnath, Barry M. Dillon, Malcolm Fairbairn, Darius A. Faroughy, Wojtek Fedorko, Christophe Gay, Loukas Gouskos, Jernej Fesel Kamenik, Patrick Komiske, Simon Leiss, Alison Lister, Sebastian Macaluso, Eric Metodiev, Liam Moore, Benjamin Nachman, Karl Nordström, Jannicke Pearkes, Huilin Qu,...
work page 2019
-
[2]
Patrick T. Komiske, Eric M. Metodiev, and Jesse Thaler. Energy Flow Networks: Deep Sets for Particle Jets. JHEP, 01:121, 2019. doi: 10.1007/JHEP01(2019)121
-
[3]
MLPF: efficient machine-learned particle-flow reconstruction using graph neural networks
Joosep Pata, Javier Duarte, Jean-Roch Vlimant, Maurizio Pierini, and Maria Spiropulu. MLPF: efficient machine-learned particle-flow reconstruction using graph neural networks. The Eu- ropean Physical Journal C, 81(5), may 2021. doi: 10.1140/epjc/s10052-021-09158-w. URL https://doi.org/10.1140%2Fepjc%2Fs10052-021-09158-w
-
[4]
Reconstructing particles in jets using set transformer and hypergraph prediction networks
Francesco Armando Di Bello, Etienne Dreyer, Sanmay Ganguly, Eilam Gross, Lukas Heinrich, Anna Ivina, Marumi Kado, Nilotpal Kakati, Lorenzo Santi, Jonathan Shlomi, and Matteo Tusoni. Reconstructing particles in jets using set transformer and hypergraph prediction networks. The European Physical Journal C, 83(7), jul 2023. doi: 10.1140/epjc/s10052-023-11677...
-
[5]
Michela Paganini, Luke de Oliveira, and Benjamin Nachman. Calogan: Simulating 3d high energy particle showers in multilayer electromagnetic calorimeters with generative adversarial networks. Physical Review D, 97(1), January 2018. ISSN 2470-0029. doi: 10.1103/physrevd. 97.014021. URL http://dx.doi.org/10.1103/PhysRevD.97.014021
doi:10.1103/physrevd 2018
-
[6]
Deep generative models for detector signature simulation: A taxonomic review
Baran Hashemi and Claudius Krause. Deep generative models for detector signature simulation: A taxonomic review. Reviews in Physics, 12:100092, December 2024. ISSN 2405-4283. doi: 10. 1016/j.revip.2024.100092. URL http://dx.doi.org/10.1016/j.revip.2024.100092
arXiv 2024
-
[7]
Is Tokenization Needed for Masked Particle Modelling? 9 2024
Matthew Leigh, Samuel Klein, François Charton, Tobias Golling, Lukas Heinrich, Michael Kagan, Inês Ochoa, and Margarita Osadchy. Is Tokenization Needed for Masked Particle Modelling? 9 2024
work page 2024
-
[8]
Masked particle modeling on sets: towards self-supervised high energy physics foundation models
Tobias Golling, Lukas Heinrich, Michael Kagan, Samuel Klein, Matthew Leigh, Margarita Osadchy, and John Andrew Raine. Masked particle modeling on sets: towards self-supervised high energy physics foundation models. Mach. Learn. Sci. Tech. , 5(3):035074, 2024. doi: 10.1088/2632-2153/ad64a8
Show all 24 references
-
[9]
Finetuning foundation models for joint analysis optimization in High Energy Physics
Matthias Vigl, Nicole Hartman, and Lukas Heinrich. Finetuning foundation models for joint analysis optimization in High Energy Physics. Mach. Learn. Sci. Tech., 5(2):025075, 2024. doi: 10.1088/2632-2153/ad55a3
2024 doi
-
[10]
OmniJet-α_C: learning point cloud calorimeter simulations using generative transformers
Joschka Birk, Frank Gaede, Anna Hallin, Gregor Kasieczka, Martina Mozzanica, and Henning Rose. OmniJet-α_C: learning point cloud calorimeter simulations using generative transformers. JINST, 20(07):P07007, 2025. doi: 10.1088/1748-0221/20/07/P07007
2025 doi
-
[11]
OmniJet-α: the first cross-task foundation model for particle physics.Mach
Joschka Birk, Anna Hallin, and Gregor Kasieczka. OmniJet-α: the first cross-task foundation model for particle physics.Mach. Learn. Sci. Tech., 5(3):035031, 2024. doi: 10.1088/2632-2153/ ad66ad
2024 doi
-
[12]
Towards Foundation Models for Experimental Readout Systems Combining Discrete and Continuous Data
James Giroux and Cristiano Fanelli. Towards Foundation Models for Experimental Readout Systems Combining Discrete and Continuous Data. 5 2025. 5
2025
-
[13]
Deep double descent: Where bigger models and more data hurt, 2019
Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, and Ilya Sutskever. Deep double descent: Where bigger models and more data hurt, 2019. URL https://arxiv. org/abs/1912.02292
2019 arXiv
-
[14]
The implicit bias of gradient descent on separable data
Daniel Soudry, Elad Hoffer, Mor Shpigel Nacson, Suriya Gunasekar, and Nathan Srebro. The implicit bias of gradient descent on separable data. Journal of Machine Learning Research, 19 (70):1–57, 2018
2018
-
[15]
When and how epochwise double descent happens, 2021
Cory Stephenson and Tyler Lee. When and how epochwise double descent happens, 2021. URL https://arxiv.org/abs/2108.12006
2021 arXiv
-
[16]
Double descent in quantum machine learning
Marie Kempkes, Aroosa Ijaz, Elies Gil-Fuster, Carlos Bravo-Prieto, Jakob Spiegelberg, Evert van Nieuwenburg, and Vedran Dunjko. Double descent in quantum machine learning. 1 2025
2025
-
[17]
Open- fold: Retraining alphafold2 yields new insights into its learning mechanisms and capacity for generalization
Gustaf Ahdritz, Nazim Bouatta, Christina Floristean, Sachin Kadyan, Qinghui Xia, William Gerecke, Timothy J O’Donnell, Daniel Berenberg, Ian Fisk, Niccolò Zanichelli, et al. Open- fold: Retraining alphafold2 yields new insights into its learning mechanisms and capacity for gen...
2024
-
[18]
The ATLAS Experiment at the CERN Large Hadron Collider
ATLAS Collaboration. The ATLAS Experiment at the CERN Large Hadron Collider. JINST, 3: S08003, 2008. doi: 10.1088/1748-0221/3/08/S08003
2008 doi
-
[19]
ATLAS ttˆ Simulation for ML-based Jet Flavour Tagging (JetSet)
ATLAS Collaboration. ATLAS ttˆ Simulation for ML-based Jet Flavour Tagging (JetSet). CERN Open Data Portal, 2025
2025
-
[20]
Salam, and Gregory Soyez
Matteo Cacciari, Gavin P. Salam, and Gregory Soyez. The anti- kt jet clustering algorithm. JHEP, 04:063, 2008. doi: 10.1088/1126-6708/2008/04/063
2008 doi
-
[21]
Transforming jet flavour tagging at atlas, 2025
ATLAS Collaboration. Transforming jet flavour tagging at atlas, 2025. URL https://arxiv. org/abs/2505.19689
2025
-
[22]
ATLAS SUSY Searches in Wh1Lbb Channel Open Data Set
ATLAS Collaboration. ATLAS SUSY Searches in Wh1Lbb Channel Open Data Set. CERN Open Data Portal, 2024
2024
- [23]
-
[24]
STEPHEN P. MARTIN. A SUPERSYMMETRY PRIMER , page 1–98. WORLD SCIEN- TIFIC, July 1998. doi: 10.1142/9789812839657_0001. URL http://dx.doi.org/10.1142/ 9789812839657_0001. 6
1998 doi
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.