Question 17
Consider the evaluation metrics commonly used for generative models: Fréchet Inception Distance (FID), Inception Score (IS), and CLIP Score.
Which of the following statements are correct?
FID compares the mean and covariance of real and generated feature distributions extracted from a pretrained Inception network.
Inception Score directly compares generated images with real images.
A lower FID score indicates that generated samples are closer to the real data distribution.
Inception Score rewards images that are both classifiable (low entropy conditional distribution) and diverse (high entropy marginal distribution).
CLIP Score requires real images to compute the metric.
CLIP Score measures alignment between generated images and their corresponding text prompts.
FID and Inception Score both explicitly evaluate text-image alignment.