CVOct 7, 2022

Instance Segmentation of Dense and Overlapping Objects via Layering

arXiv:2210.03551v16 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses the problem of segmenting crowded objects in biological imaging, but it appears incremental as it builds on existing layering concepts.

The paper tackles instance segmentation of dense and overlapping objects by proposing an object layering approach, achieving competitive results on datasets like C. elegans, Overlapping Cervical Cells, and cultured neuroblastoma cells.

Instance segmentation aims to delineate each individual object of interest in an image. State-of-the-art approaches achieve this goal by either partitioning semantic segmentations or refining coarse representations of detected objects. In this work, we propose a novel approach to solve the problem via object layering, i.e. by distributing crowded, even overlapping objects into different layers. By grouping spatially separated objects in the same layer, instances can be effortlessly isolated by extracting connected components in each layer. In comparison to previous methods, our approach is not affected by complex object shapes or object overlaps. With minimal post-processing, our method yields very competitive results on a diverse line of datasets: C. elegans (BBBC), Overlapping Cervical Cells (OCC) and cultured neuroblastoma cells (CCDB). The source code is publicly available.

Code Implementations1 repo
Foundations

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

Your Notes