πŸŽ“How I Study AIHISA
πŸ“–Read
πŸ“„PapersπŸ“°Blogs🎬Courses
πŸ’‘Learn
πŸ›€οΈPathsπŸ“šTopicsπŸ’‘Concepts🎴Shorts
🎯Practice
⏱️Coach🧩Problems🧠Thinking🎯Prompts🧠Review
SearchSettings
How I Study AI - Learn AI Papers & Lectures the Easy Way
Back to Concepts
🎨

Generative Model Theory

Mathematical foundations of generative models: VAEs, GANs, normalizing flows, diffusion models, and autoregressive methods.

11 concepts

Intermediate5

πŸ“šTheoryIntermediate

Maximum Likelihood & Generative Models

Maximum Likelihood Estimation (MLE) picks parameters that make the observed data most probable under a chosen probabilistic model.

#maximum likelihood#generative models#naive bayes+12
βˆ‘MathIntermediate

Wasserstein Distance & Optimal Transport

Wasserstein distance (Earth Mover’s Distance) measures how much β€œwork” is needed to transform one probability distribution into another by moving mass with minimal total cost.

#wasserstein distance#earth mover's distance#optimal transport+12
πŸ“šTheoryIntermediate

Autoregressive Models

Autoregressive (AR) models represent a joint distribution by multiplying conditional probabilities in a fixed order, using the chain rule of probability.

#autoregressive#ar model#n-gram+11
πŸ“šTheoryIntermediate

Flow Matching

Flow matching learns a time-dependent vector field v_t(x, c) whose ODE transports simple noise to complex data, enabling fast, deterministic sampling.

#flow matching#conditional flow matching#rectified flow+11
πŸ“šTheoryIntermediate

Classifier-Free Guidance

Classifier-Free Guidance (CFG) steers diffusion sampling toward a condition (like a text prompt) without needing a separate classifier.

#classifier-free guidance#diffusion models#epsilon prediction+11

Advanced6

πŸ“šTheoryAdvanced

Variational Autoencoders (VAE) Theory

A Variational Autoencoder (VAE) is a probabilistic autoencoder that learns to generate data by inferring hidden causes (latent variables) and decoding them back to observations.

#variational autoencoder#elbo#kl divergence+12
πŸ“šTheoryAdvanced

GAN Theory & Training Dynamics

GANs frame learning as a two-player game where a generator tries to fool a discriminator, and the discriminator tries to detect fakes.

#gan#generator#discriminator+12
πŸ“šTheoryAdvanced

Normalizing Flows

Normalizing flows transform a simple base distribution (like a standard Gaussian) into a complex target distribution using a chain of invertible functions.

#normalizing flows#change of variables#jacobian determinant+12
πŸ“šTheoryAdvanced

Diffusion Models (Score-Based)

Score-based diffusion models corrupt data by gradually adding Gaussian noise and then learn to reverse this process by estimating the score, the gradient of the log-density.

#diffusion models#score-based modeling#ddpm+7
βˆ‘MathAdvanced

Stochastic Differential Equations for Generation

A forward stochastic differential equation (SDE) models a state that drifts deterministically and is shaken by random Brownian noise over time.

#stochastic differential equation#diffusion model#euler maruyama+12
πŸ“šTheoryAdvanced

Energy-Based Models (EBM)

Energy-Based Models (EBMs) define probabilities through an energy landscape: low energy means high probability, with p(x) = exp(-E(x)) / Z.

#energy-based models#partition function#langevin dynamics+12