CVLGIVJul 21, 2020

Split and Expand: An inference-time improvement for Weakly Supervised Cell Instance Segmentation

arXiv:2007.10817v3
AI Analysis

This work addresses the challenge of segmenting clumped or small cell nuclei in medical imaging, which is crucial for pathology and biomedical research, but it is incremental as it builds on existing weak supervision methods with a novel post-processing approach.

The paper tackles the problem of weakly supervised cell instance segmentation in H&E stains by proposing a two-step post-processing procedure called Split and Expand, which improves the conversion of segmentation maps to instances, resulting in statistically significant improvements on object-level metrics for the MoNuSeg and TNBC datasets.

We consider the problem of segmenting cell nuclei instances from Hematoxylin and Eosin (H&E) stains with weak supervision. While most recent works focus on improving the segmentation quality, this is usually insufficient for instance segmentation of cell instances clumped together or with a small size. In this work, we propose a two-step post-processing procedure, Split and Expand, that directly improves the conversion of segmentation maps to instances. In the Split step, we split clumps of cells from the segmentation map into individual cell instances with the guidance of cell-center predictions through Gaussian Mixture Model clustering. In the Expand step, we find missing small cells using the cell-center predictions (which tend to capture small cells more consistently as they are trained using reliable point annotations), and utilize Layer-wise Relevance Propagation (LRP) explanation results to expand those cell-center predictions into cell instances. Our Split and Expand post-processing procedure is training-free and is executed at inference-time only. To further improve the performance of our method, a feature re-weighting loss based on LRP is proposed. We test our procedure on the MoNuSeg and TNBC datasets and show that our proposed method provides statistically significant improvements on object-level metrics. Our code will be made available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes