paper-with-me

Papers

Class-Distribution-Aware Pseudo-Labeling for Semi-Supervised Multi-Label Learning

2023-09-21 · NeurIPS 2023 11

Pseudo-labeling has emerged as a popular and effective approach for utilizing unlabeled data. However, in the context of semi-supervised multi-label learning (SSMLL), conventional pseudo-labeling methods encounter difficulties when dealing with instances associated with multiple labels and an unknown label count. These limitations often result in the introduction of false positive labels or the neglect of true positive ones. To overcome these challenges, this paper proposes a novel solution called Class-Aware Pseudo-Labeling (CAP) that performs pseudo-labeling in a class-aware manner. The proposed approach introduces a regularized learning framework incorporating class-aware thresholds, which effectively control the assignment of positive and negative pseudo-labels for each class. Notably, even with a small proportion of labeled examples, our observations demonstrate that the estimated class distribution serves as a reliable approximation. Motivated by this finding, we develop a class-distribution-aware thresholding strategy to ensure the alignment of pseudo-label distribution with the true distribution. The correctness of the estimated class distribution is theoretically verified, and a generalization error bound is provided for our proposed method. Extensive experiments on multiple benchmark datasets confirm the efficacy of CAP in addressing the challenges of SSMLL problems.Submission Number: 6956

📄 PDF Abstract BibTeX

Code (1)

milkxie/ssmll-cap 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Class-Distribution-Aware Pseudo Labeling for Semi-Supervised Multi-Label Learning

2023-05-04 · Ming-Kun Xie, Jia-Hao Xiao, Hao-Zhe Liu, Gang Niu 외

Pseudo-labeling has emerged as a popular and effective approach for utilizing unlabeled data. However, in the context of semi-supervised multi-label learning (SSMLL), conventional pseudo-labeling methods encounter diffic…

Multi-Label LearningPseudo Label

DASO: Distribution-Aware Semantics-Oriented Pseudo-label for Imbalanced Semi-Supervised Learning

2021-06-10 · CVPR 2022 1 · Youngtaek Oh, Dong-Jin Kim, In So Kweon

The capability of the traditional semi-supervised learning (SSL) methods is far from real-world application due to severely biased pseudo-labels caused by (1) class imbalance and (2) class distribution mismatch between l…

imbalanced classificationPseudo LabelSemi-Supervised Image Classification

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

DiCaP: Distribution-Calibrated Pseudo-labeling for Semi-Supervised Multi-Label Learning

2025-11-25 · Bo Han, Zhuoming Li, Xiaoyu Wang, Yaxin Hou 외 arxiv

Semi-supervised multi-label learning (SSMLL) aims to address the challenge of limited labeled data in multi-label learning (MLL) by leveraging unlabeled data to improve the model's performance. While pseudo-labeling has …

Multi-Label LearningContrastive Learning

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 …