Variational Inference (VI)¶
Definition
AI-generated
Variational inference approximates an intractable posterior distribution by optimizing a simpler family of distributions, typically by maximizing a lower bound on the marginal likelihood (evidence).
Why it matters in GWAS¶
Large-scale fine-mapping, hierarchical LD models, and deep generative models in single-cell genomics often report variational rather than exact MCMC posteriors; understanding VI clarifies what is approximate in those uncertainty estimates.
Example usage¶
"Downstream interpretation uses Variational Inference (VI) to connect statistical evidence with biological context."
Related terms¶
References¶
- Blei DM, Kucukelbir A, McAuliffe JD. (2017). Variational inference: a review for statisticians. J Am Stat Assoc.
- Li Z, Zhou X. (2025). Towards improved fine-mapping of candidate causal variants. Nat Rev Genet. https://doi.org/10.1038/s41576-025-00869-4
Last updated (UTC · Git history)