Positive Unlabeled Learning via Wrapper-Based Adaptive Sampling
Abstract
Learning from positive and unlabeled data frequently occurs in applications where only a subset of positive instances is available while the rest of the data are unlabeled. In such scenarios, often the goal is to create a discriminant model that can accurately classify both positive and negative data by modelling from labeled and unlabeled instances. In this study, we propose an adaptive sampling (AdaSampling) approach that utilises prediction probabilities from a model to iteratively update the training data. Starting with equal prior probabilities for all unlabeled data, our method "wraps" around a predictive model to iteratively update these probabilities to distinguish positive and negative instances in unlabeled data. Subsequently, one or more robust negative set(s) can be drawn from unlabeled data, according to the likelihood of each instance being negative, to train a single classification model or ensemble of models.
Cite
Text
Yang et al. "Positive Unlabeled Learning via Wrapper-Based Adaptive Sampling." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/457Markdown
[Yang et al. "Positive Unlabeled Learning via Wrapper-Based Adaptive Sampling." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/yang2017ijcai-positive/) doi:10.24963/IJCAI.2017/457BibTeX
@inproceedings{yang2017ijcai-positive,
title = {{Positive Unlabeled Learning via Wrapper-Based Adaptive Sampling}},
author = {Yang, Pengyi and Liu, Wei and Yang, Jean Yee Hwa},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2017},
pages = {3273-3279},
doi = {10.24963/IJCAI.2017/457},
url = {https://mlanthology.org/ijcai/2017/yang2017ijcai-positive/}
}