LGITMLDec 23, 2024

Rate of Model Collapse in Recursive Training

arXiv:2412.17646v117 citationsh-index: 38AISTATS
Originality Incremental advance
AI Analysis

This addresses concerns about long-term model quality degradation in AI systems using synthetic data, but it is incremental as it focuses on fundamental distributions under specific conditions.

The paper tackles the problem of model collapse in recursive training, where models degrade when trained on synthetic data from previous models, and finds that for discrete distributions, forgetting a word depends linearly on its original frequency, and for Gaussian models, standard deviation reduces to zero roughly after n iterations, indicating slow collapse.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes