TL;DR
G-SimCLR enhances self-supervised contrastive learning by using pseudo labels from clustering in the latent space to improve batch composition, leading to better representations without requiring labeled data.
Contribution
It introduces a novel batching strategy using pseudo labels derived from clustering in the latent space to improve contrastive learning.
Findings
Improved representation quality on CIFAR10 and ImageNet subsets.
Comparable performance gains with the proposed pseudo-label batching.
Demonstrates the benefit of avoiding same-category images in a batch.
Abstract
In the realms of computer vision, it is evident that deep neural networks perform better in a supervised setting with a large amount of labeled data. The representations learned with supervision are not only of high quality but also helps the model in enhancing its accuracy. However, the collection and annotation of a large dataset are costly and time-consuming. To avoid the same, there has been a lot of research going on in the field of unsupervised visual representation learning especially in a self-supervised setting. Amongst the recent advancements in self-supervised methods for visual recognition, in SimCLR Chen et al. shows that good quality representations can indeed be learned without explicit supervision. In SimCLR, the authors maximize the similarity of augmentations of the same image and minimize the similarity of augmentations of different images. A linear classifier trained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods1x1 Convolution · Batch Normalization · Residual Connection · Residual Block · Convolution · Bottleneck Residual Block · Kaiming Initialization · Average Pooling · Global Average Pooling · Max Pooling
