Submitted by jakiwjakiw t3_xwam5y in MachineLearning
I wrote an introduction to Diffusion Models in JAX for a recent workshop. It guides you through implementing a Diffusion Model from Scratch and training it on some toy datasets that every Laptop can handle :)
Introduction to Score-based generative models
There are also some excursions to understand a bit of the theory behind diffusion models and studying their generalization properties (or when they memorize their training data). Appreciate all kinds of feedback!
velcher t1_ir5und6 wrote
Thanks for the post!
In the section: Marginals of the time-changed OU-process
> The empirical measure \hat\mu = 1/J \sum_{j=1}^J \delta_{x_i}