Definition
The Inception Score (IS) is a statistical measure introduced to assess the performance of Generative Adversarial Networks (GANs) and other generative models. It combines two factors: image quality (clarity) and variety (diversity). A higher score indicates that the generated images are sharp and distinct from one another. While popular, it has limitations as it does not compare generated images to real ones directly, potentially allowing low-quality but diverse outputs to score well.
Summary
A metric used to evaluate the quality of generated images by measuring both their clarity and diversity.
Key Concepts
- Generative Models
- Image Quality
- Diversity Metric
- GAN Evaluation
Use Cases
- Evaluating GAN performance
- Comparing generative model architectures
- Benchmarking image synthesis quality