paper-with-me

홈 › Papers

Automatic and explainable grading of meningiomas from histopathology images

2021-07-19 · MICCAI Workshop COMPAY 2021 9 · Jonathan Ganz, Tobias Kirsch, Lucas Hoffmann, Christof A. Bertram, Christoph Hoffmann, Andreas Maier, Katharina Breininger, Ingmar Blümcke, Samir Jabari, Marc Aubreville

Meningioma is one of the most prevalent brain tumors in adults. To determine its malignancy, it is graded by a pathologist into three grades according to WHO standards. This grade plays a decisive role in treatment, and yet may be subject to inter-rater discordance. In this work, we present and compare three approaches towards fully automatic meningioma grading from histology whole slide images. All approaches are following a two-stage paradigm, where we first identify a region of interest based on the detection of mitotic figures in the slide using a state-of-the-art object detection deep learning network. This region of highest mitotic rate is considered characteristic for biological tumor behavior. In the second stage, we calculate a score corresponding to tumor malignancy based on information contained in this region using three different settings. In a first approach, image patches are sampled from this region and regression is based on morphological features encoded by a ResNet-based network. We compare this to learning a logistic regression from the determined mitotic count, an approach which is easily traceable and explainable. Lastly, we combine both approaches in a single network. We trained the pipeline on 951 slides from 341 patients and evaluated them on a separate set of 141 slides from 43 patients. All approaches yield a high correlation to the WHO grade. The logistic regression and the combined approach had the best results in our experiments, yielding correct predictions in 32 and 33 of all cases, respectively, with the image-based approach only predicting 25 cases correctly. Spearman's correlation was 0.716, 0.792 and 0.790 respectively. It may seem counterintuitive at first that morphological features provided by image patches do not improve model performance. Yet, this mirrors the criteria of the grading scheme, where mitotic count is the only unequivocal parameter.

📄 PDF Abstract BibTeX arXiv:2107.08850

Code (1)

anonymized-for-review/automatic_meningioma_grading 공식 구현 pytorch

Tasks

object-detectionObject Detectionregressionwhole slide images

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Virtual staining for mitosis detection in Breast Histopathology

2020-03-17 · Caner Mercan, Germonda Reijnen-Mooij, David Tellez Martin, Johannes Lotz 외

We propose a virtual staining methodology based on Generative Adversarial Networks to map histopathology images of breast cancer tissue from H&E stain to PHH3 and vice versa. We use the resulting synthetic images to buil…

Mitosis DetectionVirtual Staining

Automated Prostate Cancer Diagnosis Based on Gleason Grading Using Convolutional Neural Network

2020-11-29 · Haotian Xie, Yong Zhang, Jun Wang, Jingjing Zhang 외

The Gleason grading system using histological images is the most powerful diagnostic and prognostic predictor of prostate cancer. The current standard inspection is evaluating Gleason H&E-stained histopathology images by…

Data AugmentationDiagnosticImage Reconstruction

Adversarial Domain Adaptation for Classification of Prostate Histopathology Whole-Slide Images

2018-06-04 · Jian Ren, Ilker Hacihaliloglu, Eric A. Singer, David J. Foran 외

Automatic and accurate Gleason grading of histopathology tissue slides is crucial for prostate cancer diagnosis, treatment, and prognosis. Usually, histopathology tissue slides from different institutions show heterogene…

Domain AdaptationGeneral ClassificationPrognosisUnsupervised Domain Adaptation+1

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

Towards a text-based quantitative and explainable histopathology image analysis

2024-07-10 · Anh Tien Nguyen, Trinh Thi Le Vuong, Jin Tae Kwak

Recently, vision-language pre-trained models have emerged in computational pathology. Previous works generally focused on the alignment of image-text pairs via the contrastive pre-training paradigm. Such pre-trained mode…

image-classificationImage ClassificationImage to textImage-to-Text Retrieval+5