paper-with-me

홈 › Papers

Mixture Proportion Estimation and PU Learning:A Modern Approach

2021-05-21 · NeurIPS 2021 12 · Saurabh Garg, Yifan Wu, Alex Smola, Sivaraman Balakrishnan, Zachary Chase Lipton

Given only positive examples and unlabeled examples (from both positive and negative classes), we might hope nevertheless to estimate an accurate positive-versus-negative classifier. Formally, this task is broken down into two subtasks: (i) Mixture Proportion Estimation (MPE)---determining the fraction of positive examples in the unlabeled data; and (ii) PU-learning---given such an estimate, learning the desired positive-versus-negative classifier. Unfortunately, classical methods for both problems break down in high-dimensional settings. Meanwhile, recently proposed heuristics lack theoretical coherence and depend precariously on hyperparameter tuning. In this paper, we propose two simple techniques: Best Bin Estimation (BBE) (for MPE); and Conditional Value Ignoring Risk (CVIR), a simple objective for PU-learning. Both methods dominate previous approaches empirically, and for BBE, we establish formal guarantees that hold whenever we can train a model to cleanly separate out a small subset of positive examples. Our final algorithm (TED)$^n$, alternates between the two procedures, significantly improving both our mixture proportion estimator and classifier

📄 PDF Abstract BibTeX

Code (1)

acmi-lab/pu_learning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mixture Proportion Estimation and PU Learning: A Modern Approach

2021-11-01 · NeurIPS 2021 12 · Saurabh Garg, Yifan Wu, Alex Smola, Sivaraman Balakrishnan 외

Given only positive examples and unlabeled examples (from both positive and negative classes), we might hope nevertheless to estimate an accurate positive-versus-negative classifier. Formally, this task is broken down in…

Mixture Proportion Estimation Beyond Irreducibility

2023-06-02 · YIlun Zhu, Aaron Fjeldsted, Darren Holland, George Landon 외

The task of mixture proportion estimation (MPE) is to estimate the weight of a component distribution in a mixture, given observations from both the component and mixture. Previous work on MPE adopts the irreducibility a…

An Efficient and Provable Approach for Mixture Proportion Estimation Using Linear Independence Assumption

2018-06-01 · CVPR 2018 6 · Xiyu Yu, Tongliang Liu, Mingming Gong, Kayhan Batmanghelich 외

In this paper, we study the mixture proportion estimation (MPE) problem in a new setting: given samples from the mixture and the component distributions, we identify the proportions of the components in the mixture distr…

A Flexible Procedure for Mixture Proportion Estimation in Positive-Unlabeled Learning

2018-01-30 · Zhenfeng Lin, James P. Long

Positive--unlabeled (PU) learning considers two samples, a positive set P with observations from only one class and an unlabeled set U with observations from two classes. The goal is to classify observations in U. Class …

Mixture Proportion Estimation via Kernel Embedding of Distributions

2016-03-08 · Harish G. Ramaswamy, Clayton Scott, Ambuj Tewari

Mixture proportion estimation (MPE) is the problem of estimating the weight of a component distribution in a mixture, given samples from the mixture and component. This problem constitutes a key part in many "weakly supe…

Anomaly DetectionWeakly-supervised Learning