Questions: Generative Adversarial Networks

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

During GAN training, the discriminator's loss drops to near zero and stays there. What does this most likely indicate about the training dynamics?

ATraining is succeeding — a near-zero discriminator loss means the generator is producing perfect samples
BThe discriminator has become too strong, meaning the generator receives near-zero gradient signal and cannot improve
CMode collapse has been prevented because the discriminator can perfectly classify all outputs
DThe generator has converged to the data distribution and training can safely be stopped
Question 2 Multiple Choice

In a GAN, what information does the generator receive during training to learn how to produce realistic samples?

ADirect access to the training data so it can learn to copy real examples
BA fixed target distribution it must match through supervised learning
CGradient signals from the discriminator indicating how to adjust outputs to be more convincing
DExplicit density estimates of the training data provided by a separate density model
Question 3 True / False

At the theoretical equilibrium of GAN training, the discriminator outputs 0.5 for every input — whether real or generated.

TTrue
FFalse
Question 4 True / False

Mode collapse in GANs occurs when the discriminator overfits to a small subset of real data examples.

TTrue
FFalse
Question 5 Short Answer

Why does GAN training not require explicit density estimation of the training data, and what problem does this create?

Think about your answer, then reveal below.