Cell Tracking-by-detection using Elliptical Bounding Boxes
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Cell tracking | GOWT1-02 CTC (train) | TRA (Tracking Accuracy)98.53 | 9 | |
| Cell tracking | CTC HeLa-01 (train) | TRA98.2 | 8 | |
| Cell tracking | CTC HeLa-02 (train) | TRA97.4 | 8 | |
| Cell tracking | GOWT CTC 1-01 (train) | Tracking Accuracy99.3 | 7 | |
| Cell tracking | CTC U373-02 (train) | TRA95.25 | 4 | |
| Cell tracking | CTC U373-01 (train) | TRA Score97.74 | 4 | |
| Cell detection | GOWT1 | Score0.97 | 2 | |
| Cell detection | U373 | Score97.9 | 2 | |
| Cell detection | HeLa | Score0.989 | 2 | |
| Cell tracking | GOWT1 | Score0.959 | 2 |