Skip to content
PaperFren

Concept

Generative models

4 studies1 discoveryEvidence last moved Sep 27, 2026

A generative model learns how data are produced, so it can create new samples or explain observations through hidden variables. The evidence here is from computational studies using a GAN to enhance Hi-C maps, a VAE for cancer drug response, a diffusion model for disordered protein ensembles, and a mechanistic brain model whose parameters were used as classification features.

Generative models are often discussed only as content creators. These studies show they are also used to fill in low-quality data, speed up simulation and build interpretable features, and that they inherit the limits of what they were trained on.

Studies

4

Findings

4

4 supporting · 0 challenging · 1 qualifying citations

Open tensions

1

Latest change

Concept page published

Generative models

Currently

What we know

  1. Adversarial training helped recover realistic high-resolution maps from sparse data.
  2. Generative models can act as fast stand-ins for expensive simulations.
  3. A generative latent space can improve prediction even when the modelled mechanism adds less.
  4. A good generative model can give compact, interpretable features.

Largest unresolved question

Generative models trained on simulations or experiments reproduce their training source, including its biases: idpSAM underestimated chain size compared with experiments exactly as its simulations did, and DeepHiC can be no better than the deepest available experimental data.

Common misconceptions

  • A generative model's output is new, ground-truth data.

    It is a learned approximation: idpSAM inherited its simulations' compaction bias, and DeepHiC's low-coverage inputs were simulated by downsampling, which may not capture real shallow-experiment biases.

  • Any generative model works equally well as a feature extractor.

    In the fMRI study, accuracy fell from 98% to 77% with a feed-forward model and to 59% using only the right hemisphere, so the choice of model matters.

Related