Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mixture Proportion Estimation and PU Learning: A Modern Approach

About

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

Saurabh Garg, Yifan Wu, Alex Smola, Sivaraman Balakrishnan, Zachary C. Lipton• 2021

Related benchmarks

TaskDatasetResultRank
PvN classificationBinarized CIFAR
Accuracy82.7
18
Mixture Proportion EstimationBinarized CIFAR
Absolute Estimation Error0.026
17
Mixture Proportion EstimationCIFAR Dog vs Cat
Abs. Estimation Error0.066
12
PvN classificationCIFAR Dog vs Cat
Accuracy75.2
12
Scribble-supervised cardiac segmentationMyoPS
Dice (Scar)28.8
8
Mixture Proportion EstimationBinarized MNIST
Absolute Estimation Error (%)2.4
7
Mixture Proportion EstimationMNIST 17
Abs Estimation Error0.3
7
Mixture Proportion EstimationUCI CONCRETE (test)
Absolute Estimation Error0.071
6
Mixture Proportion EstimationUCI mushroom (test)
Absolute Estimation Error0.001
6
Mixture Proportion EstimationUCI pageblock (test)
Absolute Estimation Error0.007
6
Showing 10 of 31 rows

Other info

Code

Follow for update