From Surf Wiki (app.surf) — the open knowledge base
Model collapse
Model collapse is a phenomenon noted in artificial intelligence studies, where machine learning models gradually degrade due to errors coming from uncurated synthetic data, or training on the outputs of another model, such as prior versions of itself. It is unclear to what extent the phenomenon threatens the long-term development of such models, and some techniques have been proposed to mitigate the effect.
Shumailov et al. coined the term to describe two specific stages to the degradation of machine learning models: early model collapse and late model collapse:
- In early model collapse, the model begins losing information about the tails of the distribution – mostly affecting minority data. Later work highlighted that early model collapse is hard to notice, since overall performance may appear to improve, while the model loses performance on minority data.
- In late model collapse, the model loses a significant proportion of its performance, confusing concepts and losing most of its variance.
Using synthetic data as training data can lead to issues with the quality and reliability of the trained model. Model collapse occurs for three main reasons:
- functional approximation errors
- sampling errors
- learning errors
Importantly, it happens in even the simplest of models, where not all of the error sources are present. In more complex models the errors often compound, leading to faster collapse.
Model collapse in generative models is reduced when data accumulates.
Some researchers and commentators on model collapse warn that the phenomenon could fundamentally threaten future generative AI development: As AI-generated data is shared on the Internet, it will inevitably end up in future training datasets, which are often crawled from the Internet. If training on "slop" (large quantities of unlabeled synthetic data) inevitably leads to model collapse, this could therefore pose a difficult problem.
However, recently, other researchers have disagreed with this argument, showing that if synthetic data accumulates alongside human-generated data, model collapse is avoided. The researchers argue that data accumulating over time is a more realistic description of reality than deleting all existing data every year, and that the real-world impact of model collapse may not be as catastrophic as feared.
An alternative branch of the literature investigates the use of machine learning detectors and watermarking to identify model generated data and filter it out.
| Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 |
|---|---|---|---|---|---|
| This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages) |
This section may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (August 2025) (Learn how and when to remove this message)
This section may incorporate text from a large language model, which is prohibited in Wikipedia articles. It may include hallucinated information, copyright violations, claims not verified in cited sources, original research, or fictitious references. Any such material should be removed. (November 2025) (Learn how and when to remove this message)
(Learn how and when to remove this message) | | This section may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (August 2025) (Learn how and when to remove this message) | | This section may incorporate text from a large language model, which is prohibited in Wikipedia articles. It may include hallucinated information, copyright violations, claims not verified in cited sources, original research, or fictitious references. Any such material should be removed. (November 2025) (Learn how and when to remove this message) | | | This section may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (August 2025) (Learn how and when to remove this message) | | | | | | | This section may incorporate text from a large language model, which is prohibited in Wikipedia articles. It may include hallucinated information, copyright violations, claims not verified in cited sources, original research, or fictitious references. Any such material should be removed. (November 2025) (Learn how and when to remove this message) | | | | |
In 2024, a first attempt has been made at illustrating collapse for the simplest possible model — a single dimensional normal distribution fit using unbiased estimators of mean and variance, computed on samples from the previous generation.
To make this more precise, we say that original data follows a normal distribution
X
0
∼
N
(
μ
,
σ
2
)
{\displaystyle X^{0}\sim {\mathcal {N}}(\mu ,\sigma ^{2})}
, and we possess
M
0
{\displaystyle M_{0}}
samples
X
j
0
{\displaystyle X_{j}^{0}}
for
j
∈
{
1
,
…
,
M
0
}
{\displaystyle j\in {\{\,1,\dots ,M_{0}\,{}\}}}
. Denoting a general sample
X
j
i
{\displaystyle X_{j}^{i}}
as sample
j
∈
{
1
,
…
,
M
i
}
{\displaystyle j\in {\{\,1,\dots ,M_{i}\,{}\}}}
at generation
i
{\displaystyle i}
, then the next generation model is estimated using the sample mean and variance:
μ
i
+
1
=
1
M
i
∑
j
X
j
i
;
σ
i
+
1
2
=
1
M
i
−
1
∑
j
(
X
j
i
−
μ
i
+
1
)
2
.
{\displaystyle \mu _{i+1}={\frac {1}{M_{i}}}\sum _{j}X_{j}^{i};\quad \sigma _{i+1}^{2}={\frac {1}{M_{i}-1}}\sum _{j}(X_{j}^{i}-\mu _{i+1})^{2}.}
Leading to a conditionally normal next generation model
X
j
i
+
1
|
μ
i
+
1
,
σ
i
+
1
∼
N
(
μ
i
+
1
,
σ
i
+
1
2
)
{\displaystyle X_{j}^{i+1}|\mu _{i+1},\;\sigma _{i+1}\sim {\mathcal {N}}(\mu _{i+1},\sigma _{i+1}^{2})}
. In theory, this is enough to calculate the full distribution of
X
j
i
{\displaystyle X_{j}^{i}}
. However, even after the first generation, the full distribution is no longer normal: It follows a variance-gamma distribution.
To continue the analysis, instead of writing the probability density function at each generation, it is possible to explicitly construct them in terms of independent random variables using Cochran's theorem. To be precise,
μ
1
{\displaystyle \mu _{1}}
and
σ
1
{\displaystyle \sigma _{1}}
are independent, with
μ
1
∼
N
(
μ
,
σ
2
M
0
)
{\displaystyle \mu _{1}\sim {\mathcal {N}}\left(\mu ,{\frac {\sigma ^{2}}{M_{0}}}\right)}
and
(
M
0
−
1
)
σ
1
2
∼
σ
2
Γ
(
M
0
−
1
2
,
1
2
)
{\displaystyle (M_{0}-1)\,\sigma _{1}^{2}\sim \sigma ^{2}\,\Gamma \left({\frac {M_{0}-1}{2}},{\frac {1}{2}}\right)}
, following a Gamma distribution. Denoting with
Z
{\displaystyle Z}
Gaussian random variables distributed according to
N
(
0
,
1
)
{\displaystyle {\mathcal {N}}(0,1)}
and with
S
i
{\displaystyle S^{i}}
random variables distributed with
1
M
i
−
1
−
1
Γ
(
M
i
−
1
−
1
2
,
1
2
)
{\displaystyle {\frac {1}{M_{i-1}-1}}\Gamma \left({\frac {M_{i-1}-1}{2}},{\frac {1}{2}}\right)}
, it turns out to be possible to write samples at each generation as
X
j
0
=
μ
+
σ
Z
j
0
,
{\textstyle X_{j}^{0}=\mu +\sigma Z_{j}^{0},}
X
j
1
=
μ
+
σ
M
0
Z
1
+
σ
S
1
Z
j
1
,
{\textstyle X_{j}^{1}=\mu +{\frac {\sigma }{\sqrt {M_{0}}}}Z^{1}+\sigma {\sqrt {S^{1}}}Z_{j}^{1},}
and more generally
X
j
n
=
μ
+
σ
M
0
Z
1
+
σ
M
1
S
1
Z
2
+
⋯
+
σ
M
n
−
1
S
1
×
⋯
×
S
n
−
1
Z
n
+
σ
S
1
×
⋯
×
S
n
Z
j
n
.
{\displaystyle X_{j}^{n}=\mu +{\frac {\sigma }{\sqrt {M_{0}}}}Z^{1}+{\frac {\sigma }{\sqrt {M_{1}}}}{\sqrt {S^{1}}}Z^{2}+\dots +{\frac {\sigma }{\sqrt {M_{n-1}}}}{\sqrt {S^{1}\times \dots \times S^{n-1}}}Z^{n}+\sigma {\sqrt {S^{1}\times \dots \times S^{n}}}Z_{j}^{n}.}
Note, that these are not joint distributions, as
Z
n
{\displaystyle Z^{n}}
and
S
n
{\displaystyle S^{n}}
depend directly on
Z
j
n
−
1
{\displaystyle Z_{j}^{n-1}}
, but when considering
X
j
n
{\displaystyle X_{j}^{n}}
on its own the formula above provides all the information about the full distribution.
To analyse the model collapse, we can first calculate variance and mean of samples at generation
n
{\displaystyle n}
. This would tell us what kind of distributions we expect to arrive at after
n
{\displaystyle n}
generations. It is possible to find its exact value in closed form, but the mean and variance of the square root of gamma distribution are expressed in terms of gamma functions, making the result quite clunky. Following, it is possible to expand all results to second order in each of
1
/
M
i
{\displaystyle 1/M_{i}}
, assuming each sample size to be large. It is then possible to show that
1
σ
2
Var
(
X
j
n
)
=
1
M
0
+
1
M
1
+
⋯
+
1
M
n
−
1
+
1
+
O
(
M
i
−
2
)
.
{\displaystyle {\frac {1}{\sigma ^{2}}}\operatorname {Var} (X_{j}^{n})={\frac {1}{M_{0}}}+{\frac {1}{M_{1}}}+\dots +{\frac {1}{M_{n-1}}}+1+{\mathcal {O}}\left(M_{i}^{-2}\right).}
And if all sample sizes
M
i
=
M
{\displaystyle M_{i}=M}
are constant, this diverges linearly as
n
→
∞
{\displaystyle n\to \infty }
:
Var (
X
j
n
)
=
σ
2
(
1
+
n
M
)
;
E
(
X
j
n
)
=
μ
.
{\displaystyle \operatorname {Var} (X_{j}^{n})=\sigma ^{2}\left(1+{\frac {n}{M}}\right);\quad \mathbb {E} (X_{j}^{n})=\mu .}
This is the same scaling as for a single dimensional Gaussian random walk. However, divergence of the variance of
X
j
n
{\displaystyle X_{j}^{n}}
does not directly provide any information about the corresponding estimates of
μ
n
+
1
{\displaystyle \mu _{n+1}}
and
σ
n
+
1
{\displaystyle \sigma _{n+1}}
, particularly how different they are from the original
μ
{\displaystyle \mu }
and
σ
{\displaystyle \sigma }
. It turns out to be possible to calculate the distance between the true distribution and the approximated distribution at step
n
+
1
{\displaystyle n+1}
, using the Wasserstein-2 distance (which is also sometimes referred to as risk):
E
[
W
2
2
(
N
(
μ
,
σ
2
)
,
N
(
μ
n
+
1
,
σ
n
+
1
2
)
)
]
=
3
2
σ
2
(
1
M
0
+
1
M
1
+
⋯
+
1
M
n
)
+
O
(
M
i
−
2
)
,
{\displaystyle \mathbb {E} \left[\mathbb {W} _{2}^{2}\left({\mathcal {N}}(\mu ,\sigma ^{2}),{\mathcal {N}}(\mu _{n+1},\sigma _{n+1}^{2})\right)\right]={\frac {3}{2}}\sigma ^{2}\left({\frac {1}{M_{0}}}+{\frac {1}{M_{1}}}+\dots +{\frac {1}{M_{n}}}\right)+{\mathcal {O}}\left(M_{i}^{-2}\right),}
Var
[
W
2
2
(
N
(
μ
,
σ
2
)
,
N
(
μ
n
+
1
,
σ
n
+
1
2
)
)
]
=
1
2
σ
4
(
3
M
0
2
+
3
M
1
2
+
⋯
+
3
M
n
2
+
∑
i
≠
j
4
M
i
M
j
)
+
O
(
M
i
−
3
)
.
{\displaystyle \operatorname {Var} \left[\mathbb {W} _{2}^{2}\left({\mathcal {N}}(\mu ,\sigma ^{2}),{\mathcal {N}}(\mu _{n+1},\sigma _{n+1}^{2})\right)\right]={\frac {1}{2}}\sigma ^{4}\left({\frac {3}{M_{0}^{2}}}+{\frac {3}{M_{1}^{2}}}+\dots +{\frac {3}{M_{n}^{2}}}+\sum _{i\neq j}{\frac {4}{M_{i}M_{j}}}\right)+{\mathcal {O}}\left(M_{i}^{-3}\right).}
This directly shows why model collapse occurs in this simple model. Due to errors from re-sampling the approximated distribution, each generation ends up corresponding to a new step in a random walk of model parameters. For a constant sample size at each generation, the average distance from the starting point diverges, and in order for the end distribution approximation to be accurate, or for the distance to be finite, the sampling rate
M
i
{\displaystyle M_{i}}
needs to increase superlinearly, i.e. one needs to collect increasingly more samples over time, perhaps quadratically. However, even in that case the expected distance after
n
{\displaystyle n}
steps remains non-zero and the only case in which it does in fact end up being zero is when sampling is infinite at each step. Overall, this only shows us how far on average one ends up from the original distribution, but the process can only "terminate", if the estimated variance at a certain generation becomes small enough, effectively turning the distribution into a delta function. This is shown to occur for a general gaussian model in the subsection below. Empirical investigation has confirmed this theoretical analysis.
Furthermore, in the case of multidimensional model with fully synthetic data, exact collapse can be shown.
In the case of a linear regression model, scaling laws and bounds on learning can be obtained.
In the case of a linear softmax classifier for next token prediction, exact bounds on learning with even a partially synthetic dataset can be obtained.
In the context of large language models, research found that training LLMs on predecessor-generated text — language models are trained on the synthetic data produced by previous models — causes a consistent decrease in the lexical, syntactic, and semantic diversity of the model outputs through successive iterations, notably remarkable for tasks demanding high levels of creativity.
- Generation loss
- Generative artificial intelligence
Ask Mako anything about Model collapse — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report