🤖 AI Summary
This work addresses the challenge of instance-level analysis in histopathology images where structurally similar objects are often adherent, yet only semantic segmentation annotations are available. To this end, the authors propose MORI-Seg, an end-to-end framework that performs instance segmentation using solely semantic mask supervision. MORI-Seg jointly models object-centric distance fields and boundary band representations, augmented with a class-conditional feature disentanglement module to learn morphological and geometric representations directly from semantic masks. Notably, the method requires neither instance-level annotations nor heuristic post-processing steps. Evaluated on renal functional unit segmentation, MORI-Seg significantly outperforms existing semantic-to-instance conversion approaches and post-processing baselines in both instance separation accuracy and morphometric reliability.
📝 Abstract
Instance-level quantification of kidney functional units is essential for morphometric analysis, yet most publicly available pathology datasets provide only semantic segmentation annotations, where adjacent structures of the same class are merged into single regions. This prevents reliable instance-level analysis and limits downstream quantitative studies. Existing heuristic post-processing methods often yield suboptimal instance separation, particularly in crowded and adherent regions, while deep learning-based instance segmentation approaches typically require intensive instance-level annotations that are costly and labor-intensive to obtain. We propose MORI-Seg, a deep learning framework that enables instance segmentation without requiring instance-level annotations. Instead of heuristic splitting or instance supervision, MORI-Seg learns morphology-aware geometric representations directly from semantic masks by jointly modeling object-centric distance fields and boundary-band representations to encode interior structure and contact interfaces. A class-conditioned feature disentanglement module further promotes intra-instance coherence and inter-instance separation. Under semantic-only supervision, MORI-Seg decomposes connected semantic regions into distinct instance masks in an end-to-end manner. Experiments demonstrate improved instance separation accuracy and more reliable morphometric quantification compared with classical post-processing pipelines and representative semantic-to-instance learning approaches. The official implementation is publicly available at https://github.com/ddrrnn123/MORI-Seg.