CVIVFeb 25, 2020

MPM: Joint Representation of Motion and Position Map for Cell Tracking

arXiv:2002.10749v241 citations
AI Analysis

This work addresses cell tracking in dense biological environments, offering a novel approach that improves performance for researchers in bioimaging.

The paper tackles the problem of cell tracking by proposing a joint representation for detection and association, ensuring coherence between tasks and handling both migration and division. It achieves a 5.2% improvement over state-of-the-art methods in real biological images.

Conventional cell tracking methods detect multiple cells in each frame (detection) and then associate the detection results in successive time-frames (association). Most cell tracking methods perform the association task independently from the detection task. However, there is no guarantee of preserving coherence between these tasks, and lack of coherence may adversely affect tracking performance. In this paper, we propose the Motion and Position Map (MPM) that jointly represents both detection and association for not only migration but also cell division. It guarantees coherence such that if a cell is detected, the corresponding motion flow can always be obtained. It is a simple but powerful method for multi-object tracking in dense environments. We compared the proposed method with current tracking methods under various conditions in real biological images and found that it outperformed the state-of-the-art (+5.2\% improvement compared to the second-best).

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes