TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Shrinking Class Space for Enhanced Certainty in Semi-Super...

Shrinking Class Space for Enhanced Certainty in Semi-Supervised Learning

Lihe Yang, Zhen Zhao, Lei Qi, Yu Qiao, Yinghuan Shi, Hengshuang Zhao

2023-08-13ICCV 2023 1Semi-Supervised Image Classification
PaperPDFCode(official)

Abstract

Semi-supervised learning is attracting blooming attention, due to its success in combining unlabeled data. To mitigate potentially incorrect pseudo labels, recent frameworks mostly set a fixed confidence threshold to discard uncertain samples. This practice ensures high-quality pseudo labels, but incurs a relatively low utilization of the whole unlabeled set. In this work, our key insight is that these uncertain samples can be turned into certain ones, as long as the confusion classes for the top-1 class are detected and removed. Invoked by this, we propose a novel method dubbed ShrinkMatch to learn uncertain samples. For each uncertain sample, it adaptively seeks a shrunk class space, which merely contains the original top-1 class, as well as remaining less likely classes. Since the confusion ones are removed in this space, the re-calculated top-1 confidence can satisfy the pre-defined threshold. We then impose a consistency regularization between a pair of strongly and weakly augmented samples in the shrunk space to strive for discriminative representations. Furthermore, considering the varied reliability among uncertain samples and the gradually improved model during training, we correspondingly design two reweighting principles for our uncertain loss. Our method exhibits impressive performance on widely adopted benchmarks. Code is available at https://github.com/LiheYoung/ShrinkMatch.

Results

TaskDatasetMetricValueModel
Image ClassificationCIFAR-100, 2500 LabelsPercentage error25.17ShrinkMatch
Image ClassificationSVHN, 40 LabelsPercentage error2.51ShrinkMatch
Image ClassificationCIFAR-100, 400 LabelsPercentage error35.36ShrinkMatch
Image ClassificationSVHN, 250 LabelsAccuracy98.04ShrinkMatch
Image ClassificationSTL-10, 40 LabelsAccuracy85.98ShrinkMatch
Image ClassificationCIFAR-10, 40 LabelsPercentage error5.08ShrinkMatch
Image ClassificationCIFAR-10, 250 LabelsPercentage error4.74ShrinkMatch
Semi-Supervised Image ClassificationCIFAR-100, 2500 LabelsPercentage error25.17ShrinkMatch
Semi-Supervised Image ClassificationSVHN, 40 LabelsPercentage error2.51ShrinkMatch
Semi-Supervised Image ClassificationCIFAR-100, 400 LabelsPercentage error35.36ShrinkMatch
Semi-Supervised Image ClassificationSVHN, 250 LabelsAccuracy98.04ShrinkMatch
Semi-Supervised Image ClassificationSTL-10, 40 LabelsAccuracy85.98ShrinkMatch
Semi-Supervised Image ClassificationCIFAR-10, 40 LabelsPercentage error5.08ShrinkMatch
Semi-Supervised Image ClassificationCIFAR-10, 250 LabelsPercentage error4.74ShrinkMatch

Related Papers

ViTSGMM: A Robust Semi-Supervised Image Recognition Network Using Sparse Labels2025-06-04Applications and Effect Evaluation of Generative Adversarial Networks in Semi-Supervised Learning2025-05-26Simple Semi-supervised Knowledge Distillation from Vision-Language Models via $\mathbf{\texttt{D}}$ual-$\mathbf{\texttt{H}}$ead $\mathbf{\texttt{O}}$ptimization2025-05-12Weakly Semi-supervised Whole Slide Image Classification by Two-level Cross Consistency Supervision2025-04-16Diff-SySC: An Approach Using Diffusion Models for Semi-Supervised Image Classification2025-02-25SynCo: Synthetic Hard Negatives in Contrastive Learning for Better Unsupervised Visual Representations2024-10-03Self Adaptive Threshold Pseudo-labeling and Unreliable Sample Contrastive Loss for Semi-supervised Image Classification2024-07-04A Method of Moments Embedding Constraint and its Application to Semi-Supervised Learning2024-04-27