A self-supervised way to train image features by comparing picture pairs.
SimCLR is like a school-dance bouncer for photos. Same kid with sunglasses gets in. The look-alike waits outside.
It pretrains vision models on unlabeled images. Later, they need fewer labels to learn useful features.
Contrastive Learning
SimCLR is a classic Contrastive Learning framework for images.
SSL
SimCLR uses unlabeled images for SSL pretraining.
Data Augmentation
Data Augmentation makes two views of the same image for SimCLR.
Representation Learning
SimCLR aims to learn visual features for Representation Learning.