Questions: Self-Supervised Learning Theory

4 questions to test your understanding

Score: 0 / 4
Question 1 Short Answer

Self-supervised learning creates supervision signals from the input data itself. What distinguishes an effective SSL task from a trivial one?

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

Why does self-supervised learning enable efficient fine-tuning with few labels?

ASSL has no advantage; fine-tuning with few labels is equally hard whether you pre-train or not
BSSL pretraining learns general representations that capture structure in the data distribution; fine-tuning only needs to learn the task-specific classifier on top, not the underlying representations
CSSL is better at memorizing data, making it easier to overfit with few labels
DSSL reduces the feature space dimension, making optimization simpler
Question 3 Multiple Choice

Which information-theoretic principle explains why self-supervised learning produces useful representations?

ACompression through the SSL task creates representations that discard noise, leaving only structure that is useful for other tasks
BSSL maximizes mutual information with the input unconditionally, capturing all possible details
CSSL has no information-theoretic justification; it is purely empirical
DSSL minimizes entropy, leading to degenerate representations
Question 4 True / False

Contrastive learning (SimCLR, MoCo) and masked prediction (BERT, MAE) are both forms of self-supervised learning. What is the key difference in their approach?

TTrue
FFalse