Semi-Supervised Learning: More From Less Data
Semi-supervised learning uses a small set of labeled data and a large set of unlabeled data to train a model. It's ideal for tasks like image classification where labeling is costly. The footgun: if your unlabeled data is noisy, it can degrade performance.
Semi-supervised learning (SSL) trains a model using a small set of labeled data and a large set of unlabeled data, like learning from a textbook with a few solved examples and many practice problems. This is common in computer vision, where getting millions of images is easy but labeling them is expensive. SSL leverages the unlabeled data to improve model generalization. The footgun is assuming the unlabeled data is clean; if it's from a different distribution than the labeled set, it can hurt model performance.
Read the original → arXiv
- #machine learning
- #computer vision
- #data science
Get five bites like this every day.
Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.