paper-with-me

홈 › Papers

Positive-unlabeled learning for binary and multi-class cell detection in histopathology images with incomplete annotations

2023-02-16 · Zipei Zhao, Fengqian Pang, Yaou Liu, Zhiwen Liu, Chuyang Ye

Cell detection in histopathology images is of great interest to clinical practice and research, and convolutional neural networks (CNNs) have achieved remarkable cell detection results. Typically, to train CNN-based cell detection models, every positive instance in the training images needs to be annotated, and instances that are not labeled as positive are considered negative samples. However, manual cell annotation is complicated due to the large number and diversity of cells, and it can be difficult to ensure the annotation of every positive instance. In many cases, only incomplete annotations are available, where some of the positive instances are annotated and the others are not, and the classification loss term for negative samples in typical network training becomes incorrect. In this work, to address this problem of incomplete annotations, we propose to reformulate the training of the detection network as a positive-unlabeled learning problem. Since the instances in unannotated regions can be either positive or negative, they have unknown labels. Using the samples with unknown labels and the positively labeled samples, we first derive an approximation of the classification loss term corresponding to negative samples for binary cell detection, and based on this approximation we further extend the proposed framework to multi-class cell detection. For evaluation, experiments were performed on four publicly available datasets. The experimental results show that our method improves the performance of cell detection in histopathology images given incomplete annotations for network training.

📄 PDF Abstract BibTeX arXiv:2302.08050

Code (1)

zipeizhao/pu-learning-for-cell-detection 공식 구현 pytorch

Tasks

Cell Detection

Similar Papers 제목 키워드 기반

Multi-Label Ranking From Positive and Unlabeled Data

2016-06-01 · CVPR 2016 6 · Atsushi Kanehira, Tatsuya Harada

In this paper, we specifically examine the training of a multi-label classifier from data with incompletely assigned labels. This problem is fundamentally important in many multi-label applications because it is almost i…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

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…

Learning from Positive and Unlabeled Data with Augmented Classes

2022-07-27 · Zhongnian Li, Liutao Yang, Zhongchen Ma, Tongfeng Sun 외

Positive Unlabeled (PU) learning aims to learn a binary classifier from only positive and unlabeled data, which is utilized in many real-world scenarios. However, existing PU learning algorithms cannot deal with the real…

Positive unlabeled learning with tensor networks

2022-11-25 · Bojan Žunkovič

Positive unlabeled learning is a binary classification problem with positive and unlabeled data. It is common in domains where negative labels are costly or impossible to obtain, e.g., medicine and personalized advertisi…

Binary ClassificationTensor Networks

A Novel Perspective for Positive-Unlabeled Learning via Noisy Labels

2021-03-08 · Daiki Tanaka, Daiki Ikami, Kiyoharu Aizawa

Positive-unlabeled learning refers to the process of training a binary classifier using only positive and unlabeled data. Although unlabeled data can contain positive data, all unlabeled data are regarded as negative dat…