Boosting Semi-Supervised Learning with Contrastive Complementary Labeling
Qinyi Deng, Yong Guo, Zhibang Yang, Haolin Pan, Jian Chen

TL;DR
This paper introduces Contrastive Complementary Labeling (CCL), a novel SSL method that utilizes low-confidence pseudo-labeled data by exploiting their complementary labels through contrastive learning, significantly improving performance especially with scarce labels.
Contribution
The paper proposes CCL, a new SSL approach that leverages complementary labels and contrastive learning to utilize all unlabeled data effectively, outperforming existing methods.
Findings
CCL improves accuracy on CIFAR-10 with limited labels.
CCL outperforms baseline methods like FixMatch.
Effective in label-scarce scenarios.
Abstract
Semi-supervised learning (SSL) has achieved great success in leveraging a large amount of unlabeled data to learn a promising classifier. A popular approach is pseudo-labeling that generates pseudo labels only for those unlabeled data with high-confidence predictions. As for the low-confidence ones, existing methods often simply discard them because these unreliable pseudo labels may mislead the model. Nevertheless, we highlight that these data with low-confidence pseudo labels can be still beneficial to the training process. Specifically, although the class with the highest probability in the prediction is unreliable, we can assume that this sample is very unlikely to belong to the classes with the lowest probabilities. In this way, these data can be also very informative if we can effectively exploit these complementary labels, i.e., the classes that a sample does not belong to.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Human Pose and Action Recognition
MethodsFixMatch · Contrastive Learning
