|
You are here |
liorsinai.github.io | ||
| | | | |
yang-song.net
|
|
| | | | | This blog post focuses on a promising new direction for generative modeling. We can learn score functions (gradients of log probability density functions) on a large number of noise-perturbed data distributions, then generate samples with Langevin-type sampling. The resulting generative models, often called score-based generative models, has several important advantages over existing model families: GAN-level sample quality without adversarial training, flexible model architectures, exact log-likelihood ... | |
| | | | |
christopher-beckham.github.io
|
|
| | | | | Techniques for label conditioning in Gaussian denoising diffusion models | |
| | | | |
tiao.io
|
|
| | | | | An in-depth practical guide to variational encoders from a probabilistic perspective. | |
| | | | |
lilianweng.github.io
|
|
| | | Diffusion models have demonstrated strong results on image synthesis in past years. Now the research community has started working on a harder task-using it for video generation. The task itself is a superset of the image case, since an image is a video of 1 frame, and it is much more challenging because: It has extra requirements on temporal consistency across frames in time, which naturally demands more world knowledge to be encoded into the model. In comparison to text or images, it is more difficult to collect large amounts of high-quality, high-dimensional video data, let along text-video pairs. ?? Required Pre-read: Please make sure you have read the previous blog on "What are Diffusion Models?" for image generation before continue here. | ||