Questions: Self-Supervised Learning

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A model is pretrained with self-supervised learning to predict image rotations, achieving 95% accuracy on the pretext task. The team declares success without further evaluation. What critical step have they skipped?

AThey should have achieved 99% accuracy before claiming success
BThey need to evaluate whether the learned representations transfer to downstream tasks, since pretext task accuracy is a means, not the end goal
CThey should have used contrastive learning instead of rotation prediction
DThey need to evaluate on the full unlabeled dataset, not just the labeled pretext examples
Question 2 Multiple Choice

Why are augmentations (random cropping, color jitter, blurring) central to contrastive self-supervised learning?

AThey artificially increase dataset size, providing more training examples
BThey create two views of the same image that share semantic content but differ in low-level statistics, forcing the model to learn invariant semantic features
CThey prevent the model from memorizing training images by introducing noise
DThey balance the number of positive and negative pairs in the contrastive objective
Question 3 True / False

The representations learned through self-supervised pretraining are more valuable than the ability to perform the pretext task well.

TTrue
FFalse
Question 4 True / False

Self-supervised learning eliminates the need for any human involvement in training data preparation, making it fully automatic from raw data to deployable model.

TTrue
FFalse
Question 5 Short Answer

Why does self-supervised learning use pretext tasks, and what is the actual goal of the training process?

Think about your answer, then reveal below.