paper-with-me

Papers

In Defense of Pseudo-Labeling: An Uncertainty-Aware Pseudo-label Selection Framework for Semi-Supervised Learning

2021-01-15 · ICLR 2021 1 · Mamshad Nayeem Rizve, Kevin Duarte, Yogesh S Rawat, Mubarak Shah

The recent research in semi-supervised learning (SSL) is mostly dominated by consistency regularization based methods which achieve strong performance. However, they heavily rely on domain-specific data augmentations, which are not easy to generate for all data modalities. Pseudo-labeling (PL) is a general SSL approach that does not have this constraint but performs relatively poorly in its original formulation. We argue that PL underperforms due to the erroneous high confidence predictions from poorly calibrated models; these predictions generate many incorrect pseudo-labels, leading to noisy training. We propose an uncertainty-aware pseudo-label selection (UPS) framework which improves pseudo labeling accuracy by drastically reducing the amount of noise encountered in the training process. Furthermore, UPS generalizes the pseudo-labeling process, allowing for the creation of negative pseudo-labels; these negative pseudo-labels can be used for multi-label classification as well as negative learning to improve the single-label classification. We achieve strong performance when compared to recent SSL methods on the CIFAR-10 and CIFAR-100 datasets. Also, we demonstrate the versatility of our method on the video dataset UCF-101 and the multi-label dataset Pascal VOC.

📄 PDF Abstract BibTeX arXiv:2101.06329

Code (2)

nayeemrizve/ups 공식 구현 pytorch
matinmoezzi/ups_conformal_classification pytorch

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPseudo LabelSemi-Supervised Image ClassificationSemi-supervised Medical Image ClassificationSemi-Supervised Video Classification

Similar Papers 제목 키워드 기반

Semi-Supervised Regression with Heteroscedastic Pseudo-Labels

2025-10-17 · Xueqing Sun, Renzhen Wang, Quanziang Wang, Yichen Wu 외 arxiv

Pseudo-labeling is a commonly used paradigm in semi-supervised learning, yet its application to semi-supervised regression (SSR) remains relatively under-explored. Unlike classification, where pseudo-labels are discrete …

Uncertainty-Aware Pseudo-Label Filtering for Source-Free Unsupervised Domain Adaptation

2024-03-17 · Xi Chen, Haosen Yang, Huicong Zhang, Hongxun Yao 외

Source-free unsupervised domain adaptation (SFUDA) aims to enable the utilization of a pre-trained source model in an unlabeled target domain without access to source data. Self-training is a way to solve SFUDA, where co…

Contrastive LearningDomain AdaptationMemorizationPseudo Label+2

Seq-UPS: Sequential Uncertainty-aware Pseudo-label Selection for Semi-Supervised Text Recognition

2022-08-31 · Gaurav Patel, Jan Allebach, Qiang Qiu

This paper looks at semi-supervised learning (SSL) for image-based text recognition. One of the most popular SSL approaches is pseudo-labeling (PL). PL approaches assign labels to unlabeled data before re-training the mo…

Pseudo Label

An Uncertainty-Aware Pseudo-Label Selection Framework using Regularized Conformal Prediction

2023-08-30 · Matin Moezzi

Consistency regularization-based methods are prevalent in semi-supervised learning (SSL) algorithms due to their exceptional performance. However, they mainly depend on domain-specific data augmentations, which are not u…

Conformal PredictionPseudo Label

Uncertainty-aware Pseudo-label Selection for Positive-Unlabeled Learning

2022-01-31 · Emilio Dorigatti, Jann Goschenhofer, Benjamin Schubert, Mina Rezaei 외

Positive-unlabeled learning (PUL) aims at learning a binary classifier from only positive and unlabeled training data. Even though real-world applications often involve imbalanced datasets where the majority of examples …

Pseudo LabelUncertainty Quantification