Quiz Space

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

Question 18: A text-to-image generative model is evaluated on three m…

Question 18

+4 marksOne or more correct options

A text-to-image generative model is evaluated on three metrics with the following results: FID = 8.5• Inception Score (IS) = 2.1• CLIP Score = 0.34• For comparison, a strong baseline model on the same dataset achieves: FID = 15.2• IS = 6.8• CLIP Score = 0.31• Which of the following interpretations are correct?

Select all that apply.

  1. A

    The new model generates images that are statistically closer to the real data distribution than the baseline.

  2. B

    The new model produces more class-diverse samples than the baseline.

  3. C

    The new model likely generates less classifiable or less confident object predictions compared to the baseline.

  4. D

    The new model aligns slightly better with the provided text prompts than the baseline.

  5. E

    The higher CLIP score guarantees better perceptual image quality.

  6. F

    The baseline model likely generates more diverse categories of images than the new model.

Show answer

Correct answers

  • A

    The new model generates images that are statistically closer to the real data distribution than the baseline.

  • C

    The new model likely generates less classifiable or less confident object predictions compared to the baseline.

  • D

    The new model aligns slightly better with the provided text prompts than the baseline.

  • F

    The baseline model likely generates more diverse categories of images than the new model.

Question 18 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. Q17Consider the evaluation metrics commonly used for generative models: Fréchet Inception Distance (FID), 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 …