paper-with-me

홈 › Papers

Classification from Positive, Unlabeled and Biased Negative Data

2018-10-01 · ICLR 2019 5 · Yu-Guan Hsieh, Gang Niu, Masashi Sugiyama

In binary classification, there are situations where negative (N) data are too diverse to be fully labeled and we often resort to positive-unlabeled (PU) learning in these scenarios. However, collecting a non-representative N set that contains only a small portion of all possible N data can often be much easier in practice. This paper studies a novel classification framework which incorporates such biased N (bN) data in PU learning. We provide a method based on empirical risk minimization to address this PUbN classification problem. Our approach can be regarded as a novel example-weighting algorithm, with the weight of each example computed through a preliminary step that draws inspiration from PU learning. We also derive an estimation error bound for the proposed method. Experimental results demonstrate the effectiveness of our algorithm in not only PUbN learning scenarios but also ordinary PU learning scenarios on several benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1810.00846

Code (1)

ZaydH/covariate_shift_risk_estimation pytorch

Tasks

Binary ClassificationClassificationGeneral Classification

Similar Papers 제목 키워드 기반

DEDPUL: Difference-of-Estimated-Densities-based Positive-Unlabeled Learning

2019-02-19 · Dmitry Ivanov

Positive-Unlabeled (PU) learning is an analog to supervised binary classification for the case when only the positive sample is clean, while the negative sample is contaminated with latent instances of positive class and…

Binary ClassificationDensity EstimationGeneral Classification

Contrastive Learning with Negative Sampling Correction

2024-01-13 · Lu Wang, Chao Du, Pu Zhao, Chuan Luo 외

As one of the most effective self-supervised representation learning methods, contrastive learning (CL) relies on multiple negative pairs to contrast against each positive pair. In the standard practice of contrastive le…

Contrastive LearningData AugmentationGraph ClassificationRepresentation Learning

Cost-Sensitive Unbiased Risk Estimation for Multi-Class Positive-Unlabeled Learning

2025-10-29 · Miao Zhang, Junpeng Li, Changchun Hua, Yana Yang arxiv

Positive--Unlabeled (PU) learning considers settings in which only positive and unlabeled data are available, while negatives are missing or left unlabeled. This situation is common in real applications where annotating …

Recovering True Classifier Performance in Positive-Unlabeled Learning

2017-02-02 · Shantanu Jain, Martha White, Predrag Radivojac

A common approach in positive-unlabeled learning is to train a classification model between labeled and unlabeled data. This strategy is in fact known to give an optimal classifier under mild conditions; however, it resu…

A Robust AUC Maximization Framework with Simultaneous Outlier Detection and Feature Selection for Positive-Unlabeled Classification

2018-03-18 · Ke Ren, Haichuan Yang, Yu Zhao, Mingshan Xue 외

The positive-unlabeled (PU) classification is a common scenario in real-world applications such as healthcare, text classification, and bioinformatics, in which we only observe a few samples labeled as "positive" togethe…

EEGElectroencephalogram (EEG)feature selectionGeneral Classification+4