paper-with-me

Papers

Positive-Unlabeled Classification under Class-Prior Shift: A Prior-invariant Approach Based on Density Ratio Estimation

2021-07-11 · Shota Nakajima, Masashi Sugiyama

Learning from positive and unlabeled (PU) data is an important problem in various applications. Most of the recent approaches for PU classification assume that the class-prior (the ratio of positive samples) in the training unlabeled dataset is identical to that of the test data, which does not hold in many practical cases. In addition, we usually do not know the class-priors of the training and test data, thus we have no clue on how to train a classifier without them. To address these problems, we propose a novel PU classification method based on density ratio estimation. A notable advantage of our proposed method is that it does not require the class-priors in the training phase; class-prior shift is incorporated only in the test phase. We theoretically justify our proposed method and experimentally demonstrate its effectiveness.

📄 PDF Abstract BibTeX arXiv:2107.05045

Code (1)

csnakajima/pu-learning 공식 구현 pytorch

Tasks

Density Ratio Estimation

Similar Papers 제목 키워드 기반

Positive-Unlabeled Classification under Class Prior Shift and Asymmetric Error

2018-09-19 · Nontawat Charoenphakdee, Masashi Sugiyama

Bottlenecks of binary classification from positive and unlabeled data (PU classification) are the requirements that given unlabeled patterns are drawn from the test marginal distribution, and the penalty of the false pos…

Binary ClassificationClassificationDensity Ratio EstimationGeneral Classification

Learning from positive and unlabeled examples -Finite size sample bounds

2025-07-10 · Farnam Mansouri, Shai Ben-David arxiv

PU (Positive Unlabeled) learning is a variant of supervised classification learning in which the only labels revealed to the learner are of positively labeled instances. PU learning arises in many real-world applications…

Analysis of Learning from Positive and Unlabeled Data

2014-12-01 · NeurIPS 2014 12 · Marthinus C. Du Plessis, Gang Niu, Masashi Sugiyama

Learning a classifier from positive and unlabeled data is an important class of classification problems that are conceivable in many practical applications. In this paper, we first show that this problem can be solved by…

General ClassificationOutlier Detection

Estimating the class prior and posterior from noisy positives and unlabeled data

2016-06-28 · NeurIPS 2016 12 · Shantanu Jain, Martha White, Predrag Radivojac

We develop a classification algorithm for estimating posterior distributions from positive-unlabeled data, that is robust to noise in the positive labels and effective for high-dimensional data. In recent years, several …

ClassificationDensity EstimationGeneral ClassificationRobust classification

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…