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/MutexMatch: Semi-Supervised Learning with Mutex-Based Cons...

MutexMatch: Semi-Supervised Learning with Mutex-Based Consistency Regularization

Yue Duan, Zhen Zhao, Lei Qi, Lei Wang, Luping Zhou, Yinghuan Shi, Yang Gao

2022-03-27Semi-Supervised Image Classification
PaperPDFCode(official)

Abstract

The core issue in semi-supervised learning (SSL) lies in how to effectively leverage unlabeled data, whereas most existing methods tend to put a great emphasis on the utilization of high-confidence samples yet seldom fully explore the usage of low-confidence samples. In this paper, we aim to utilize low-confidence samples in a novel way with our proposed mutex-based consistency regularization, namely MutexMatch. Specifically, the high-confidence samples are required to exactly predict "what it is" by conventional True-Positive Classifier, while the low-confidence samples are employed to achieve a simpler goal -- to predict with ease "what it is not" by True-Negative Classifier. In this sense, we not only mitigate the pseudo-labeling errors but also make full use of the low-confidence unlabeled data by consistency of dissimilarity degree. MutexMatch achieves superior performance on multiple benchmark datasets, i.e., CIFAR-10, CIFAR-100, SVHN, STL-10, mini-ImageNet and Tiny-ImageNet. More importantly, our method further shows superiority when the amount of labeled data is scarce, e.g., 92.23% accuracy with only 20 labeled data on CIFAR-10. Our code and model weights have been released at https://github.com/NJUyued/MutexMatch4SSL.

Results

TaskDatasetMetricValueModel
Image ClassificationCIFAR-100, 200 LabelsPercentage error58.41MutexMatch (k=0.6C)
Image Classificationcifar-10, 10 LabelsAccuracy (Test)76.06MutexMatch
Image ClassificationCIFAR-10, 20 LabelsPercentage error7.77MutexMatch (k=0.6C)
Image ClassificationSVHN, 40 LabelsPercentage error3.45MutexMatch (k=0.6C)
Image ClassificationMini-ImageNet, 1000 LabelsAccuracy48.04MutexMatch
Image ClassificationSVHN, 250 LabelsAccuracy97.47MutexMatch (k=0.6C)
Image ClassificationCIFAR-10, 80 LabelsPercentage error5MutexMatch (k=0.6C)
Image ClassificationCIFAR-10, 40 LabelsPercentage error5.79MutexMatch (k=0.6C)
Semi-Supervised Image ClassificationCIFAR-100, 200 LabelsPercentage error58.41MutexMatch (k=0.6C)
Semi-Supervised Image Classificationcifar-10, 10 LabelsAccuracy (Test)76.06MutexMatch
Semi-Supervised Image ClassificationCIFAR-10, 20 LabelsPercentage error7.77MutexMatch (k=0.6C)
Semi-Supervised Image ClassificationSVHN, 40 LabelsPercentage error3.45MutexMatch (k=0.6C)
Semi-Supervised Image ClassificationMini-ImageNet, 1000 LabelsAccuracy48.04MutexMatch
Semi-Supervised Image ClassificationSVHN, 250 LabelsAccuracy97.47MutexMatch (k=0.6C)
Semi-Supervised Image ClassificationCIFAR-10, 80 LabelsPercentage error5MutexMatch (k=0.6C)
Semi-Supervised Image ClassificationCIFAR-10, 40 LabelsPercentage error5.79MutexMatch (k=0.6C)

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