Cell Instance Segmentation: The Devil Is in the Boundaries
Peixian Liang, Yifan Ding, Yizhe Zhang, Jianxu Chen, Hao Zheng, Hongxiao Wang, Yejia Zhang, Guangyu Meng, Tim Weninger, Michael Niemier, X. Sharon Hu, Danny Z Chen
TL;DR
This work addresses the challenge of cell instance segmentation by moving beyond pixel-wise clustering to boundary-focused clustering. It introduces Ceb, a boundary-based framework that uses boundary signatures and a boundary classifier, grounded in a revised Watershed to generate candidate boundaries, enabling better preservation of shape and curvature. A GI-matching training scheme and an optional temporal extension (Ceb+Temporal) for videos are proposed to refine boundary labeling and enforce temporal consistency. Across six public datasets, Ceb consistently outperforms foreground-pixel clustering baselines and competes with state-of-the-art methods, with temporal consistency providing additional gains in tracking tasks. The approach highlights the value of boundary geometry in accurate cell instance segmentation and demonstrates practical benefits for biomedical image analysis and cell tracking.
Abstract
State-of-the-art (SOTA) methods for cell instance segmentation are based on deep learning (DL) semantic segmentation approaches, focusing on distinguishing foreground pixels from background pixels. In order to identify cell instances from foreground pixels (e.g., pixel clustering), most methods decompose instance information into pixel-wise objectives, such as distances to foreground-background boundaries (distance maps), heat gradients with the center point as heat source (heat diffusion maps), and distances from the center point to foreground-background boundaries with fixed angles (star-shaped polygons). However, pixel-wise objectives may lose significant geometric properties of the cell instances, such as shape, curvature, and convexity, which require a collection of pixels to represent. To address this challenge, we present a novel pixel clustering method, called Ceb (for Cell boundaries), to leverage cell boundary features and labels to divide foreground pixels into cell instances. Starting with probability maps generated from semantic segmentation, Ceb first extracts potential foreground-foreground boundaries with a revised Watershed algorithm. For each boundary candidate, a boundary feature representation (called boundary signature) is constructed by sampling pixels from the current foreground-foreground boundary as well as the neighboring background-foreground boundaries. Next, a boundary classifier is used to predict its binary boundary label based on the corresponding boundary signature. Finally, cell instances are obtained by dividing or merging neighboring regions based on the predicted boundary labels. Extensive experiments on six datasets demonstrate that Ceb outperforms existing pixel clustering methods on semantic segmentation probability maps. Moreover, Ceb achieves highly competitive performance compared to SOTA cell instance segmentation methods.
