Explore >> Select a destination


You are here

sander.ai
| | yang-song.net
1.5 parsecs away

Travel
| | 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 ...
| | lilianweng.github.io
1.9 parsecs away

Travel
| | [Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27: Added classifier-free guidance, GLIDE, unCLIP and Imagen. [Updated on 2022-08-31: Added latent diffusion model. [Updated on 2024-04-13: Added progressive distillation, consistency models, and the Model Architecture section.
| | www.superannotate.com
2.3 parsecs away

Travel
| | Dive into diffusion models: AI's breakthrough in generating realistic images and reshaping technology's creative front.
| | liorsinai.github.io
13.6 parsecs away

Travel
| A denoising diffusion probabilistic model for generating numbers based on the MNIST dataset. The underlying machine learning model is a U-Net model, which is...