Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Self-Supervised Learning by Estimating Twin Class Distributions

About

We present TWIST, a simple and theoretically explainable self-supervised representation learning method by classifying large-scale unlabeled datasets in an end-to-end way. We employ a siamese network terminated by a softmax operation to produce twin class distributions of two augmented images. Without supervision, we enforce the class distributions of different augmentations to be consistent. However, simply minimizing the divergence between augmentations will cause collapsed solutions, i.e., outputting the same class probability distribution for all images. In this case, no information about the input image is left. To solve this problem, we propose to maximize the mutual information between the input and the class predictions. Specifically, we minimize the entropy of the distribution for each sample to make the class prediction for each sample assertive and maximize the entropy of the mean distribution to make the predictions of different samples diverse. In this way, TWIST can naturally avoid the collapsed solutions without specific designs such as asymmetric network, stop-gradient operation, or momentum encoder. As a result, TWIST outperforms state-of-the-art methods on a wide range of tasks. Especially, TWIST performs surprisingly well on semi-supervised learning, achieving 61.2% top-1 accuracy with 1% ImageNet labels using a ResNet-50 as backbone, surpassing previous best results by an absolute improvement of 6.2%. Codes and pre-trained models are given on: https://github.com/bytedance/TWIST

Feng Wang, Tao Kong, Rufeng Zhang, Huaping Liu, Hang Li• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1k (val)
Top-1 Accuracy78.4
1453
Image ClassificationCIFAR-100--
622
Semantic segmentationCityscapes
mIoU76.9
578
Image ClassificationDTD
Accuracy76.6
487
Image ClassificationStanford Cars
Accuracy91.9
477
Image ClassificationSUN397
Accuracy67.4
425
Instance SegmentationCOCO
APmask37.9
279
Image ClassificationOxford-IIIT Pets
Accuracy94.5
259
Image ClassificationCaltech-101
Accuracy93.5
198
Image ClassificationFGVC Aircraft
Top-1 Accuracy85.7
185
Showing 10 of 25 rows

Other info

Code

Follow for update