paper-with-me

홈 › Papers

InPL: Pseudo-labeling the Inliers First for Imbalanced Semi-supervised Learning

2023-03-13 · Zhuoran Yu, Yin Li, Yong Jae Lee

Recent state-of-the-art methods in imbalanced semi-supervised learning (SSL) rely on confidence-based pseudo-labeling with consistency regularization. To obtain high-quality pseudo-labels, a high confidence threshold is typically adopted. However, it has been shown that softmax-based confidence scores in deep networks can be arbitrarily high for samples far from the training data, and thus, the pseudo-labels for even high-confidence unlabeled samples may still be unreliable. In this work, we present a new perspective of pseudo-labeling for imbalanced SSL. Without relying on model confidence, we propose to measure whether an unlabeled sample is likely to be `in-distribution''; i.e., close to the current training data. To decide whether an unlabeled sample is in-distribution'' or `out-of-distribution'', we adopt the energy score from out-of-distribution detection literature. As training progresses and more unlabeled samples become in-distribution and contribute to training, the combined labeled and pseudo-labeled data can better approximate the true class distribution to improve the model. Experiments demonstrate that our energy-based pseudo-labeling method, \textbf{InPL}, albeit conceptually simple, significantly outperforms confidence-based methods on imbalanced SSL benchmarks. For example, it produces around 3\% absolute accuracy improvement on CIFAR10-LT. When combined with state-of-the-art long-tailed SSL methods, further improvements are attained. In particular, in one of the most challenging scenarios, InPL achieves a 6.9\% accuracy improvement over the best competitor.

📄 PDF Abstract BibTeX arXiv:2303.07269

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Imbalanced Semi-supervised Learning with Bias Adaptive Classifier

2022-07-28 · Renzhen Wang, Xixi Jia, Quanziang Wang, Yichen Wu 외

Pseudo-labeling has proven to be a promising semi-supervised learning (SSL) paradigm. Existing pseudo-labeling methods commonly assume that the class distributions of training data are balanced. However, such an assumpti…

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification

Training Ensembles with Inliers and Outliers for Semi-supervised Active Learning

2023-07-07 · Vladan Stojnić, Zakaria Laskar, Giorgos Tolias

Deep active learning in the presence of outlier examples poses a realistic yet challenging scenario. Acquiring unlabeled data for annotation requires a delicate balance between avoiding outliers to conserve the annotatio…

Active LearningOutlier Detection

Learning Label Refinement and Threshold Adjustment for Imbalanced Semi-Supervised Learning

2024-07-07 · Zeju Li, Ying-Qiu Zheng, Chen Chen, Saad Jbabdi

Semi-supervised learning (SSL) algorithms struggle to perform well when exposed to imbalanced training data. In this scenario, the generated pseudo-labels can exhibit a bias towards the majority class, and models that em…

Pseudo Label

Refined Pseudo labeling for Source-free Domain Adaptive Object Detection

2023-03-07 · Siqi Zhang, Lu Zhang, Zhiyong Liu

Domain adaptive object detection (DAOD) assumes that both labeled source data and unlabeled target data are available for training, but this assumption does not always hold in real-world scenarios. Thus, source-free DAOD…

object-detectionObject DetectionPseudo Label