Skip to content

Variational Autoencoder (VAE)

Definition
AI-generated

A variational autoencoder (VAE) is a generative autoencoder whose bottleneck encodes parameters of an approximate posterior over latents; training maximizes an evidence lower bound (ELBO) combining reconstruction fidelity and a penalty (typically KL to a prior), enabling sampling and smooth interpolation in latent space.

Why it matters in GWAS

VAEs model single-cell expression manifolds, simulate synthetic molecular profiles, and support perturbation prediction pipelines; combined with genetic covariates they can reveal structure but also absorb confounding. Claims of causal latent factors require designs that separate genetics, environment, and batch.

Example usage

"The generative baseline was a VAE fit to control cells before in silico knockout predictions were benchmarked against CRISPR screens."

References

  • Kingma DP, Welling M. (2014). Auto-encoding variational Bayes. ICLR.

Last updated (UTC · Git history)