Step through the diffusion forward process — watch a clean data point progressively corrupted by Gaussian noise until it becomes pure noise.
Gradual Gaussian Corruption
The diffusion forward process adds Gaussian noise at each step. After T steps, any data becomes pure N(0,1) noise. The model learns to REVERSE this process — denoising step by step to generate new data.