Legacy Concept Lab
Flow Matching & Rectified Flows
Simpler than diffusion: no noise schedule to tune
#83Flow MatchGenerative Models
key equation
\frac{dx_t}{dt} = v_\theta(x_t, t)Phase 4: Generative modeling familiesConcept 83 of 100
Why It Matters for Modern Models
- Simpler than diffusion: no noise schedule to tune
- Rectified flows enable 1-4 step generation
- State-of-the-art: Stable Diffusion 3 uses flow matching
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Diffusion = learn to denoise; flow = learn velocity directly
- Straight paths are easiest to approximate with few steps
- Simulation-free: no sampling during training
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Key Equation
Learn vector field transporting noise to data:
Conditional flow matching:
Rectified flow: Straight paths