Enhancing Cell Tracking with a Time-Symmetric Deep Learning Approach
Gergely Szabó, Paolo Bonaiuti, Andrea Ciliberto, András Horváth
TL;DR
This work tackles the challenge of accurate live-cell tracking in video microscopy by moving beyond frame-to-frame tracking and introducing a time-symmetric, multi-frame approach that leverages the local spatio-temporal neighborhood. The pipeline combines a Mask R-CNN-based instance segmentation stage (via Detectron2) with a time-symmetric local tracker (built on DeepLabV3+) and a global Hungarian-assignment step using an IOU-based similarity, enabling frame skipping up to $2TR$ while maintaining coherent tracks. Evaluations on budding yeast data and multiple synthetic datasets show state-of-the-art-like performance, with robustness to artifacts and reduced sensitivity to segmentation quality through joint segmentation-tracking dynamics and interpolation. The method generalizes to diverse cell types given ample labeled data and is made available in an open-source repository, offering a scalable, data-driven solution for cellular tracking in biological research.
Abstract
The accurate tracking of live cells using video microscopy recordings remains a challenging task for popular state-of-the-art image processing based object tracking methods. In recent years, several existing and new applications have attempted to integrate deep-learning based frameworks for this task, but most of them still heavily rely on consecutive frame based tracking embedded in their architecture or other premises that hinder generalized learning. To address this issue, we aimed to develop a new deep-learning based tracking method that relies solely on the assumption that cells can be tracked based on their spatio-temporal neighborhood, without restricting it to consecutive frames. The proposed method has the additional benefit that the motion patterns of the cells can be learned completely by the predictor without any prior assumptions, and it has the potential to handle a large number of video frames with heavy artifacts. The efficacy of the proposed method is demonstrated through biologically motivated validation strategies and compared against multiple state-of-the-art cell tracking methods.
