generative-models-provide-unlimited-training-data

OUT derived (depth 1)

Created 2026-06-21T11:27:22+00:00

Generative models (GANs, VAEs, diffusion) would provide effectively unlimited synthetic training data — generating privacy-preserving medical images, augmenting scarce datasets, and enabling training without data collection barriers — fundamentally resolving the labeled-data bottleneck that constrains supervised learning.

Justifications

SL — Generative models would solve data scarcity unless model collapse from recursive synthetic training or GAN training instability undermine the quality of generated data

Antecedents (all must be IN):

Unless (any of these IN defeats this justification):

  • IN ml-model-collapse-synthetic-data — Model collapse is the degradation that occurs when models train on uncurated synthetic data or outputs of prior model versions, also called 'model autophagy disorder (MAD)'
  • IN gan-mode-collapse-vs-vanishing-gradient — Mode collapse (generator produces limited modes) and vanishing gradient (generator cannot learn) are opposite GAN failure modes caused by the discriminator being too weak vs. too strong, respectively