Diffusion Model
Also known as: Diffusion, Denoising Diffusion
A generative AI architecture that creates images by learning to reverse a gradual noising process, powering systems like Stable Diffusion and DALL-E.
Diffusion models generate images by learning to reverse a process that gradually adds noise to images—starting from pure noise and refining toward a coherent image.
How It Works
Training:
- Take real images
- Gradually add noise until pure static
- Train model to predict and remove noise at each step
Generation:
- Start with random noise
- Iteratively denoise guided by text prompt
- End with coherent image matching description
Why It Works
By learning the reverse of destruction, the model learns the structure of images—what makes an image look like a “cat” or “sunset.”
Variants
- DDPM: Original diffusion approach
- Latent Diffusion: Works in compressed space (faster)
- Stable Diffusion: Open-source latent diffusion
- SDXL: Higher resolution variant
Advantages
- High-quality, diverse outputs
- Fine control through guidance
- Can be conditioned on various inputs
- More stable training than GANs
External Resources
Related Terms
Related Writing
The Alteration of the C's
May 21, 2026
When Memory Became a Service
May 20, 2026
Mind the Gap: The Shrinking Lead of Closed-Source AI
March 21, 2026
Distributed Agency in Human-AI Systems: A Framework for Analyzing Authorship, Control, and Autonomy
March 18, 2026
The Loss of Terra Firma: Fragmented Consciousness
March 2, 2026