Editing
Diffusion Models
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Generative model''' β A model that learns the underlying distribution of training data and can generate new samples from that distribution. * '''Forward process (diffusion)''' β The process of gradually adding Gaussian noise to data over T time steps until it becomes pure noise. * '''Reverse process (denoising)''' β The learned process of iteratively removing noise from a noisy sample to recover a clean data point. * '''Noise schedule''' β The function controlling how much noise is added at each time step. Common schedules: linear, cosine, sigmoid. * '''U-Net''' β The neural network architecture originally used as the denoising backbone in diffusion models; it processes images at multiple scales via encoder-decoder with skip connections. * '''Score function''' β The gradient of the log probability density, which points in the direction of higher data density; diffusion models implicitly learn to estimate this. * '''DDPM (Denoising Diffusion Probabilistic Models)''' β The foundational 2020 paper that established the modern diffusion model framework (Ho et al.). * '''DDIM (Denoising Diffusion Implicit Models)''' β A faster sampling method that achieves similar quality in far fewer steps (50 instead of 1000) by using a deterministic sampling formula. * '''Latent diffusion''' β Performing the diffusion process in a compressed latent space (using a VAE encoder/decoder) rather than pixel space. This is how Stable Diffusion works. * '''VAE (Variational Autoencoder)''' β The compression model used in latent diffusion to encode images into a compact latent representation. * '''Classifier-Free Guidance (CFG)''' β A technique to improve sample quality and text-image alignment by interpolating between conditional and unconditional model predictions. * '''Guidance scale''' β A hyperparameter controlling the strength of CFG; higher values produce samples more aligned with the conditioning signal but less diverse. * '''Text-to-image''' β Generating images conditioned on natural language prompts. * '''ControlNet''' β An architecture that adds spatial conditioning (e.g., edge maps, depth maps, pose skeletons) to pre-trained diffusion models without retraining. * '''Inpainting''' β Using a diffusion model to fill in a masked region of an image coherently with its surroundings. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information