For image generation, we want to know how close the generated images are to real ones. Common metrics are:
- Inception Score (IS): Measures if images look clear and varied.
- Fréchet Inception Distance (FID): Compares statistics of generated and real images; lower is better.
- Perceptual Loss: Measures how similar images are in features humans notice.
These metrics help us understand if the model creates realistic and diverse images.