paper-with-me

Papers

Cell Instance Segmentation: The Devil Is in the Boundaries

2025-10-10 · 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 arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.09848

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationInstance Segmentation

Similar Papers 제목 키워드 기반

The devil is in the object boundary: towards annotation-free instance segmentation using Foundation Models

2024-04-18 · Cheng Shi, Sibei Yang

Foundation models, pre-trained on a large amount of data have demonstrated impressive zero-shot capabilities in various downstream tasks. However, in object detection and instance segmentation, two fundamental computer v…

Instance SegmentationObjectobject-detectionObject Detection+3

The Devil is in the Boundary: Exploiting Boundary Representation for Basis-based Instance Segmentation

2020-11-26 · Myungchul Kim, Sanghyun Woo, Dahun Kim, In So Kweon

Pursuing a more coherent scene understanding towards real-time vision applications, single-stage instance segmentation has recently gained popularity, achieving a simpler and more efficient design than its two-stage coun…

Instance SegmentationScene UnderstandingSegmentationSemantic Segmentation

QCell: Recombining and Aligning Cell Queries for Overlapping Instance Segmentation

2026-08-29 · Yaroslav Prytula, Anton Popov, Dmytro Fishman hf

Instance segmentation of overlapping cells in microscopy remains challenging due to semi-transparent structures that produce weak boundaries and mixed visual evidence in overlap regions. Existing methods address this thr…

Instance SegmentationCell Segmentation

DoNet: Deep De-overlapping Network for Cytology Instance Segmentation

2023-03-25 · CVPR 2023 1 · Hao Jiang, Rushan Zhang, Yanning Zhou, Yumeng Wang 외

Cell instance segmentation in cytology images has significant importance for biology analysis and cancer screening, while remains challenging due to 1) the extensive overlapping translucent cell clusters that cause the a…

Instance SegmentationRegion ProposalSegmentationSemantic Segmentation

CellViT: Vision Transformers for Precise Cell Segmentation and Classification

2023-06-27 · Fabian Hörst, Moritz Rempe, Lukas Heine, Constantin Seibold 외

Nuclei detection and segmentation in hematoxylin and eosin-stained (H&E) tissue images are important clinical tasks and crucial for a wide range of applications. However, it is a challenging task due to nuclei variances …

Cell DetectionCell SegmentationClassificationInstance Segmentation+3