Instance Segmentation for Whole Slide Imaging: End-to-End or Detect-Then-Segment
Aadarsh Jha, Haichun Yang, Ruining Deng, Meghan E. Kapp, Agnes B., Fogo, Yuankai Huo

TL;DR
This study compares end-to-end Mask-RCNN and detect-then-segment frameworks for high-resolution kidney tissue image segmentation, finding the latter with DeepLab_v3 performs better at preserving detail and accuracy.
Contribution
The paper introduces a detect-then-segment pipeline with DeepLab_v3 for high-resolution WSI, demonstrating superior performance over traditional end-to-end Mask-RCNN methods.
Findings
Detect-then-segment with DeepLab_v3 achieved 0.953 DSC.
End-to-end Mask-RCNN achieved 0.902 DSC.
Color space (RGB vs LAB) did not significantly affect performance.
Abstract
Automatic instance segmentation of glomeruli within kidney Whole Slide Imaging (WSI) is essential for clinical research in renal pathology. In computer vision, the end-to-end instance segmentation methods (e.g., Mask-RCNN) have shown their advantages relative to detect-then-segment approaches by performing complementary detection and segmentation tasks simultaneously. As a result, the end-to-end Mask-RCNN approach has been the de facto standard method in recent glomerular segmentation studies, where downsampling and patch-based techniques are used to properly evaluate the high resolution images from WSI (e.g., >10,000x10,000 pixels on 40x). However, in high resolution WSI, a single glomerulus itself can be more than 1,000x1,000 pixels in original resolution which yields significant information loss when the corresponding features maps are downsampled via the Mask-RCNN pipeline. In this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Advanced Neural Network Applications · Retinal Imaging and Analysis
