Latent diffusion model (LDM)

A latent diffusion model (LDM) is a type of generative machine learning model that performs diffusion processes in a compressed latent space, enabling efficient and high-quality image synthesis and related tasks. By operating in a lower-dimensional representation, LDMs reduce computational costs while maintaining detailed output.

Read More →

Score-based generative model

A score-based generative model is a type of probabilistic model that generates data by estimating the gradient of the data distribution’s log-density, known as the score function. These models employ techniques from stochastic differential equations and denoising score matching to synthesize high-quality samples, especially in image generation.

Read More →