paper-with-me

Papers

MGTUNet: An new UNet for colon nuclei instance segmentation and quantification

2022-10-20 · Liangrui Pan, Lian Wang, Zhichao Feng, Zhujun Xu, Liwen Xu, Shaoliang Peng

Colorectal cancer (CRC) is among the top three malignant tumor types in terms of morbidity and mortality. Histopathological images are the gold standard for diagnosing colon cancer. Cellular nuclei instance segmentation and classification, and nuclear component regression tasks can aid in the analysis of the tumor microenvironment in colon tissue. Traditional methods are still unable to handle both types of tasks end-to-end at the same time, and have poor prediction accuracy and high application costs. This paper proposes a new UNet model for handling nuclei based on the UNet framework, called MGTUNet, which uses Mish, Group normalization and transposed convolution layer to improve the segmentation model, and a ranger optimizer to adjust the SmoothL1Loss values. Secondly, it uses different channels to segment and classify different types of nucleus, ultimately completing the nuclei instance segmentation and classification task, and the nuclei component regression task simultaneously. Finally, we did extensive comparison experiments using eight segmentation models. By comparing the three evaluation metrics and the parameter sizes of the models, MGTUNet obtained 0.6254 on PQ, 0.6359 on mPQ, and 0.8695 on R2. Thus, the experiments demonstrated that MGTUNet is now a state-of-the-art method for quantifying histopathological images of colon cancer.

📄 PDF Abstract BibTeX arXiv:2210.10981

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationregressionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Transposed convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…

Similar Papers 제목 키워드 기반

Separable-HoverNet and Instance-YOLO for Colon Nuclei Identification and Counting

2022-03-01 · Chunhui Lin, Liukun Zhang, Lijian Mao, Min Wu 외

Nuclear segmentation, classification and quantification within Haematoxylin & Eosin stained histology images enables the extraction of interpretable cell-based features that can be used in downstream explainable models i…

ClassificationExplainable ModelsNuclear SegmentationSegmentation

Nuclei instance segmentation and classification in histopathology images with StarDist

2022-03-03 · Martin Weigert, Uwe Schmidt

Instance segmentation and classification of nuclei is an important task in computational pathology. We show that StarDist, a deep learning nuclei segmentation method originally developed for fluorescence microscopy, can …

ClassificationInstance SegmentationSegmentationSemantic Segmentation

Simultaneous Semantic and Instance Segmentation for Colon Nuclei Identification and Counting

2022-03-01 · Lihao Liu, Chenyang Hong, Angelica I. Aviles-Rivero, Carola-Bibiane Schönlieb

We address the problem of automated nuclear segmentation, classification, and quantification from Haematoxylin and Eosin stained histology images, which is of great relevance for several downstream computational patholog…

Instance SegmentationNuclear SegmentationSegmentationSemantic Segmentation

Panoptic segmentation with highly imbalanced semantic labels

2022-03-03 · Josef Lorenz Rumberger, Elias Baumann, Peter Hirsch, Andrew Janowczyk 외

We describe here the panoptic segmentation method we devised for our participation in the CoNIC: Colon Nuclei Identification and Counting Challenge at ISBI 2022. Key features of our method are a weighted loss specificall…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

HoVer-UNet: Accelerating HoVerNet with UNet-based multi-class nuclei segmentation via knowledge distillation

2023-11-21 · Cristian Tommasino, Cristiano Russo, Antonio Maria Rinaldi, Francesco Ciompi

We present HoVer-UNet, an approach to distill the knowledge of the multi-branch HoVerNet framework for nuclei instance segmentation and classification in histopathology. We propose a compact, streamlined single UNet netw…

Instance SegmentationKnowledge DistillationSemantic Segmentation