Semi-Supervised Learning with Pseudo-Negative Labels for Image Classification
Hao Xu, Hui Xiao, Huazheng Hao, Li Dong, Xiaojie Qiu, Chengbin Peng

TL;DR
This paper introduces a semi-supervised learning framework utilizing pseudo-negative labels, enabling better exploitation of unlabeled data and achieving state-of-the-art results on multiple benchmarks.
Contribution
It proposes a novel mutual learning approach with pseudo-negative labels, improving semi-supervised image classification performance over existing methods.
Findings
Achieved state-of-the-art error rates on CIFAR-10 with limited labels.
Significantly reduced error rates on MNIST with minimal labels.
Demonstrated improved domain adaptation performance.
Abstract
Semi-supervised learning frameworks usually adopt mutual learning approaches with multiple submodels to learn from different perspectives. To avoid transferring erroneous pseudo labels between these submodels, a high threshold is usually used to filter out a large number of low-confidence predictions for unlabeled data. However, such filtering can not fully exploit unlabeled data with low prediction confidence. To overcome this problem, in this work, we propose a mutual learning framework based on pseudo-negative labels. Negative labels are those that a corresponding data item does not belong. In each iteration, one submodel generates pseudo-negative labels for each data item, and the other submodel learns from these labels. The role of the two submodels exchanges after each iteration until convergence. By reducing the prediction probability on pseudo-negative labels, the dual model can…
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.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
