Pith. sign in

REVIEW 1 cited by

A Probabilistic Perspective on Model Collapse

T0 review · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Recursive training on synthetic data avoids model collapse if the per-generation sample size grows superlinearly, and the probability that synthetic retraining improves over real-data training is always below one half.

arxiv 2505.13947 v2 pith:QVADTLOF submitted 2025-05-20 stat.ML cs.LG

classification stat.MLcs.LG
keywords modeltrainingcollapseestimationprobabilisticrecursivesizebias
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

Generative models are often retrained on data produced by earlier versions of themselves. This can lead to model collapse, where the model's outputs become less diverse and drift away from the true distribution. The paper views recursive training as a random walk: at each generation, the estimated parameter takes a random step, with step size controlled by the number of synthetic samples used for training. If every generation uses the same sample size, the steps accumulate and the estimate wanders off. The authors prove that if the sample size grows fast enough, roughly like t raised to the power 1 plus a small positive constant at generation t, the accumulated noise stays bounded and the estimate remains close to the truth.

The proof relies on assumptions about the estimator: a uniform tail bound, and either unbiasedness or a bias that shrinks with sample size. When the estimator is biased, the required growth is faster. The paper also asks whether retraining on synthetic data can accidentally beat the original model trained on real data. Because each synthetic step adds independent noise, the chance of beating the real-data model is always less than one half. The exact probability is given by a closed-form expression in the Gaussian case, and by the same expression asymptotically for estimators that are asymptotically normal.

The authors validate the theory with simulations on exponential, normal, gamma, and logistic models, and with a synthetic-data experiment on a U.S. census housing dataset. No code is provided, but the experimental protocols are described in enough detail to reimplement.

Extended reading notes

Core claim

Under Assumption 1 with r(n)=n^κ and κ≥γ/2 plus unbiasedness (Assumption 2), the schedule c_t=t^{1+s} with any s>0 yields lim_{n→∞} lim_{T→∞} P(||θ_T−θ*||_2≥δ)=0 (Theorem 3). When the estimator has bias decaying as n^{-ρ} with κ/γ≤ρ<1, the schedule must be faster, c_t=t^{1+s} with s>1/ρ−1 (Theorem 4). If correct, this means superlinear synthetic data expansion prevents divergence of the recursively trained parametric estimator, and bias accelerates collapse.

Load-bearing premise

Assumption 1, the uniform exponential tail bound sup_{θ∈Θ} P(||θ̂−θ||_2≥δ) ≤ C1 exp(−C2 r(n) δ^γ) with r(n)=n^κ, is load-bearing for Theorems 2, 3, and 4 and for Corollary 1. The required growth rate depends directly on κ and γ, and many realistic estimators are not uniformly sub-Gaussian over the entire parameter space. If this tail bound fails, the derived schedules may be insufficient or the thresholds may change.

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.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The central claim rests on four explicit statistical assumptions (Assumptions 1-4). No free parameters are fitted to data; the schedule exponent s is chosen by the user and the constants in Assumption 1 are problem-dependent. No new entities are introduced.

assumptions (4)
  • domain assumption Assumption 1: uniform exponential tail bound sup_θ P(||θ̂−θ||_2≥δ) ≤ C1 exp(−C2 r(n) δ^γ) with r(n)=n^κ.
    Used throughout Section 4 and the proofs; the growth rate c_t=t^{γ(1+s)/κ} in Corollary 1 and c_t=t^{1+s} in Theorems 3 and 4 depends directly on κ and γ.
  • domain assumption Assumption 2: the estimation procedure is unbiased, E(M(D))=θ.
    Defines the martingale structure required by Theorem 3; without it the required schedule may need to be faster.
  • domain assumption Assumption 3: coordinate-wise bias decays as |E(θ̂_i)−θ_i| ≍ v_i/n^ρ.
    Controls the drift in Theorem 4; the threshold 1/ρ−1 governs how much extra growth is needed when bias is substantial.
  • domain assumption Assumption 4: the estimator is asymptotically normal, √n(θ̂−θ)→N(0,Σ(θ)).
    Used only for the generalization of P(T) in Theorem 6; not needed for the collapse-prevention results.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Probabilistic Perspective on Model Collapse." pith.science (2026). https://pith.science/paper/QVADTLOF

@misc{pith2026250513947,
  author       = {Pith},
  title        = {Pith review of: A Probabilistic Perspective on Model Collapse},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QVADTLOF}},
  note         = {Machine review of arXiv:2505.13947}
}
read the original abstract

In recent years, model collapse has become a critical issue in language model training, making it essential to understand the underlying mechanisms driving this phenomenon. In this paper, we investigate recursive parametric model training from a probabilistic perspective, aiming to characterize the conditions under which model collapse occurs and, crucially, how it can be mitigated. We conceptualize the recursive training process as a random walk of the model estimate, highlighting how the sample size influences the step size and how the estimation procedure determines the direction and potential bias of the random walk. Under mild conditions, we rigorously show that progressively increasing the sample size at each training step is necessary to prevent model collapse. In particular, when the estimation is unbiased, the required growth rate follows a superlinear pattern. This rate needs to be accelerated even further in the presence of substantial estimation bias. Building on this probabilistic framework, we also investigate the probability that recursive training on synthetic data yields models that outperform those trained solely on real data. Moreover, we extend these results to general parametric model family in an asymptotic regime. Finally, we validate our theoretical results through extensive simulations and a real-world dataset.

Figures

Figures reproduced from arXiv: 2505.13947 by the authors.

Figure 1
Figure 1. Model Collapse in Recursive Training Framework ( [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. A General Framework for Recursive Training with Fully Synthetic Data [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Experimental Setup for Recursive Gaussian Estimation: We fix parameters (n, µ, σ2 ) = (100, 0, 1) and vary T ∈ {100, 200, 300, 400, 500}. For each T, we conduct 104 replications, recording the estimate σb 2 T,i for each replication. We then report the percentage of replications with σb 2 T,i ≤ 0.05, the maximum value maxi σb 2 T,i, and the estimated population risk across all replications. As shown in Figure 3a, as … view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: An illustration of recursive training represented as a random walk. [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: An illustration of recursive training represented as a random walk. [PITH_FULL_IMAGE:figures/full_fig_p014_5.png]
Figure 6
Figure 6. Figure 6: Experimental results for Scenario 1 are presented, with 95% confidence intervals plotted for each case. As shown in [PITH_FULL_IMAGE:figures/full_fig_p026_6.png]
Figure 7
Figure 7. Figure 7: Experimental results of Gaussian case for [PITH_FULL_IMAGE:figures/full_fig_p028_7.png]
Figure 8
Figure 8. Figure 8: Experimental results for the non-Gaussian cases—Exponential distribution (top) [PITH_FULL_IMAGE:figures/full_fig_p028_8.png]
Figure 9
Figure 9. Figure 9: The experimental results of Scenario 3: Displayed are the estimation error E(∥θbt − θ ⋆∥2) (top row), the probability P(∥θbt − θ ⋆∥2 ≥ 1) (second row), and the parameter trajectories during recursive training for the unbiased estimator M1 and the biased estimators M2 (…
Figure 10
Figure 10. Figure 10: The results of Experiment 1 evaluate the evolution of distributional differences throughout the recursive training process. Experiment 2. In the second experiment, we aim to evaluate Theorem 6 on a real dataset under a regression framework. We consider the median hous…
Figure 11
Figure 11. Figure 11: The results of Experiment 2 show how P(T) evolves during the recursive training process under different synthetic data expansion schemes. 32 [PITH_FULL_IMAGE:figures/full_fig_p032_11.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

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

  1. Escaping Model Collapse via Synthetic Data Verification: Near-term Improvements and Long-term Convergence

    stat.ML 2025-10 conditional novelty 6.0 of 10

    Verifier-filtered synthetic retraining improves linear-regression estimates in the short term but converges to the verifier's knowledge center, so sustained improvement requires an unbiased verifier.

Reference graph

Works this paper leans on

27 extracted references · 13 canonical work pages · cited by 1 Pith paper

  1. [1]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  2. [2]

    Self-consuming generative models go MAD

    Sina Alemohammad, Josue Casco-Rodriguez, Lorenzo Luzi, Ahmed Imtiaz Humayun, Hossein Babaei, Daniel LeJeune, Ali Siahkoohi, and Richard Baraniuk. Self-consuming generative models go MAD . In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=ShjMHfmPs0

  3. [3]

    Psi (digamma) function

    Jose M Bernardo et al. Psi (digamma) function. Applied Statistics, 25 0 (3): 0 315--317, 1976

  4. [4]

    On the stability of iterative retraining of generative models on their own data

    Quentin Bertrand, Joey Bose, Alexandre Duplessis, Marco Jiralerspong, and Gauthier Gidel. On the stability of iterative retraining of generative models on their own data. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=JORAfH2xFd

  5. [5]

    Approximating the cumulative distribution function of the normal distribution

    Amit Choudhury, Subhasis Ray, and Pradipta Sarkar. Approximating the cumulative distribution function of the normal distribution. Journal of Statistical Research, 41 0 (1): 0 59--67, 2007

  6. [6]

    Universality of the ^2/6 pathway in avoiding model collapse

    Apratim Dey and David Donoho. Universality of the ^2/6 pathway in avoiding model collapse. arXiv preprint arXiv:2410.22812, 2024

  7. [7]

    Bias reduction of maximum likelihood estimates

    David Firth. Bias reduction of maximum likelihood estimates. Biometrika, 80 0 (1): 0 27--38, 1993

  8. [8]

    Donoho, and Sanmi Koyejo

    Matthias Gerstgrasser, Rylan Schaeffer, Apratim Dey, Rafael Rafailov, Tomasz Korbak, Henry Sleight, Rajashree Agrawal, John Hughes, Dhruv Bhandarkar Pai, Andrey Gromov, Dan Roberts, Diyi Yang, David L. Donoho, and Sanmi Koyejo. Is model collapse inevitable? breaking the curse of recursion by accumulating real and synthetic data. In First Conference on Lan...

Show all 27 references
  1. [9]

    Exponential tail bounds for chisquared random variables

    Malay Ghosh. Exponential tail bounds for chisquared random variables. Journal of Statistical Theory and Practice, 15 0 (2): 0 35, 2021

  2. [10]

    Golden ratio weighting prevents model collapse

    Hengzhi He, Shirong Xu, and Guang Cheng. Golden ratio weighting prevents model collapse. arXiv preprint arXiv:2502.18049, 2025

  3. [11]

    Probability inequalities for sums of bounded random variables

    Wassily Hoeffding. Probability inequalities for sums of bounded random variables. The collected works of Wassily Hoeffding, pages 409--426, 1994

  4. [12]

    Collapse or thrive? perils and promises of synthetic data in a self-generating world

    Joshua Kazdan, Rylan Schaeffer, Apratim Dey, Matthias Gerstgrasser, Rafael Rafailov, David L Donoho, and Sanmi Koyejo. Collapse or thrive? perils and promises of synthetic data in a self-generating world. arXiv preprint arXiv:2410.16713, 2024

  5. [13]

    Gaussian copula marginal regression

    Guido Masarotto and Cristiano Varin. Gaussian copula marginal regression. Electronic Journal of Statistics, 6 0 (none): 0 1517 -- 1549, 2012. doi:10.1214/12-EJS721. URL https://doi.org/10.1214/12-EJS721

  6. [14]

    Inequalities for the incomplete gamma function

    Pierpaolo Natalini and Biagio Palumbo. Inequalities for the incomplete gamma function. Math. Inequal. Appl, 3 0 (1): 0 69--77, 2000

  7. [15]

    The synthetic data vault

    Neha Patki, Roy Wedge, and Kalyan Veeramachaneni. The synthetic data vault. In 2016 IEEE international conference on data science and advanced analytics (DSAA), pages 399--410. IEEE, 2016

  8. [16]

    The non-central 2-and f-distribution and their applications

    PB Patnaik. The non-central 2-and f-distribution and their applications. Biometrika, 36 0 (1/2): 0 202--232, 1949

  9. [17]

    Position: Model collapse does not mean what you think

    Rylan Schaeffer, Joshua Kazdan, Alvan Caleb Arulandu, and Sanmi Koyejo. Position: Model collapse does not mean what you think. arXiv preprint arXiv:2503.03150, 2025

  10. [18]

    The curse of recursion: Training on generated data makes models forget

    Ilia Shumailov, Zakhar Shumaylov, Yiren Zhao, Yarin Gal, Nicolas Papernot, and Ross Anderson. The curse of recursion: Training on generated data makes models forget. arXiv preprint arXiv:2305.17493, 2023

  11. [19]

    Ai models collapse when trained on recursively generated data

    Ilia Shumailov, Zakhar Shumaylov, Yiren Zhao, Nicolas Papernot, Ross Anderson, and Yarin Gal. Ai models collapse when trained on recursively generated data. Nature, 631 0 (8022): 0 755--759, 2024

  12. [20]

    Edf statistics for goodness of fit and some comparisons

    Michael A Stephens. Edf statistics for goodness of fit and some comparisons. Journal of the American statistical Association, 69 0 (347): 0 730--737, 1974

  13. [21]

    Energy statistics: A class of statistics based on distances

    G \'a bor J Sz \'e kely and Maria L Rizzo. Energy statistics: A class of statistics based on distances. Journal of statistical planning and inference, 143 0 (8): 0 1249--1272, 2013

  14. [22]

    Gemini: a family of highly capable multimodal models

    Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, Katie Millican, et al. Gemini: a family of highly capable multimodal models. arXiv preprint arXiv:2312.11805, 2023

  15. [23]

    Llama: Open and efficient foundation language models

    Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971, 2023

  16. [24]

    Position: Will we run out of data? limits of llm scaling based on human-generated data

    Pablo Villalobos, Anson Ho, Jaime Sevilla, Tamay Besiroglu, Lennart Heim, and Marius Hobbhahn. Position: Will we run out of data? limits of llm scaling based on human-generated data. In Forty-first International Conference on Machine Learning, 2024

  17. [25]

    A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity

    Halbert White. A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity. Econometrica: journal of the Econometric Society, pages 817--838, 1980

  18. [26]

    Utility theory of synthetic data generation

    Shirong Xu, Will Wei Sun, and Guang Cheng. Utility theory of synthetic data generation. arXiv preprint arXiv:2305.10015, 2023

  19. [27]

    On the non-asymptotic and sharp lower tail bounds of random variables

    Anru R Zhang and Yuchen Zhou. On the non-asymptotic and sharp lower tail bounds of random variables. Stat, 9 0 (1): 0 e314, 2020

Pith tools

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