Model collapse

From WikiProjectMed
Jump to navigation Jump to search

Model Collapse refers to a phenomenon where machine learning models gradually degrade due to errors coming from uncurated training on synthetic data, meaning the outputs of another model including prior versions of itself.[1][2][3]

Shumailov et al. [1] coined the term and described two specific stages to the degradation: 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.[4] In the late model collapse model loses a significant proportion of its performance, confusing concepts and losing most of its variance.

Mechanism

Synthetic data, although theoretically indistinguishable from real data, is almost always biased, inaccurate, not well representative of the real data, harmful, or presented out-of-context.[5][6] Using such data as training data leads to issues with quality and reliability of the trained model.[7][8]

Model Collapse occurs for three main reasons – functional approximation errors, sampling errors, and learning errors.[1] Importantly, it happens in even the simplest of models, where not all of the error sources are present. In more complex models the errors oftentimes compound, leading to faster collapse.

Disagreement over likely real-world impact

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 inevitable end up in future training datasets, which are often crawled from the Internet. If training on synthetic data inevitably leads to model collapse, this could therefore pose a difficult problem.[9]

Model collapse in generative models is avoided when data accumulates

However, recently other researchers have disagreed with this argument, showing that if synthetic data accumulates alongside human-generated data, model collapse is avoided.[10] The researchers argue that data accumulating over time is a more realistic description of reality than assuming all existing data will vanish every year, and that the real-world impact of model collapse may not be as catastrophic as feared.[11]

An alternative branch of the literature investigates the use of machine learning detectors and watermarking to identify model generated data and filter it out.[12][13]

Mathematical models of the phenomenon

1D Gaussian Model

In [1], 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 , and we posses samples for . Denoting a general sample as sample at generation , then the next generation model is estimated using the sample mean and variance:

Leading to a conditionally normal next generation model . In theory, this is enough to calculate the full distribution of . 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, and are independent, with and , following a Gamma distribution. Denoting with gaussian random variables distributed with and with random variables distributed with , it turns out to be possible to write samples at each generation as

,

,

and more generally

.

Note, that these are not joint distributions, as and depend directly on , but when considering 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 . This would tell us what kind of distributions we expect to arrive at after 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[1], it is expanding all result to second order in each of , assuming each sample size to be large. It is then possible to show that

And if all sample sizes are constant, this diverges linearly as :

This is the same scaling as for a single dimensional Gaussian random walk. However, divergence of the variance of does not directly provide any information about the corresponding estimates of and , particularly how different they are from the original and . It turns out to be possible to calculate the distance between the true distribution and the approximated distribution at step , using the Wasserstein-2 distance (which is also sometimes referred to as risk):

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 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 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[7] in the subsection below.

N-D Gaussian Model

Furthermore, in the case of multidimensional model with fully synthetic data, exact collapse can be shown.[7][1]

Linear Regression

In the case of a linear regression model,[14][15] scaling laws and bounds on learning can be found.

Statistical Language Model

In the case of a linear softmax classifier for next token prediction,[16] exact bounds on learning with even a partially synthetic dataset can be found.

Impact on large language models

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.[17]

References

  1. ^ a b c d e f Shumailov, Ilia; Shumaylov, Zakhar; Zhao, Yiren; Gal, Yarin; Papernot, Nicolas; Anderson, Ross (2023-05-31). "The Curse of Recursion: Training on Generated Data Makes Models Forget". arXiv:2305.17493 [cs.LG].
  2. ^ Ozsevim, Ilkhan (2023-06-20). "Research finds ChatGPT & Bard headed for 'Model Collapse'". Retrieved 2024-03-06.
  3. ^ Mok, Aaron. "A disturbing AI phenomenon could completely upend the internet as we know it". Business Insider. Retrieved 2024-03-06.
  4. ^ Wyllie, Sierra; Shumailov, Ilia; Papernot, Nicolas (2024-06-05). "Fairness Feedback Loops: Training on Synthetic Data Amplifies Bias". The 2024 ACM Conference on Fairness, Accountability, and Transparency. FAccT '24. New York, NY, USA: Association for Computing Machinery. pp. 2113–2147. arXiv:2403.07857. doi:10.1145/3630106.3659029. ISBN 979-8-4007-0450-5.
  5. ^ De Rosa, Micholas (May 31, 2024). "How the new version of ChatGPT generates hate and disinformation on command". CBC. Retrieved June 13, 2024.
  6. ^ Orland, Kyle (May 24, 2024). "Google's "AI Overview" can give false, misleading, and dangerous answers". arsTechinca. Retrieved June 13, 2024.
  7. ^ a b c Alemohammad, Sina; Casco-Rodriguez, Josue; Luzi, Lorenzo; Humayun, Ahmed Imtiaz; Babaei, Hossein; LeJeune, Daniel; Siahkoohi, Ali; Baraniuk, Richard G. (July 4, 2023). "Self-Consuming Generative Models Go MAD". arXiv:2307.01850 [cs.LG].
  8. ^ Self-Consuming Generative Models Go MAD. The Twelfth International Conference on Learning Representations.
  9. ^ "What is Model Collapse and how to avoid it". The Register. Retrieved 11 July 2024.
  10. ^ Gerstgrasser, Matthias; Schaeffer, Rylan; Dey, Apratim; Rafailov, Rafael; Sleight, Henry; Hughes, John; Korbak, Tomasz; Agrawal, Rajashree; Pai, Dhruv; Gromov, Andrey; Roberts, Daniel A.; Yang, Diyi; Donoho, David L.; Koyejo, Sanmi (2024-04-01). "Is Model Collapse Inevitable? Breaking the Curse of Recursion by Accumulating Real and Synthetic Data". arXiv:2404.01413 [cs.LG].
  11. ^ "Big brains divided over training AI with more AI: Is model collapse inevitable?". The Register. Retrieved 11 July 2024.
  12. ^ Kirchenbauer, John; Geiping, Jonas; Wen, Yuxin; Katz, Jonathan; Miers, Ian; Goldstein, Tom (2023-07-03). "A Watermark for Large Language Models". Proceedings of the 40th International Conference on Machine Learning. PMLR: 17061–17084.
  13. ^ "My AI Safety Lecture for UT Effective Altruism". Shtetl-Optimized. 2022-11-29. Retrieved 2024-06-22.
  14. ^ Dohmatob, Elvis; Feng, Yunzhen; Kempe, Julia (2024-02-12). "Model Collapse Demystified: The Case of Regression". arXiv:2402.07712 [cs.LG].
  15. ^ Dohmatob, Elvis; Feng, Yunzhen; Yang, Pu; Charton, Francois; Kempe, Julia (2024-02-10). "A Tale of Tails: Model Collapse as a Change of Scaling Laws". arXiv:2402.07043 [cs.LG].
  16. ^ Seddik, Mohamed El Amine; Chen, Suei-Wen; Hayou, Soufiane; Youssef, Pierre; Debbah, Merouane (2024-04-07). "How Bad is Training on Synthetic Data? A Statistical Analysis of Language Model Collapse". arXiv:2404.05090 [cs.LG].
  17. ^ Guo, Yanzhu; Shang, Guokan; Vazirgiannis, Michalis; Clavel, Chloé (2024-04-16). "The Curious Decline of Linguistic Diversity: Training Language Models on Synthetic Text". arXiv:2311.09807 [cs.CL].