paper-with-me

Papers

Dist-PU: Positive-Unlabeled Learning from a Label Distribution Perspective

2022-12-06 · CVPR 2022 1 · Yunrui Zhao, Qianqian Xu, Yangbangyan Jiang, Peisong Wen, Qingming Huang

Positive-Unlabeled (PU) learning tries to learn binary classifiers from a few labeled positive examples with many unlabeled ones. Compared with ordinary semi-supervised learning, this task is much more challenging due to the absence of any known negative labels. While existing cost-sensitive-based methods have achieved state-of-the-art performances, they explicitly minimize the risk of classifying unlabeled data as negative samples, which might result in a negative-prediction preference of the classifier. To alleviate this issue, we resort to a label distribution perspective for PU learning in this paper. Noticing that the label distribution of unlabeled data is fixed when the class prior is known, it can be naturally used as learning supervision for the model. Motivated by this, we propose to pursue the label distribution consistency between predicted and ground-truth label distributions, which is formulated by aligning their expectations. Moreover, we further adopt the entropy minimization and Mixup regularization to avoid the trivial solution of the label distribution consistency on unlabeled data and mitigate the consequent confirmation bias. Experiments on three benchmark datasets validate the effectiveness of the proposed method.Code available at: https://github.com/Ray-rui/Dist-PU-Positive-Unlabeled-Learning-from-a-Label-Distribution-Perspective.

📄 PDF Abstract BibTeX arXiv:2212.02801

Code (1)

ray-rui/dist-pu-positive-unlabeled-learning-from-a-label-distribution-perspective 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

A Novel Perspective for Positive-Unlabeled Learning via Noisy Labels

2021-03-08 · Daiki Tanaka, Daiki Ikami, Kiyoharu Aizawa

Positive-unlabeled learning refers to the process of training a binary classifier using only positive and unlabeled data. Although unlabeled data can contain positive data, all unlabeled data are regarded as negative dat…

MixPUL: Consistency-based Augmentation for Positive and Unlabeled Learning

2020-04-20 · Tong Wei, Feng Shi, Hai Wang, Wei-Wei Tu. Yu-Feng Li

Learning from positive and unlabeled data (PU learning) is prevalent in practical applications where only a couple of examples are positively labeled. Previous PU learning studies typically rely on existing samples such …

Data Augmentation

Learning from Positive and Unlabeled Data with Arbitrary Positive Shift

2020-02-24 · NeurIPS 2020 12 · Zayd Hammoudeh, Daniel Lowd

Positive-unlabeled (PU) learning trains a binary classifier using only positive and unlabeled data. A common simplifying assumption is that the positive data is representative of the target positive class. This assumptio…

D-GAN: Divergent generative adversarial network for positive unlabeled learning and counter-examples generation

2019-05-01 · ICLR 2019 5 · Florent CHIARONI. Mohamed-Cherif RAHAL. Nicolas HUEBER. Frédéric DUFAUX.

Positive Unlabeled (PU) learning consists in learning to distinguish samples of our class of interest, the positive class, from the counter-examples, the negative class, by using positive labeled and unlabeled samples du…

Generative Adversarial Network

Beyond Myopia: Learning from Positive and Unlabeled Data through Holistic Predictive Trends

2023-10-06 · NeurIPS 2023 11 · Xinrui Wang, Wenhai Wan, Chuanxin Geng, ShaoYuan Li 외

Learning binary classifiers from positive and unlabeled data (PUL) is vital in many real-world applications, especially when verifying negative examples is difficult. Despite the impressive empirical performance of recen…