Artificial Intelligence

Denoising

The process of removing noise from data to recover the underlying clean signal. In generative AI, denoising is the core mechanism of diffusion models.

Why It Matters

Denoising is central to both data cleaning and image generation. Diffusion models learn to denoise random noise into coherent images step by step.

Example

A diffusion model starting with pure random noise and progressively removing noise over 50 steps until a clear, detailed image matching the text prompt emerges.

Think of it like...

Like restoring an old photograph — carefully removing scratches, stains, and fading to reveal the original image underneath.

Related Terms