LGMLSep 30, 2023

On the Stability of Iterative Retraining of Generative Models on their own Data

arXiv:2310.00429v598 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses the issue of model collapse for AI researchers and practitioners as synthetic content proliferates online, though it is incremental in nature.

The paper tackles the problem of generative models being trained on mixed datasets containing both real and synthetic data, proving that iterative retraining remains stable under certain conditions and validating this with experiments on CIFAR10 and FFHQ datasets.

Deep generative models have made tremendous progress in modeling complex data, often exhibiting generation quality that surpasses a typical human's ability to discern the authenticity of samples. Undeniably, a key driver of this success is enabled by the massive amounts of web-scale data consumed by these models. Due to these models' striking performance and ease of availability, the web will inevitably be increasingly populated with synthetic content. Such a fact directly implies that future iterations of generative models will be trained on both clean and artificially generated data from past models. In this paper, we develop a framework to rigorously study the impact of training generative models on mixed datasets -- from classical training on real data to self-consuming generative models trained on purely synthetic data. We first prove the stability of iterative training under the condition that the initial generative models approximate the data distribution well enough and the proportion of clean training data (w.r.t. synthetic data) is large enough. We empirically validate our theory on both synthetic and natural images by iteratively training normalizing flows and state-of-the-art diffusion models on CIFAR10 and FFHQ.

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