LGMLFeb 19, 2019

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

arXiv:1902.06965v57 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in PU learning for applications with contaminated negative samples, offering a more flexible and efficient solution.

The paper tackles the problem of Positive-Unlabeled (PU) learning by proposing DEDPUL, a method that estimates mixing proportions and classifies unlabeled data without relying on known proportions or neural networks, outperforming state-of-the-art methods in both tasks.

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 hence can be considered as an unlabeled mixture. The objectives are to classify the unlabeled sample and train an unbiased PN classifier, which generally requires to identify the mixing proportions of positives and negatives first. Recently, unbiased risk estimation framework has achieved state-of-the-art performance in PU learning. This approach, however, exhibits two major bottlenecks. First, the mixing proportions are assumed to be identified, i.e. known in the domain or estimated with additional methods. Second, the approach relies on the classifier being a neural network. In this paper, we propose DEDPUL, a method that solves PU Learning without the aforementioned issues. The mechanism behind DEDPUL is to apply a computationally cheap post-processing procedure to the predictions of any classifier trained to distinguish positive and unlabeled data. Instead of assuming the proportions to be identified, DEDPUL estimates them alongside with classifying unlabeled sample. Experiments show that DEDPUL outperforms the current state-of-the-art in both proportion estimation and PU Classification.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes