pith. sign in

arxiv: 2606.11304 · v1 · pith:PYZXCVQMnew · submitted 2026-06-09 · ⚛️ physics.ins-det · cs.LG· hep-ex· hep-ph

SPADE: Split-and-Delay Embeddings for Autoregressive High-Granularity Calorimeter Simulation

Pith reviewed 2026-06-27 10:34 UTC · model grok-4.3

classification ⚛️ physics.ins-det cs.LGhep-exhep-ph
keywords autoregressive transformercalorimeter simulationpoint-cloud generationsplit-and-delay embeddingshigh-granularity detectorgenerative modelingphoton showers
0
0 comments X

The pith

SPADE splits multi-feature tokens into independent streams and delays them so standard self-attention learns intra-token correlations.

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

The paper presents SPADE as a modification to autoregressive transformers for sequences where each token holds several features. Rather than a single joint embedding, each feature type receives its own embedding stream, and the streams are offset in position. The resulting sequence lets ordinary self-attention capture how the features inside one token relate to one another. When the method is used to generate point-cloud representations of photon showers in the ILD calorimeter, it reaches the performance level of the current AllShowers model and improves on the earlier OmniJet-α_C baseline. The same shift mechanism applies to any generative task that produces tokens with multiple internal features.

Core claim

SPADE embeds each feature of a multi-feature token independently and delays each feature stream relative to the previous one. This offset allows the standard self-attention layers of an autoregressive transformer to learn the correlations that exist inside each token. Applied to point-cloud generation of calorimeter showers in the highly granular ILD detector, the resulting model is competitive with AllShowers on photon showers and substantially outperforms its VQ-VAE predecessor OmniJet-α_C. The same construction works for any generative task whose tokens carry multiple features.

What carries the argument

Split-and-delay embeddings: independent per-feature embedding streams that are shifted relative to one another so that standard self-attention can capture intra-token dependencies.

If this is right

  • Any autoregressive generator that produces tokens with multiple internal features can use the same embedding offset without new architectural components.
  • LLM-style pretraining pipelines become directly applicable to data whose tokens are higher-dimensional.
  • Calorimeter simulation workflows can adopt the method for other particle types and detector geometries that output point clouds.
  • The approach removes the need for custom intra-token modeling layers in multi-feature sequence tasks.

Where Pith is reading between the lines

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

  • The delay technique may simplify training when tokens contain correlated variables from different physical units.
  • The same offset pattern could be tested on molecular graph generation or multivariate time-series forecasting.
  • Because the transformer backbone stays unchanged, scaling laws observed in language models may transfer more directly to these new domains.

Load-bearing premise

Offsetting the independent feature streams is sufficient for ordinary self-attention to learn the correlations between features that belong to the same token.

What would settle it

Training an otherwise identical model with split embeddings but no delay and measuring whether it requires extra loss terms or specialized layers to reach the same shower-generation fidelity on ILD photon data.

Figures

Figures reproduced from arXiv: 2606.11304 by Anna Hallin, Frank Gaede, Gregor Kasieczka, Henning Rose, Joschka Birk, Martina Mozzanica.

Figure 1
Figure 1. Figure 1: Mapping of continuous Geant4 shower deposits (left) to the GettingHigh representation (right). While the original Geant4 steps record exact spatial coordinates, GettingHigh bins these continuous deposits into a nominal 30 × 30 × 30 geometry by mapping them onto physical, layer-staggered ILD sensors (visible as the offset between the upper and lower row dividers). Marker size in the GettingHigh panel scales… view at source ↗
Figure 2
Figure 2. Figure 2: Construction of the GettingSquare datasets. The same Geant4 energy deposits (steps; leftmost panel) are binned onto a fine regular 120 × 120 × 30 grid (GettingSquare-x16). The coarser GettingSquare-x4 and GettingSquare-x1 representations are obtained by reassigning each hit to its enclosing voxel at lower transverse resolution, without merging, so all three share an identical hit list, but several hits may… view at source ↗
Figure 3
Figure 3. Figure 3: Schematic comparison of the model architectures. Left: OmniJet-αC utilizes a VQ-VAE for continuous-to-discrete tokenization of spatial and energy features. Middle: The Combined baseline embeds joint 3D spatial coordinates into a single ID, delaying only the hit energy (Ei−1) to condition the next prediction. Right: SPADE replaces the joint vocabulary with factorized, independent spatial embeddings stabiliz… view at source ↗
Figure 4
Figure 4. Figure 4: Comparison of OmniJet-αC , AllShowers, Combined and SPADE on GettingHigh photon showers uniformly distributed between 10 and 100 GeV. For each generator, 95k samples are shown. The shaded band represents the statistical standard deviation. from Geant4 to a similar degree on this observable, which the authors of AllShowers attribute to limited training statistics in the sparsely populated tails of the spect… view at source ↗
Figure 5
Figure 5. Figure 5: Comparison of AllShowers, Combined and SPADE on GettingSquare photon showers uniformly distributed between 10 and 100 GeV. For each generator, 95k samples are shown. AllShowers was trained on x16 granularity and then remapped to x1-merged, whereas Combined and SPADE were trained on x1-merged directly. deviations in the high-multiplicity tail. The performance on the ratio of deposited to incident energy, [… view at source ↗
Figure 6
Figure 6. Figure 6: Left: the number of model parameters as a function of the granularity for SPADE and Combined. Right: the number of GPU hours needed to train each model within 2% of the the minimal loss reached after 55k steps. 5 Training efficiency Due to the difference in tokenization strategy, the Combined model is substantially larger than SPADE. As shown in Section 3.2, Combined’s spatial embedding layer and token-pre… view at source ↗
Figure 7
Figure 7. Figure 7: Trained on GettingSquare-x1 at native resolution (30 × 30 × 30). Comparison of AllShowers, Combined and SPADE on photon showers uniformly distributed between 10 and 100 GeV. For each generator, 95k samples are shown; the shaded band is the statistical standard deviation. 10 1 10 3 Counts (a) Geant4 Combined AllShowers SPADE 10 1 10 3 Counts (b) 10 1 10 3 Counts (c) 0.8 1.2 0.8 1.2 0.8 1.2 0.8 1.2 0.8 1.2 0… view at source ↗
Figure 8
Figure 8. Figure 8: Models trained on GettingSquare-x1 with generated showers merged to the x1-merged grid. Otherwise as [PITH_FULL_IMAGE:figures/full_fig_p013_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Trained on GettingSquare-x4 at native resolution (60 × 60 × 30). Comparison of AllShowers, Combined and SPADE on photon showers uniformly distributed between 10 and 100 GeV. For each generator, 95k samples are shown; the shaded band is the statistical standard deviation. 10 1 10 3 Counts (a) Geant4 Combined AllShowers SPADE 10 1 10 3 Counts (b) 10 1 10 3 Counts (c) 0.8 1.2 0.8 1.2 0.8 1.2 0.8 1.2 0.8 1.2 0… view at source ↗
Figure 10
Figure 10. Figure 10: Models trained on GettingSquare-x4 with generated showers remapped to the x1-merged grid. Otherwise as [PITH_FULL_IMAGE:figures/full_fig_p014_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Trained on GettingSquare-x16 at native resolution (120 × 120 × 30). Comparison of AllShowers, Combined and SPADE on photon showers uniformly distributed between 10 and 100 GeV. For each generator, 95k samples are shown; the shaded band is the statistical standard deviation. 10 1 10 3 Counts (a) Geant4 Combined All-Showers SPADE 10 1 10 3 Counts (b) 10 1 10 3 Counts (c) 0.8 1.2 0.8 1.2 0.8 1.2 0.8 1.2 0.8 … view at source ↗
Figure 12
Figure 12. Figure 12: Models trained on GettingSquare-x16 with generated showers remapped to the x1-merged grid. Otherwise as [PITH_FULL_IMAGE:figures/full_fig_p015_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Validation loss for SPADE and Combined at the three GettingSquare granularities, versus gradient step (top) and cumulative GPU hours on an NVIDIA H100 (bottom). Markers: first point at which each run reaches within 2% of its own minimum. SPADE matches or undercuts Combined’s minimum validation loss and reaches it at a much lower GPU-hour cost at every granularity, with the gap widening with finer segmenta… view at source ↗
read the original abstract

We introduce SPADE (SPlit And Delay Embeddings), an autoregressive transformer for sequences whose tokens carry multiple features. Rather than embedding these features jointly, SPADE embeds them independently. Delaying each feature stream relative to the previous one allows intra-token correlations to be learned by the standard self-attention mechanism. Applied to point-cloud calorimeter shower generation in the highly granular ILD detector, SPADE is competitive with the state of the art AllShowers model on photon showers, and substantially outperforms its VQ-VAE-based predecessor OmniJet-$\alpha_C$. The mechanism is applicable to any generative task with multi-feature tokens, enabling LLM-style pretraining workflows for higher-dimensional data.

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 / 3 minor

Summary. The manuscript introduces SPADE (SPlit And Delay Embeddings), an autoregressive transformer for sequences whose tokens carry multiple features. Features are embedded independently rather than jointly; each feature stream is delayed relative to the previous one so that intra-token correlations can be captured by standard self-attention. The architecture is applied to point-cloud generation of electromagnetic showers in the highly granular ILD calorimeter. On photon showers the model is reported to be competitive with the AllShowers baseline and to substantially outperform the VQ-VAE-based predecessor OmniJet-α_C. The construction is presented as a general mechanism applicable to any generative task involving multi-feature tokens.

Significance. If the empirical results hold, SPADE supplies a minimal architectural modification that enables standard self-attention to model intra-token dependencies without auxiliary layers or loss terms. This could simplify autoregressive modeling of high-dimensional point-cloud data and support LLM-style pretraining workflows in calorimeter simulation and related domains. The concrete benchmark on ILD photon showers provides a falsifiable test of the central modeling assumption.

minor comments (3)
  1. [Abstract] Abstract: performance claims are stated without any numerical values, error bars, or dataset size; adding a single sentence summarizing the key metrics would improve readability.
  2. [Methods] The description of the delay operation (how many positions each stream is shifted and how this interacts with the causal mask) should be accompanied by a small diagram or explicit pseudocode in the methods section.
  3. [Results] Table or figure captions for the ILD photon-shower results should explicitly list the number of showers, the energy range, and the exact metric definitions used for the AllShowers and OmniJet-α_C comparisons.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for their positive summary and significance assessment of the SPADE manuscript. The recommendation of minor revision is noted. No major comments were raised in the report.

Circularity Check

0 steps flagged

No significant circularity identified

full rationale

The paper presents an architectural innovation (independent feature embeddings with relative delays in an autoregressive transformer) and reports empirical benchmark results on ILD photon showers against AllShowers and OmniJet-α_C. No equations, derivations, or first-principles claims are made that reduce by construction to fitted parameters or self-citations. The central claims are performance comparisons, which are external to any internal definitions and do not invoke uniqueness theorems, ansatzes smuggled via citation, or renaming of known results. The modeling choice (standard self-attention suffices after delay) is tested directly by the reported experiments rather than assumed.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract supplies no information on free parameters, background axioms, or new postulated entities.

pith-pipeline@v0.9.1-grok · 5670 in / 1017 out tokens · 23975 ms · 2026-06-27T10:34:44.991008+00:00 · methodology

discussion (0)

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

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. One Generator, Any Process: LLM-Conditioning for the LHC

    hep-ph 2026-06 unverdicted novelty 7.0

    LLM embeddings condition generative networks for LHC events, yielding faster convergence, higher quality, and generalization to unseen processes.

Reference graph

Works this paper leans on

67 extracted references · 2 canonical work pages · cited by 1 Pith paper

  1. [1]

    Agostinelli Set al.(GEANT4) 2003Nucl. Instrum. Meth.A506250–303

  2. [2]

    org/10.1007/s41781-018-0018-8

    Albrecht Jet al.2019Computing and Software for Big Science3ISSN 2510-2044 URLhttp://dx.doi. org/10.1007/s41781-018-0018-8

  3. [3]

    Boehnlein A, Biscarat C, Bressan A, Britton D, Bolton R, Gaede F, Grandi C, Hernandez F, Kuhr T, Merino G, Simon F and Watts G 2022 HL-LHC Software and Computing Review Panel, 2nd Report Tech. rep. CERN Geneva URLhttps://cds.cern.ch/record/2803119

  4. [4]

    Paganini M, de Oliveira L and Nachman B 2018Phys. Rev. Lett.120042003 (Preprinthttps://arxiv. org/abs/1705.02355)

  5. [5]

    Paganini M, de Oliveira L and Nachman B 2018Phys. Rev. D97014021 (Preprinthttps://arxiv.org/ abs/1712.10321)

  6. [6]

    de Oliveira L, Paganini M and Nachman B 2018J. Phys. Conf. Ser.1085042017 (Preprinthttps: //arxiv.org/abs/1711.08813)

  7. [7]

    Erdmann M, Geiger L, Glombitza J and Schmidt D 2018Comput. Softw. Big Sci.24 (Preprinthttps: //arxiv.org/abs/1802.03325)

  8. [8]

    Erdmann M, Glombitza J and Quast T 2019Comput. Softw. Big Sci.34 (Preprinthttps://arxiv.org/ abs/1807.01954)

  9. [9]

    Musella P and Pandolfi F 2018Comput. Softw. Big Sci.28 (Preprinthttps://arxiv.org/abs/1805. 00850)

  10. [10]

    Belayneh Det al.2020Eur. Phys. J. C80688 (Preprinthttps://arxiv.org/abs/1912.06794)

  11. [11]

    Butter A, Diefenbacher S, Kasieczka G, Nachman B and Plehn T 2021SciPost Phys.10139 (Preprint https://arxiv.org/abs/2008.06545)

  12. [12]

    ATLAS collaboration 2020-11 Fast simulation of the ATLAS calorimeter system with Generative Adver- sarial Networks techreport ATL-SOFT-PUB-2020-006 CERN (Preprinthttps://cds.cern.ch/record/ 2746032)

  13. [13]

    ATLAS Collaboration 2020J. Phys. Conf. Ser.1525012077

  14. [14]

    ATLAS Collaboration 2022Comput. Softw. Big Sci.67 (Preprinthttps://arxiv.org/abs/2109.02551)

  15. [15]

    ATLAS Collaboration 2024Comput. Softw. Big Sci.87 (Preprinthttps://arxiv.org/abs/2210.06204)

  16. [16]

    Faucci Giannelli M and Zhang R 2024Eur. Phys. J. Plus139597 (Preprinthttps://arxiv.org/abs/ 2309.06515)

  17. [17]

    Simsek E, Isildak B, Dogru A, Aydogan R, Bayrak A B and Ertekin S 2024PTEP2024083C01 (Preprint https://arxiv.org/abs/2401.02248)

  18. [18]

    Cresswell J C, Ross B L, Loaiza-Ganem G, Reyes-Gonzalez H, Letizia M and Caterini A L 2022-11 Calo- Man: Fast generation of calorimeter showers with density estimation on learned manifolds36th Conference on Neural Information Processing Systems: Workshop on Machine Learning and the Physical Sciences (Preprinthttps://arxiv.org/abs/2211.15380)

  19. [19]

    Hoque S, Jia H, Abhishek A, Fadaie M, Toledo-Marín J Q, Vale T, Melko R G, Swiatlowski M and Fedorko W T 2024Eur. Phys. J. C841244 (Preprinthttps://arxiv.org/abs/2312.03179)

  20. [20]

    Liu Q, Shimmin C, Liu X, Shlizerman E, Li S and Hsu S C 2024-05 Calo-VQ: Vector-Quantized Two-Stage Generative Model in Calorimeter Simulation (Preprinthttps://arxiv.org/abs/2405.06605)

  21. [21]

    Krause C and Shih D 2023Phys. Rev. D107113003 (Preprinthttps://arxiv.org/abs/2106.05285) 17

  22. [22]

    Krause C and Shih D 2023Phys. Rev. D107113004 (Preprinthttps://arxiv.org/abs/2110.11377)

  23. [23]

    Schnake S, Krücker D and Borras K 2022 Generating calorimeter showers as point clouds36th Conference on Neural Information Processing Systems: Workshop on Machine Learning and the Physical Sciences (Preprinthttps://ml4physicalsciences.github.io/2022/files/NeurIPS_ML4PS_2022_77.pdf)

  24. [24]

    Krause C, Pang I and Shih D 2024SciPost Phys.16126 (Preprinthttps://arxiv.org/abs/2210.14245)

  25. [25]

    Xu A, Han S, Ju X and Wang H 2024JINST19P02003 (Preprinthttps://arxiv.org/abs/2303.10148)

  26. [26]

    Buckley M R, Krause C, Pang I and Shih D 2024Phys. Rev. D109033006 (Preprinthttps://arxiv. org/abs/2305.11934)

  27. [27]

    Pang I, Shih D and Raine J A 2024Phys. Rev. D109092009 (Preprinthttps://arxiv.org/abs/2308. 11700)

  28. [28]

    org/abs/2312.09290)

    Ernst F, Favaro L, Krause C, Plehn T and Shih D 2025SciPost Phys.18081 (Preprinthttps://arxiv. org/abs/2312.09290)

  29. [29]

    Schnake S, Krücker D and Borras K 2024-03 CaloPointFlow II Generating Calorimeter Showers as Point Clouds (Preprinthttps://arxiv.org/abs/2403.15782)

  30. [30]

    Du H, Krause C, Mikuni V, Nachman B, Pang I and Shih D 2025Phys. Rev. D111076004 (Preprint https://arxiv.org/abs/2404.18992)

  31. [31]

    Majerz E, Dzwinel W and Kitowski J 2025-12 Inverse Autoregressive Flows for Zero Degree Calorimeter fast simulation39th Annual Conference on Neural Information Processing Systems: Includes Machine Learning and the Physical Sciences (ML4PS)(Preprinthttps://arxiv.org/abs/2512.20346)

  32. [32]

    MikuniVandNachmanB2022Phys. Rev. D106092009(Preprinthttps://arxiv.org/abs/2206.11898)

  33. [33]

    Acosta F T, Mikuni V, Nachman B, Arratia M, Karki B, Milton R, Karande P and Angerami A 2024 JINST19P05003 (Preprinthttps://arxiv.org/abs/2307.04780)

  34. [34]

    Mikuni V and Nachman B 2024JINST19P02001 (Preprinthttps://arxiv.org/abs/2308.03847)

  35. [35]

    Amram O and Pedro K 2023Phys. Rev. D108072014 (Preprinthttps://arxiv.org/abs/2308.03876)

  36. [36]

    Jiang C, Qian S and Qu H 2025SciPost Phys.18195 (Preprinthttps://arxiv.org/abs/2401.13162)

  37. [37]

    Kobylianskii D, Soybelman N, Dreyer E and Gross E 2024Phys. Rev. D110072003 (Preprinthttps: //arxiv.org/abs/2402.11575)

  38. [38]

    Jiang C, Qian S and Qu H 2024-04 BUFF: Boosted Decision Tree based Ultra-Fast Flow matching (Preprint https://arxiv.org/abs/2404.18219)

  39. [39]

    Favaro L, Ore A, Schweitzer S P and Plehn T 2025SciPost Phys.18088 (Preprinthttps://arxiv.org/ abs/2405.09629)

  40. [40]

    Hildebrandt R, Kourlitis E, Hashemi B, Bünstorf M, Meyer T, Boskov N, Kagan M, Rosenbaum D, Gan- guly S and Heinrich L 2026 Bricks: Compositional neural markov kernels for zero-shot radiation-matter simulation (Preprint2605.06591) URLhttps://arxiv.org/abs/2605.06591

  41. [41]

    Li W, Shao D Y, Shi H Z and Sun Y X 2026 Nested-gpt for variable-multiplicity parton showers: A case study in the resummation of non-global logarithms (Preprint2605.18360) URLhttps://arxiv.org/abs/ 2605.18360

  42. [42]

    Bommasani Ret al.2022 On the opportunities and risks of foundation models (Preprint2108.07258) URL https://arxiv.org/abs/2108.07258

  43. [43]

    Hallin A 2025 Foundation models for high-energy physics2nd European AI for Fundamental Physics Con- ference(Preprint2509.21434)

  44. [44]

    Birk J, Hallin A and Kasieczka G 2024Mach. Learn. Sci. Tech.5035031 (Preprint2403.05618) 18

  45. [45]

    Radford A, Narasimhan K, Salimans T and Sutskever I 2018 Improving language understanding by generative pre-training URLhttps://cdn.openai.com/research-covers/language-unsupervised/ language_understanding_paper.pdf

  46. [46]

    van den Oord A, Vinyals O and Kavukcuoglu K 2018 Neural discrete representation learning (Preprint 1711.00937)

  47. [47]

    Bao H, Dong L, Piao S and Wei F 2022 BEiT: BERT Pre-Training of Image Transformers (Preprint 2106.08254)

  48. [48]

    Huh M, Cheung B, Agrawal P and Isola P 2023 Straightening out the straight-through estimator: Over- coming optimization challenges in vector quantized networks (Preprint2305.08842)

  49. [49]

    Birk J, Gaede F, Hallin A, Kasieczka G, Mozzanica M and Rose H 2025JINST20P07007 (Preprint 2501.05534)

  50. [50]

    Cardona-GiraldoC,FanelliC,GirouxJ,GrangerC,NachmanBandSabinG2026Generalizablefoundation models for calorimetry via mixtures-of-experts and parameter efficient fine tuning (Preprint2603.28804) URLhttps://arxiv.org/abs/2603.28804

  51. [51]

    CopetJ,KreukF,GatI,RemezT,KantD,SynnaeveG,AdiYandDéfossezA2024Simpleandcontrollable music generation (Preprint2306.05284) URLhttps://arxiv.org/abs/2306.05284

  52. [52]

    Buss T, Day-Hall H, Gaede F, Kasieczka G and Krüger K 2026 AllShowers: One model for all calorimeter showers (Preprint2601.11716)

  53. [53]

    Buhmann E, Diefenbacher S, Eren E, Gaede F, Kasieczka G, Korol A and Krüger K 2021Comput. Softw. Big Sci.513 (Preprint2005.05334)

  54. [54]

    Frank M, Gaede F, Grefe C and Mato P 2014Journal of Physics: Conference Series513022010 URL https://doi.org/10.1088/1742-6596/513/2/022010

  55. [55]

    Abramowicz Het al.(ILD Concept Group) 2020 International Large Detector: Interim Design Report (Preprint2003.01116)

  56. [56]

    Suehara Tet al.2018JINST13C03015 (Preprint1801.02024)

  57. [57]

    org/abs/1607.06450

    Ba J L, Kiros J R and Hinton G E 2016 Layer normalization (Preprint1607.06450) URLhttps://arxiv. org/abs/1607.06450

  58. [58]

    Bishop C 1994 Mixture density networks WorkingPaper 4288 Aston University copyright©1994, Christopher M. Bishop. This work is licensed under a Creative Commons Attribution-NonCommercial- NoDerivatives 4.0 International License (https://creativecommons.org/licenses/by-nc-nd/4.0/)

  59. [59]

    Su J, Ahmed M, Lu Y, Pan S, Bo W and Liu Y 2024Neurocomputing568127063 ISSN 0925-2312 URL https://www.sciencedirect.com/science/article/pii/S0925231223011864

  60. [60]

    Shazeer N 2019 Fast transformer decoding: One writer, en heads (Preprint1911.02150)

  61. [61]

    Dao T, Fu D Y, Ermon S, Rudra A and Ré C 2022 Flashattention: Fast and memory-efficient exact attention with io-awarenessAdvances in Neural Information Processing Systemsvol 35 pp 10488–10500

  62. [62]

    Dao T 2024 Flashattention-2: Faster attention with better parallelism and work partitioningThe Twelfth International Conference on Learning Representations

  63. [63]

    Zhang M, Lucas J, Ba J and Hinton G E 2019 Lookahead optimizer: k steps forward, 1 step backAdvances in Neural Information Processing Systemsvol 32 ed Wallach H, Larochelle H, Beygelzimer A, d'Alché- Buc F, Fox E and Garnett R (Curran Associates, Inc.) URLhttps://proceedings.neurips.cc/paper_ files/paper/2019/file/90fd4f88f588ae64038134f1eeaa023f-Paper.pdf

  64. [64]

    Liu L, Jiang H, He P, Chen W, Liu X, Gao J and Han J 2020 On the variance of the adaptive learning rate and beyondInternational Conference on Learning RepresentationsURLhttps://openreview.net/ forum?id=rkgz2aEKDr 19

  65. [65]

    Tarvainen A and Valpola H 2018 Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results (Preprint1703.01780) URLhttps://arxiv.org/ abs/1703.01780

  66. [66]

    Heneka C, Nieser F, Ore A, Plehn T and Schiller D 2026SciPost Phys.20070 (Preprint2506.14757)

  67. [67]

    Buhmann E, Diefenbacher S, Eren E, Gaede F, Kasicezka G, Korol A, Korcari W, Krüger K and McKe- own P 2023Journal of Instrumentation18P11025 ISSN 1748-0221 URLhttp://dx.doi.org/10.1088/ 1748-0221/18/11/P11025 20