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;">Understanding</span> == Diffusion models learn by training on data that has been corrupted with noise. At each training step, the model is shown a noisy version of a real image (with a known noise level t) and must predict the original noise that was added. Over millions of training examples, the model learns: "given a partially noisy image at noise level t, here's how to denoise it." '''The forward process''' is fixed and mathematically defined: x''t = √(ᾱ''t) · x''0 + √(1-ᾱ''t) · ε, where ε ~ N(0,I) This means any noisy version of an image can be computed in one step directly from the original. '''The reverse process''' is what the model learns: p''θ(x''{t-1} | x_t) — given a noisy image at step t, predict the slightly less noisy image at step t-1. '''Why not just use a GAN?''' GANs (Generative Adversarial Networks) were the previous state-of-the-art for image generation. They train a generator and discriminator in adversarial competition. Diffusion models have several advantages: more stable training (no mode collapse), better coverage of the data distribution (more diverse samples), and more principled theoretical grounding. The trade-off is slower sampling. '''Latent diffusion''' solves the speed problem: instead of working in pixel space (512×512×3 = 786,432 dimensions), the VAE encodes images into a much smaller latent space (64×64×4 = 16,384 dimensions). The diffusion process runs in this compressed space — 50× fewer dimensions — making training and inference dramatically faster. </div> <div style="background-color: #8B0000; 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