paper-with-me

홈 › Papers

Rate of Model Collapse in Recursive Training

2024-12-23 · Ananda Theertha Suresh, Andrew Thangaraj, Aditya Nanda Kishore Khandavally

Given the ease of creating synthetic data from machine learning models, new models can be potentially trained on synthetic data generated by previous models. This recursive training process raises concerns about the long-term impact on model quality. As models are recursively trained on generated data from previous rounds, their ability to capture the nuances of the original human-generated data may degrade. This is often referred to as \emph{model collapse}. In this work, we ask how fast model collapse occurs for some well-studied distribution families under maximum likelihood (ML or near ML) estimation during recursive training. Surprisingly, even for fundamental distributions such as discrete and Gaussian distributions, the exact rate of model collapse is unknown. In this work, we theoretically characterize the rate of collapse in these fundamental settings and complement it with experimental evaluations. Our results show that for discrete distributions, the time to forget a word is approximately linearly dependent on the number of times it occurred in the original corpus, and for Gaussian models, the standard deviation reduces to zero roughly at $n$ iterations, where $n$ is the number of samples at each iteration. Both of these findings imply that model forgetting, at least in these simple distributions under near ML estimation with many samples, takes a long time.

📄 PDF Abstract BibTeX arXiv:2412.17646

Code (1)

berserank/rate-of-model-collapse 공식 구현

Tasks

model

Similar Papers 제목 키워드 기반

A theoretical basis for model collapse in recursive training

2025-06-11 · Vivek Shripad Borkar

It is known that recursive training from generative models can lead to the so called `collapse' of the simulated probability distribution. This note shows that one in fact gets two different asymptotic behaviours dependi…

Knowledge Collapse in LLMs: When Fluency Survives but Facts Fail under Recursive Synthetic Training

2025-09-05 · Figarri Keisha, Zekun Wu, Ze Wang, Adriano Koshiyama 외 arxiv

Large language models increasingly rely on synthetic data due to human-written content scarcity, yet recursive training on model-generated outputs leads to model collapse, a degenerative process threatening factual relia…

Computational Efficiency

How Bad is Training on Synthetic Data? A Statistical Analysis of Language Model Collapse

2024-04-07 · Mohamed El Amine Seddik, Suei-Wen Chen, Soufiane Hayou, Pierre Youssef 외

The phenomenon of model collapse, introduced in (Shumailov et al., 2023), refers to the deterioration in performance that occurs when new models are trained on synthetic data generated from previously trained models. Thi…

Language ModelingLanguage Modelling

A Closer Look at Model Collapse: From a Generalization-to-Memorization Perspective

2025-09-20 · Lianghe Shi, Meng Wu, Huijie Zhang, Zekai Zhang 외 arxiv

The widespread use of diffusion models has led to an abundance of AI-generated data, raising concerns about model collapse -- a phenomenon in which recursive iterations of training on synthetic data lead to performance d…

A Probabilistic Perspective on Model Collapse

2025-05-20 · SHIRONG XU, Hengzhi He, Guang Cheng

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 paramet…

model