paper-with-me

Papers

Multiple Instance Learning with Mixed Supervision in Gleason Grading

2022-06-26 · Hao Bian, Zhuchen Shao, Yang Chen, Yifeng Wang, Haoqian Wang, Jian Zhang, Yongbing Zhang

With the development of computational pathology, deep learning methods for Gleason grading through whole slide images (WSIs) have excellent prospects. Since the size of WSIs is extremely large, the image label usually contains only slide-level label or limited pixel-level labels. The current mainstream approach adopts multi-instance learning to predict Gleason grades. However, some methods only considering the slide-level label ignore the limited pixel-level labels containing rich local information. Furthermore, the method of additionally considering the pixel-level labels ignores the inaccuracy of pixel-level labels. To address these problems, we propose a mixed supervision Transformer based on the multiple instance learning framework. The model utilizes both slide-level label and instance-level labels to achieve more accurate Gleason grading at the slide level. The impact of inaccurate instance-level labels is further reduced by introducing an efficient random masking strategy in the mixed supervision training process. We achieve the state-of-the-art performance on the SICAPv2 dataset, and the visual analysis shows the accurate prediction results of instance level. The source code is available at https://github.com/bianhao123/Mixed_supervision.

📄 PDF Abstract BibTeX arXiv:2206.12798

Code (1)

bianhao123/mixed_supervision 공식 구현 pytorch

Tasks

Multiple Instance Learningwhole slide images

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Self-learning for weakly supervised Gleason grading of local patterns

2021-05-21 · Julio Silva-Rodríguez, Adrián Colomer, Jose Dolz, Valery Naranjo

Prostate cancer is one of the main diseases affecting men worldwide. The gold standard for diagnosis and prognosis is the Gleason grading system. In this process, pathologists manually analyze prostate histology slides u…

PrognosisSelf-Learningwhole slide images

Leveraging whole slide difficulty in Multiple Instance Learning to improve prostate cancer grading

2026-03-10 · Marie Arrivat, Rémy Peyret, Elsa Angelini, Pietro Gori arxiv

Multiple Instance Learning (MIL) has been widely applied in histopathology to classify Whole Slide Images (WSIs) with slide-level diagnoses. While the ground truth is established by expert pathologists, the slides can be…

Multiple Instance Learning

Weakly-Supervised Deep Learning Model for Prostate Cancer Diagnosis and Gleason Grading of Histopathology Images

2022-12-25 · Mohammad Mahdi Behzadi, Mohammad Madani, Hanzhang Wang, Jun Bai 외

Prostate cancer is the most common cancer in men worldwide and the second leading cause of cancer death in the United States. One of the prognostic features in prostate cancer is the Gleason grading of histopathology ima…

Multiple Instance Learningwhole slide images

An attention-based multi-resolution model for prostate whole slide imageclassification and localization

2019-05-30 · Jiayun Li, Wenyuan Li, Arkadiusz Gertych, Beatrice S. Knudsen 외

Histology review is often used as the `gold standard' for disease diagnosis. Computer aided diagnosis tools can potentially help improve current pathology workflows by reducing examination time and interobserver variabil…

General ClassificationMultiple Instance Learning

Coupling weak and strong supervision for classification of prostate cancer histopathology images

2018-11-16 · Eirini Arvaniti, Manfred Claassen

Automated grading of prostate cancer histopathology images is a challenging task, with one key challenge being the scarcity of annotations down to the level of regions of interest (strong labels), as typically the prosta…

General Classificationwhole slide images