Diffusion models generate data step-by-step by removing noise. To check how well they work, we use metrics that compare generated data to real data. Common metrics are:
- FID (Fréchet Inception Distance): Measures how close the generated images are to real ones in a smart way. Lower is better.
- Inception Score (IS): Checks if generated images are clear and varied. Higher is better.
- Likelihood or ELBO: Shows how well the model fits the data mathematically. Higher likelihood means better fit.
We pick metrics that tell us if the model creates realistic and diverse outputs, because diffusion models aim for high-quality generation.