A new survey maps the self consuming training loop behind model collapse, the countermeasures researchers are testing, and the open questions for products people already use.
When a generative AI model is trained on data that another AI produced, the result is rarely better than the original. Over generations, the model's outputs get narrower, blander, and more error-prone. Researchers call this failure mode model collapse, and a new survey of the literature maps the field's research on what causes it, what is being tried, and where the open questions remain.
Any product whose data pipeline can absorb synthetic content inherits the risk: search engines that index AI-written pages, summarization tools, customer-support assistants, code copilots, and content moderation systems. Real web data has been scraped and used at industrial scale for years, so the training corpora behind these products are now heavily AI-generated. The result is a self-consuming loop where today's model outputs become tomorrow's training inputs, and the loop tightens with every generation.
Model collapse is not a single bug. The review groups the failure modes by where they appear in the pipeline. Upstream: training corpora dominated by AI text push rare words, minority dialects, and tail facts out of the distribution the model learns from. Statistical: variance in the training distribution shrinks, so the model converges on a smaller slice of possible outputs. Downstream: a model that scores well on standard benchmarks can still produce outputs that are subtly less coherent, less accurate, or less useful, because standard evals don't catch the kind of degradation that comes from a tightened training distribution.
The review itself is the first consolidated map of the field. Earlier work on model collapse was scattered across individual studies that each proposed a countermeasure for a specific failure mode. The survey's contribution is the taxonomy: it organizes the failure modes by where they appear in the training pipeline, the countermeasures by which part of the pipeline they act on, and the open questions by which of those countermeasures have not yet been validated at scale. As a preprint, it has not been peer-reviewed, so the taxonomy should be read as a working framework rather than a settled consensus.
The survey organizes the countermeasures researchers are testing into three families. Data-side fixes filter AI-generated content out of training corpora, watermark synthetic data so it can be identified, or maintain a clean human-generated baseline that doesn't get recycled. Model-side fixes re-anchor the model against held-out human data, apply diversity penalties during training, and track the provenance of each training example. Evaluation-side fixes build benchmarks designed to detect the subtle, distribution-level degradation that standard evals miss.
The review is explicit that none of these is a clean fix. Filtering AI-generated content at scale is hard, because detection is itself an AI task and the detectors race the generators. Diversity penalties can blunt capability on the tasks the model is already good at. Provenance tracking depends on cooperation from data providers who may not have it. The field still doesn't have a public, large-scale benchmark that quantifies how much real-world degradation a model has from synthetic-data exposure, the way a stress test quantifies robustness.
For users, the practical question is which products are doing which of these things, and how to ask. Vendor training-data documentation rarely specifies the synthetic-data fraction or the filtering approach. Model-card evals don't usually include a model-collapse test. A reader who wants to be a sharper consumer of AI products can ask three concrete questions: what fraction of your training data is synthetic, how is AI-generated content filtered or watermarked before training, and what is the policy when a model is retrained on its own outputs at scale.
The review flags the open research problem the field hasn't yet solved: a way to bound the fraction of synthetic data in a training corpus without breaking either data access or the cost economics of model development. Until that exists, model collapse remains a structural risk in any product whose training pipeline isn't actively breaking the loop, and the next round of model releases will be the test.