Questions: Lottery Ticket Hypothesis

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

In the Lottery Ticket Hypothesis, what is a 'winning ticket'?

AA dense network that achieves 100% training accuracy
BA sparse subnetwork that, trained from its original weights at original initialization, reaches comparable test accuracy to the original dense network
CA subset of training data that, if used alone, allows perfect generalization
DA random initialization that guarantees fast convergence
Question 2 Short Answer

The lottery ticket hypothesis claims that pruning weights AFTER training and retraining from the SAME initialization recovers performance. Why is training from the original initialization important?

Think about your answer, then reveal below.
Question 3 Multiple Choice

How does the Lottery Ticket Hypothesis relate to overparameterization and generalization?

ALTH proves that overparameterization is harmful and causes overfitting
BLTH suggests that overparameterization provides redundancy; the network contains multiple generalizing solutions, and optimization selects one via implicit regularization
CLTH has no connection to overparameterization; it is purely about network pruning
DLTH shows that sparse networks always generalize better than dense networks
Question 4 True / False

True or False: You can take a pruned lottery ticket subnetwork, randomly shuffle the weights, and retrain from the shuffled initialization while achieving the original dense network's performance.

TTrue
FFalse