> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Latent Transport Models

> Latent variable models, variational inference, diffusion, and flow matching, viewed as ways to transport probability mass between simple and complex distributions.

<img src="https://mintcdn.com/aegeanaiinc/ibo3K8UkLmXG_6MS/book/latent-transport-models/fiat-127-1.png?fit=max&auto=format&n=ibo3K8UkLmXG_6MS&q=85&s=f5a91fe06dec7a32e69c50bba00bc4cb" alt="Fiat-127, a car from the 70s, as imagined by Gemini" width="2816" height="1536" data-path="book/latent-transport-models/fiat-127-1.png" />

This chapter covers the family of models that move probability mass between a simple latent distribution and a complex data distribution. You start with classical mixture models and the EM algorithm, then deep latent variable models trained with variational inference (VAEs), and finally probability-transport methods that learn continuous trajectories between noise and data: diffusion models and flow matching.

<CardGroup cols={2}>
  <Card title="Generative Models & PGMs" icon="diagram-project" href="/aiml-common/lectures/mixture-of-gaussians/index">
    Latent variable models, probabilistic graphical models, and the generative modeling framework.
  </Card>

  <Card title="EM Algorithm" icon="arrows-spin" href="/aiml-common/lectures/mixture-of-gaussians/em-algorithm/index">
    Expectation-maximization for maximum likelihood estimation in latent variable models.
  </Card>

  <Card title="Gaussian Mixtures" icon="chart-scatter" href="/aiml-common/lectures/mixture-of-gaussians/em-gaussian-mixture/em-example-mog/em_example_mog">
    EM applied to mixture of Gaussians for density estimation and clustering.
  </Card>

  <Card title="VAE Introduction" icon="circle-nodes" href="/aiml-common/lectures/vae/introduction/index">
    Variational inference, calculus of variations, and the deep latent variable modeling problem.
  </Card>

  <Card title="VAE Architecture" icon="layer-group" href="/aiml-common/lectures/vae/vae-architecture/index">
    Encoder-decoder architecture and amortized variational inference.
  </Card>

  <Card title="VAE Optimization" icon="function" href="/aiml-common/lectures/vae/elbo-optimization/index">
    Derivation of the Evidence Lower Bound and joint training of the encoder and decoder.
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/book/latent-transport-models/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
