paper-with-me

Papers

Classification from Positive and Biased Negative Data with Skewed Labeled Posterior Probability

2022-03-11 · Shotaro Watanabe, Hidetoshi Matsui

The binary classification problem has a situation where only biased data are observed in one of the classes. In this paper, we propose a new method to approach the positive and biased negative (PbN) classification problem, which is a weakly supervised learning method to learn a binary classifier from positive data and negative data with biased observations. We incorporate a method to correct the negative impact due to skewed confidence, which represents the posterior probability that the observed data are positive. This reduces the distortion of the posterior probability that the data are labeled, which is necessary for the empirical risk minimization of the PbN classification problem. We verified the effectiveness of the proposed method by numerical experiments and real data analysis.

📄 PDF Abstract BibTeX arXiv:2203.05749

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Binary Classification from Positive Data with Skewed Confidence

2020-01-29 · Kazuhiko Shinoda, Hirotaka Kaji, Masashi Sugiyama

Positive-confidence (Pconf) classification [Ishida et al., 2018] is a promising weakly-supervised learning method which trains a binary classifier only from positive data equipped with confidence. However, in practice, t…

Binary ClassificationClassificationGeneral ClassificationWeakly-supervised Learning

Contrastive Learning with Negative Sampling Correction

2024-01-13 · Lu Wang, Chao Du, Pu Zhao, Chuan Luo 외

As one of the most effective self-supervised representation learning methods, contrastive learning (CL) relies on multiple negative pairs to contrast against each positive pair. In the standard practice of contrastive le…

Contrastive LearningData AugmentationGraph ClassificationRepresentation Learning

USM: Unbiased Survey Modeling for Limiting Negative User Experiences in Recommendation Systems

2024-12-14 · Chenghui Yu, Peiyi Li, Haoze Wu, Bingfeng Deng 외

Negative feedback signals are crucial to guardrail content recommendations and improve user experience. When these signals are effectively integrated into recommendation systems, they play a vital role in preventing the …

Recommendation Systems

Classification from Positive, Unlabeled and Biased Negative Data

2018-10-01 · ICLR 2019 5 · Yu-Guan Hsieh, Gang Niu, Masashi Sugiyama

In binary classification, there are situations where negative (N) data are too diverse to be fully labeled and we often resort to positive-unlabeled (PU) learning in these scenarios. However, collecting a non-representat…

Binary ClassificationClassificationGeneral Classification

Sparse Network Inversion for Key Instance Detection in Multiple Instance Learning

2020-09-07 · Beomjo Shin, Junsu Cho, Hwanjo Yu, Seungjin Choi

Multiple Instance Learning (MIL) involves predicting a single label for a bag of instances, given positive or negative labels at bag-level, without accessing to label for each instance in the training phase. Since a posi…

Multiple Instance Learning