TL;DR
This paper introduces SemCo, a semi-supervised learning method that uses label grouping and co-training to improve pseudo-label quality, especially among visually similar classes, leading to state-of-the-art results.
Contribution
SemCo leverages label semantics and co-training with dual classifiers to enhance pseudo-labeling in SSL, addressing class similarity issues.
Findings
Achieves 5.6% accuracy improvement on Mini-ImageNet with 1000 labels
Requires fewer training iterations and smaller batch sizes
Outperforms existing SSL methods across various tasks
Abstract
Pseudo-labeling is a key component in semi-supervised learning (SSL). It relies on iteratively using the model to generate artificial labels for the unlabeled data to train against. A common property among its various methods is that they only rely on the model's prediction to make labeling decisions without considering any prior knowledge about the visual similarity among the classes. In this paper, we demonstrate that this degrades the quality of pseudo-labeling as it poorly represents visually similar classes in the pool of pseudo-labeled data. We propose SemCo, a method which leverages label semantics and co-training to address this problem. We train two classifiers with two different views of the class labels: one classifier uses the one-hot view of the labels and disregards any potential similarity among the classes, while the other uses a distributed view of the labels and groups…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
