paper-with-me

Papers

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 model with a combination of labeled and pseudo-labeled data. However, PL methods are severely degraded by noise and are prone to over-fitting to noisy labels, due to the inclusion of erroneous high confidence pseudo-labels generated from poorly calibrated models, thus, rendering threshold-based selection ineffective. Moreover, the combinatorial complexity of the hypothesis space and the error accumulation due to multiple incorrect autoregressive steps posit pseudo-labeling challenging for sequence models. To this end, we propose a pseudo-label generation and an uncertainty-based data selection framework for semi-supervised text recognition. We first use Beam-Search inference to yield highly probable hypotheses to assign pseudo-labels to the unlabelled examples. Then we adopt an ensemble of models, sampled by applying dropout, to obtain a robust estimate of the uncertainty associated with the prediction, considering both the character-level and word-level predictive distribution to select good quality pseudo-labels. Extensive experiments on several benchmark handwriting and scene-text datasets show that our method outperforms the baseline approaches and the previous state-of-the-art semi-supervised text-recognition methods.

📄 PDF Abstract BibTeX arXiv:2209.00641

Code (0)

등록된 구현이 없습니다.

Tasks

Pseudo Label

Similar Papers 제목 키워드 기반

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

Uncertainty-aware Sampling for Long-tailed Semi-supervised Learning

2024-01-09 · Kuo Yang, Duo Li, Menghan Hu, Guangtao Zhai 외

For semi-supervised learning with imbalance classes, the long-tailed distribution of data will increase the model prediction bias toward dominant classes, undermining performance on less frequent classes. Existing method…

Pseudo Label

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, wh…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPseudo LabelSemi-Supervised Image Classification+2

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