IVCVApr 3, 2020

Cell Segmentation by Combining Marker-Controlled Watershed and Deep Learning

arXiv:2004.01607v126 citations
AI Analysis

This work addresses the problem of accurate cell segmentation for biomedical image analysis, offering a method that generalizes well across different acquisition techniques with state-of-the-art results.

The paper tackles cell segmentation in densely clustered cell images by combining marker-controlled watershed transformation and a convolutional neural network, achieving top performance in cell detection and segmentation on three Cell Tracking Challenge datasets.

We propose a cell segmentation method for analyzing images of densely clustered cells. The method combines the strengths of marker-controlled watershed transformation and a convolutional neural network (CNN). We demonstrate the method universality and high performance on three Cell Tracking Challenge (CTC) datasets of clustered cells captured by different acquisition techniques. For all tested datasets, our method reached the top performance in both cell detection and segmentation. Based on a series of experiments, we observed: (1) Predicting both watershed marker function and segmentation function significantly improves the accuracy of the segmentation. (2) Both functions can be learned independently. (3) Training data augmentation by scaling and rigid geometric transformations is superior to augmentation that involves elastic transformations. Our method is simple to use, and it generalizes well for various data with state-of-the-art performance.

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