FixMatch is an algorithm that 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.
Description from: FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence
Image credit: FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence
Source: FixMatch: Simplifying Semi-Supervised Learning with Consistency and ConfidencePaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Pseudo Label | 18 | 12.77% |
Semi-Supervised Image Classification | 16 | 11.35% |
Semantic Segmentation | 8 | 5.67% |
Image Classification | 8 | 5.67% |
Semi-Supervised Semantic Segmentation | 5 | 3.55% |
Classification | 4 | 2.84% |
Domain Adaptation | 4 | 2.84% |
regression | 3 | 2.13% |
Image Segmentation | 3 | 2.13% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |