diff --git a/README.md b/README.md index 8fc946c..5995b99 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Modern cutting-edge diffusion models (see citations) express both the forward an -----
- +
*A diagram (see citations) showing how to map data to a noise distribution (the prior) with an SDE, and reverse this SDE for generative modeling. One can also reverse the associated probability flow ODE, which yields a deterministic process that samples from the same distribution as the SDE. Both the reverse-time SDE and probability flow ODE can be obtained by estimating the score.* diff --git a/assets/sde_ode.png b/assets/sde_ode.png new file mode 100644 index 0000000..8a7c562 Binary files /dev/null and b/assets/sde_ode.png differ