paper-with-me

홈 › Papers

Self-Correcting Self-Consuming Loops for Generative Model Training

2024-02-11 · Nate Gillman, Michael Freeman, Daksh Aggarwal, Chia-Hong Hsu, Calvin Luo, Yonglong Tian, Chen Sun

As synthetic data becomes higher quality and proliferates on the internet, machine learning models are increasingly trained on a mix of human- and machine-generated data. Despite the successful stories of using synthetic data for representation learning, using synthetic data for generative model training creates "self-consuming loops" which may lead to training instability or even collapse, unless certain conditions are met. Our paper aims to stabilize self-consuming generative model training. Our theoretical results demonstrate that by introducing an idealized correction function, which maps a data point to be more likely under the true data distribution, self-consuming loops can be made exponentially more stable. We then propose self-correction functions, which rely on expert knowledge (e.g. the laws of physics programmed in a simulator), and aim to approximate the idealized corrector automatically and at scale. We empirically validate the effectiveness of self-correcting self-consuming loops on the challenging human motion synthesis task, and observe that it successfully avoids model collapse, even when the ratio of synthetic data to real data is as high as 100%.

📄 PDF Abstract BibTeX arXiv:2402.07087

Code (1)

nate-gillman/self-correcting-self-consuming 공식 구현 pytorch

Tasks

Motion SynthesisRepresentation Learning

Similar Papers 제목 키워드 기반

Self-Consuming Generative Models with Adversarially Curated Data

2025-05-14 · Xiukun Wei, Xueru Zhang

Recent advances in generative models have made it increasingly difficult to distinguish real data from model-generated synthetic data. Using synthetic data for successive training of future model generations creates "sel…

Self-Consuming Generative Models Go MAD

2023-07-04 · Sina AlEMohammad, Josue Casco-Rodriguez, Lorenzo Luzi, Ahmed Imtiaz Humayun 외

Seismic advances in generative AI algorithms for imagery, text, and other data types has led to the temptation to use synthetic data to train next-generation models. Repeating this process creates an autophagous (self-co…

Diversity

Ambient Dataloops: Generative Models for Dataset Refinement

2026-01-21 · Adrián Rodríguez-Muñoz, William Daspit, Adam Klivans, Antonio Torralba 외 arxiv

We propose Ambient Dataloops, an iterative framework for refining datasets that makes it easier for diffusion models to learn the underlying data distribution. Modern datasets contain samples of highly varying quality, a…

Conditional Image GenerationProtein Design

Self-Correcting Code Generation Using Small Language Models

2025-05-29 · Jeonghun Cho, Deokhyung Kang, Hyounghun Kim, Gary Geunbae Lee

Self-correction has demonstrated potential in code generation by allowing language models to revise and improve their outputs through successive refinement. Recent studies have explored prompting-based strategies that in…

Code GenerationHumanEvalmbpp

AI-Supervisor: Autonomous AI Research Supervision via a Persistent Research World Model

2026-03-25 · Yunbo Long arxiv

Existing automated research systems operate as stateless, linear pipelines -- generating outputs without maintaining any persistent understanding of the research landscape they navigate. They process papers sequentially,…