CVApr 3, 2020

Cell Segmentation and Tracking using CNN-Based Distance Predictions and a Graph-Based Matching Strategy

arXiv:2004.01486v41 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate cell segmentation and tracking for biomedical research, with incremental improvements in handling underrepresented cell types and annotation errors.

The paper tackles the problem of segmenting and tracking touching cells in low-quality microscopy images by introducing a novel cell border representation and an adapted U-Net CNN with two decoder paths, achieving top three rankings in the IEEE ISBI 2020 Cell Tracking Challenge.

The accurate segmentation and tracking of cells in microscopy image sequences is an important task in biomedical research, e.g., for studying the development of tissues, organs or entire organisms. However, the segmentation of touching cells in images with a low signal-to-noise-ratio is still a challenging problem. In this paper, we present a method for the segmentation of touching cells in microscopy images. By using a novel representation of cell borders, inspired by distance maps, our method is capable to utilize not only touching cells but also close cells in the training process. Furthermore, this representation is notably robust to annotation errors and shows promising results for the segmentation of microscopy images containing in the training data underrepresented or not included cell types. For the prediction of the proposed neighbor distances, an adapted U-Net convolutional neural network (CNN) with two decoder paths is used. In addition, we adapt a graph-based cell tracking algorithm to evaluate our proposed method on the task of cell tracking. The adapted tracking algorithm includes a movement estimation in the cost function to re-link tracks with missing segmentation masks over a short sequence of frames. Our combined tracking by detection method has proven its potential in the IEEE ISBI 2020 Cell Tracking Challenge (http://celltrackingchallenge.net/) where we achieved as team KIT-Sch-GE multiple top three rankings including two top performances using a single segmentation model for the diverse data sets.

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