paper-with-me

Papers

Proportion Estimation by Masked Learning from Label Proportion

2024-05-08 · Takumi Okuo, Kazuya Nishimura, Hiroaki Ito, Kazuhiro Terada, Akihiko Yoshizawa, Ryoma Bise

The PD-L1 rate, the number of PD-L1 positive tumor cells over the total number of all tumor cells, is an important metric for immunotherapy. This metric is recorded as diagnostic information with pathological images. In this paper, we propose a proportion estimation method with a small amount of cell-level annotation and proportion annotation, which can be easily collected. Since the PD-L1 rate is calculated from only tumor cells' and not using non-tumor cells', we first detect tumor cells with a detection model. Then, we estimate the PD-L1 proportion by introducing a masking technique to `learning from label proportion.' In addition, we propose a weighted focal proportion loss to address data imbalance problems. Experiments using clinical data demonstrate the effectiveness of our method. Our method achieved the best performance in comparisons.

📄 PDF Abstract BibTeX arXiv:2405.04815

Code (0)

등록된 구현이 없습니다.

Tasks

Diagnostic

Similar Papers 제목 키워드 기반

A Label Proportions Estimation Technique for Adversarial Domain Adaptation in Text Classification

2020-03-16 · Zhuohao Chen, Singla Karan, David C. Atkins, Zac E. Imel 외

Many text classification tasks are domain-dependent, and various domain adaptation approaches have been proposed to predict unlabeled data in a new domain. Domain-adversarial neural networks (DANN) and their variants hav…

ClassificationDomain AdaptationGeneral Classificationtext-classification+2

Learning from Label Proportions with Instance-wise Consistency

2022-03-24 · Ryoma Kobayashi, Yusuke Mukuta, Tatsuya Harada

Learning from Label Proportions (LLP) is a weakly supervised learning method that aims to perform instance classification from training data consisting of pairs of bags containing multiple instances and the class label p…

Learning TheoryStochastic OptimizationWeakly-supervised Learning

Class Proportion Estimation with Application to Multiclass Anomaly Rejection

2013-06-21 · Tyler Sanderson, Clayton Scott

This work addresses two classification problems that fall under the heading of domain adaptation, wherein the distributions of training and testing examples differ. The first problem studied is that of class proportion e…

Domain Adaptation

DiP-GNN: Discriminative Pre-Training of Graph Neural Networks

2022-09-15 · Simiao Zuo, Haoming Jiang, Qingyu Yin, Xianfeng Tang 외

Graph neural network (GNN) pre-training methods have been proposed to enhance the power of GNNs. Specifically, a GNN is first pre-trained on a large-scale unlabeled graph and then fine-tuned on a separate small labeled g…

Graph Neural NetworkNode Classification

A Flexible Procedure for Mixture Proportion Estimation in Positive-Unlabeled Learning

2018-01-30 · Zhenfeng Lin, James P. Long

Positive--unlabeled (PU) learning considers two samples, a positive set P with observations from only one class and an unlabeled set U with observations from two classes. The goal is to classify observations in U. Class …