CVAILGOct 7, 2023

Cell Tracking-by-detection using Elliptical Bounding Boxes

arXiv:2310.04895v24 citationsh-index: 3Has Code
AI Analysis

This addresses the challenge of time-consuming and specialized data annotation in bio-analysis, though it is incremental as it builds on the classical tracking-by-detection paradigm.

The paper tackles the problem of cell detection and tracking by proposing a method that reduces the need for extensive annotated data, achieving competitive results with state-of-the-art techniques that require more annotation.

Cell detection and tracking are paramount for bio-analysis. Recent approaches rely on the tracking-by-model evolution paradigm, which usually consists of training end-to-end deep learning models to detect and track the cells on the frames with promising results. However, such methods require extensive amounts of annotated data, which is time-consuming to obtain and often requires specialized annotators. This work proposes a new approach based on the classical tracking-by-detection paradigm that alleviates the requirement of annotated data. More precisely, it approximates the cell shapes as oriented ellipses and then uses generic-purpose oriented object detectors to identify the cells in each frame. We then rely on a global data association algorithm that explores temporal cell similarity using probability distance metrics, considering that the ellipses relate to two-dimensional Gaussian distributions. Our results show that our method can achieve detection and tracking results competitively with state-of-the-art techniques that require considerably more extensive data annotation. Our code is available at: https://github.com/LucasKirsten/Deep-Cell-Tracking-EBB.

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