Semi-Supervised Image Classification

123 papers with code • 58 benchmarks • 13 datasets

Semi-supervised image classification leverages unlabelled data as well as labelled data to increase classification performance.

You may want to read some blog posts to get an overview before reading the papers and checking the leaderboards:

( Image credit: Self-Supervised Semi-Supervised Learning )

Libraries

Use these libraries to find Semi-Supervised Image Classification models and implementations
7 papers
2,740
6 papers
1,355
See all 16 libraries.

Meta Co-Training: Two Views are Better than One

jayrothenberger/meta-co-training 29 Nov 2023

We show that in the common case when independent views are not available we can construct such views inexpensively using pre-trained models.

8
29 Nov 2023

SequenceMatch: Revisiting the design of weak-strong augmentations for Semi-supervised learning

beandkay/sequencematch 24 Oct 2023

By taking advantage of different augmentations and the consistency constraints between each pair of augmented examples, SequenceMatch helps reduce the divergence between the prediction distribution of the model for weakly and strongly augmented examples.

2
24 Oct 2023

Debiasing, calibrating, and improving Semi-supervised Learning performance via simple Ensemble Projector

beandkay/epass 24 Oct 2023

In this paper, we propose a simple method named Ensemble Projectors Aided for Semi-supervised Learning (EPASS), which focuses mainly on improving the learned embeddings to boost the performance of the existing contrastive joint-training semi-supervised learning frameworks.

0
24 Oct 2023

SemiReward: A General Reward Model for Semi-supervised Learning

Westlake-AI/SemiReward 4 Oct 2023

The main challenge is how to distinguish high-quality pseudo labels against the confirmation bias.

41
04 Oct 2023

Towards Semi-supervised Learning with Non-random Missing Labels

njuyued/prg4ssl-mnar ICCV 2023

Semi-supervised learning (SSL) tackles the label missing problem by enabling the effective usage of unlabeled data.

74
17 Aug 2023

SimMatchV2: Semi-Supervised Learning with Graph Consistency

kylezheng1997/simmatch ICCV 2023

Semi-Supervised image classification is one of the most fundamental problem in computer vision, which significantly reduces the need for human labor.

86
13 Aug 2023

Shrinking Class Space for Enhanced Certainty in Semi-Supervised Learning

LiheYoung/ShrinkMatch ICCV 2023

To mitigate potentially incorrect pseudo labels, recent frameworks mostly set a fixed confidence threshold to discard uncertain samples.

45
13 Aug 2023

NP-SemiSeg: When Neural Processes meet Semi-Supervised Semantic Segmentation

jianf-wang/np-semiseg 5 Aug 2023

This is useful in a wide range of real-world applications where collecting pixel-wise labels is not feasible in time or cost.

43
05 Aug 2023

Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data

shuvenduroy/unmixmatch 2 Jun 2023

We propose UnMixMatch, a semi-supervised learning framework which can learn effective representations from unconstrained unlabelled data in order to scale up performance.

1
02 Jun 2023

RelationMatch: Matching In-batch Relationships for Semi-supervised Learning

yifanzhang-pro/relationmatch 17 May 2023

Semi-supervised learning has achieved notable success by leveraging very few labeled data and exploiting the wealth of information derived from unlabeled data.

4
17 May 2023