Pseudo-labeling is a semi-supervised learning technique that involves using a model's own predictions on unlabeled data as if they were ground truth labels. This allows the model to learn from a larger, albeit imperfectly labeled, dataset, thereby improving its performance, especially in scenarios with limited labeled data.
Pseudo-labeling is a semi-supervised learning technique where a model trained on labeled data is used to predict labels for unlabeled data. These 'pseudo-labels' are then used to augment the training set, effectively increasing the amount of labeled data for further training. It fits into the landscape as a method to leverage unlabeled data when labeled data is scarce, often complementing other semi-supervised or active learning strategies.
| Alternative | Difference | Papers (with pseudo-labeling) | Avg viability |
|---|---|---|---|
| curriculum learning | — | 1 | — |
| graph-based methods | — | 1 | — |
| machine learning | — | 1 | — |