Quiz Space

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

Question 16: Which of the following situations may lead to a mode col…

Question 16

+4 marksOne or more correct options

Which of the following situations may lead to a mode collapse while training a GAN?

Select all that apply.

  1. A

    A GAN trained on MNIST generates only the digit '3' repeatedly, even though the dataset contains digits 0-9.

  2. B

    GAN generates limited variations of faces with similar expressions despite diverse training data.

  3. C

    The GAN underfits the training data.

  4. D

    The discriminator becomes accurate straightaway after training the GAN on just the first 5 images.

Show answer

Correct answers

  • A

    A GAN trained on MNIST generates only the digit '3' repeatedly, even though the dataset contains digits 0-9.

  • B

    GAN generates limited variations of faces with similar expressions despite diverse training data.

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