paper-with-me

Papers

Active Learning from Positive and Unlabeled Data

2016-02-24 · Alireza Ghasemi, Hamid R. Rabiee, Mohsen Fadaee, Mohammad T. Manzuri, Mohammad H. Rohban

During recent years, active learning has evolved into a popular paradigm for utilizing user's feedback to improve accuracy of learning algorithms. Active learning works by selecting the most informative sample among unlabeled data and querying the label of that point from user. Many different methods such as uncertainty sampling and minimum risk sampling have been utilized to select the most informative sample in active learning. Although many active learning algorithms have been proposed so far, most of them work with binary or multi-class classification problems and therefore can not be applied to problems in which only samples from one class as well as a set of unlabeled data are available. Such problems arise in many real-world situations and are known as the problem of learning from positive and unlabeled data. In this paper we propose an active learning algorithm that can work when only samples of one class as well as a set of unlabelled data are available. Our method works by separately estimating probability desnity of positive and unlabeled points and then computing expected value of informativeness to get rid of a hyper-parameter and have a better measure of informativeness./ Experiments and empirical analysis show promising results compared to other similar methods.

📄 PDF Abstract BibTeX arXiv:1602.07495

Code (1)

aghasemi/alpud

Tasks

Active LearningInformativenessMulti-class Classification

Similar Papers 제목 키워드 기반

Active learning from positive and unlabeled examples

2026-02-02 · Farnam Mansouri, Sandra Zilles, Shai Ben-David arxiv

Learning from positive and unlabeled data (PU learning) is a weakly supervised variant of binary classification in which the learner receives labels only for (some) positively labeled instances, while all other examples …

Binary ClassificationAnomaly DetectionActive Learning

Joint empirical risk minimization for instance-dependent positive-unlabeled data

2023-12-27 · Wojciech Rejchel, Paweł Teisseyre, Jan Mielniczuk

Learning from positive and unlabeled data (PU learning) is actively researched machine learning task. The goal is to train a binary classification model based on a training dataset containing part of positives which are …

Binary Classification

Influence Selection for Active Learning

2021-08-20 · ICCV 2021 10 · Zhuoming Liu, Hao Ding, Huaping Zhong, Weijia Li 외

The existing active learning methods select the samples by evaluating the sample's uncertainty or its effect on the diversity of labeled datasets based on different task-specific or model-specific criteria. In this paper…

Active LearningDiversity

Positive and Unlabeled Learning through Negative Selection and Imbalance-aware Classification

2018-05-18 · Marco Frasca, Nicolò Cesa-Bianchi

Motivated by applications in protein function prediction, we consider a challenging supervised classification setting in which positive labels are scarce and there are no explicit negative labels. The learning algorithm …

Active LearningGeneral ClassificationPredictionProtein Function Prediction

Learning from Positive and Unlabeled Data with Arbitrary Positive Shift

2020-02-24 · NeurIPS 2020 12 · Zayd Hammoudeh, Daniel Lowd

Positive-unlabeled (PU) learning trains a binary classifier using only positive and unlabeled data. A common simplifying assumption is that the positive data is representative of the target positive class. This assumptio…