Quiz Space

Introduction to Deep Learning and Generative AI · End Term · 10 May 2026 · January 2026 term · Set 1

Question 17: Consider the evaluation metrics commonly used for genera…

Question 17

+4 marksOne or more correct options

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?

Select all that apply.

  1. A

    FID compares the mean and covariance of real and generated feature distributions extracted from a pretrained Inception network.

  2. B

    Inception Score directly compares generated images with real images.

  3. C

    A lower FID score indicates that generated samples are closer to the real data distribution.

  4. D

    Inception Score rewards images that are both classifiable (low entropy conditional distribution) and diverse (high entropy marginal distribution).

  5. E

    CLIP Score requires real images to compute the metric.

  6. F

    CLIP Score measures alignment between generated images and their corresponding text prompts.

  7. G

    FID and Inception Score both explicitly evaluate text-image alignment.

Show answer

Correct answers

  • A

    FID compares the mean and covariance of real and generated feature distributions extracted from a pretrained Inception network.

  • C

    A lower FID score indicates that generated samples are closer to the real data distribution.

  • D

    Inception Score rewards images that are both classifiable (low entropy conditional distribution) and diverse (high entropy marginal distribution).

  • F

    CLIP Score measures alignment between generated images and their corresponding text prompts.

Question 17 of 24 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) End Term paper sat on 10 May 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 May 26 (Session 2)). It carries 4 marks.

More questions from this paper

  1. Q1Which of the following is the MOST correct way to run a trained model on test data?
  2. Q2Consider the sentence:\ "Data science is fun"\ In a bigram language model, which probability expression correctly repre…
  3. Q3We are given the Q, K, V matrices to compute the scaled dot product attention matrix for a transformer.\ Keeping everyt…
  4. Q4Consider the following code representing a component of a traditional encoder decoder model which uses Bahdanau attenti…
  5. Q5What is the output of the following code?
  6. Q6Consider an attention mechanism defined as:\ Attention(Q, K, V) = softmax(QKT) V\ Which of the following is the most li…
  7. Q7Figure question
  8. Q8What is the primary capability that the Position-wise Feed-Forward Network (FFN) provides to the Transformer architectu…
  9. Q9Figure question
  10. Q10A transformer model has the following embedding layer: Vocabulary size = 50,000• Embedding dimension = 768• The embeddi…
  11. Q11Consider the following code: Which of the following describes the output of decoded_texts?
  12. Q12We use the following LORA code to finetune BERT model: But we notice that the code does not work as intended. Which of …
  13. Q13Which of the following are data augmentation techniques?
  14. Q14Consider the following optimization algorithms used for training neural networks: SGD with Momentum• RMSProp• Adam• Whi…
  15. Q15Select the correct statement(s) regarding a CNN:
  16. Q16Which of the following situations may lead to a mode collapse while training a GAN?
  17. Q18A text-to-image generative model is evaluated on three metrics with the following results: FID = 8.5• Inception Score (…
  18. Q19Consider an encoder-decoder architecture trained using maximum likelihood for sequence generation.\ Which of the follow…
  19. Q20You want to reduce parameters in multi-head attention from 4,096 to 1,024. Which of the following changes achieve(s) th…
  20. Q21Consider the following single-layer RNN:
  21. Q22Consider the following PyTorch model: Note: Do not round intermediate values.• Final answer can be rounded to 3 decimal…
  22. Q23Figure question
  23. Q24A model is fine-tuned with the following configuration: dataset_size = 2048• batch_size = 16• epochs = 2• Assuming the …