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

FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence

About

Semi-supervised learning (SSL) provides an effective means of leveraging unlabeled data to improve a model's performance. In this paper, we demonstrate the power of a simple combination of two common SSL methods: consistency regularization and pseudo-labeling. Our algorithm, FixMatch, first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only retained if the model produces a high-confidence prediction. The model is then trained to predict the pseudo-label when fed a strongly-augmented version of the same image. Despite its simplicity, we show that FixMatch achieves state-of-the-art performance across a variety of standard semi-supervised learning benchmarks, including 94.93% accuracy on CIFAR-10 with 250 labels and 88.61% accuracy with 40 -- just 4 labels per class. Since FixMatch bears many similarities to existing SSL methods that achieve worse performance, we carry out an extensive ablation study to tease apart the experimental factors that are most important to FixMatch's success. We make our code available at https://github.com/google-research/fixmatch.

Kihyuk Sohn, David Berthelot, Chun-Liang Li, Zizhao Zhang, Nicholas Carlini, Ekin D. Cubuk, Alex Kurakin, Han Zhang, Colin Raffel• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy78.03
3518
Image ClassificationCIFAR-10 (test)
Accuracy95.69
3381
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy88.12
1264
Image ClassificationImageNet (val)
Top-1 Acc71.5
1206
Image ClassificationCIFAR-10 (test)
Accuracy88
906
Image ClassificationImageNet 1k (test)--
798
Image ClassificationCIFAR-100--
622
Image ClassificationCIFAR10 (test)
Accuracy95.74
585
Image ClassificationCIFAR-10
Accuracy94.9
507
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc52.86
499
Showing 10 of 409 rows
...

Other info

Follow for update