CHOTA: A Higher Order Accuracy Metric for Cell Tracking
Timo Kaiser, Vladimir Ulman, Bodo Rosenhahn
TL;DR
The paper tackles the imbalance in cell tracking evaluation where local detection and frame-to-frame associations dominate metrics, often neglecting global lineage and coherence. It introduces CHOTA, the Cell-specific Higher Order Tracking Accuracy, by redefining trajectories to be lineage-aware and extending the HOTA framework with a lineage-based association score A^σ(c). CHOTA aggregates local correctness, global coherence, and lineage consistency through the TPA^σ/ FNA^σ / FPA^σ formulation, and demonstrates via real data and synthetic error experiments that CHOTA is sensitive to all relevant errors and provides a continuous, interpretable scale. The work includes a thorough metric survey, an efficient quasi-linear computation, and publicly available Python code, offering a robust tool for fair, holistic evaluation and potentially guiding the design of globally coherent cell-tracking methods with meaningful biological relevance.
Abstract
The evaluation of cell tracking results steers the development of tracking methods, significantly impacting biomedical research. This is quantitatively achieved by means of evaluation metrics. Unfortunately, current metrics favor local correctness and weakly reward global coherence, impeding high-level biological analysis. To also foster global coherence, we propose the CHOTA metric (Cell-specific Higher Order Tracking Accuracy) which unifies the evaluation of all relevant aspects of cell tracking: cell detections and local associations, global coherence, and lineage tracking. We achieve this by introducing a new definition of the term 'trajectory' that includes the entire cell lineage and by including this into the well-established HOTA metric from general multiple object tracking. Furthermore, we provide a detailed survey of contemporary cell tracking metrics to compare our novel CHOTA metric and to show its advantages. All metrics are extensively evaluated on state-of-the-art real-data cell tracking results and synthetic results that simulate specific tracking errors. We show that CHOTA is sensitive to all tracking errors and gives a good indication of the biologically relevant capability of a method to reconstruct the full lineage of cells. It introduces a robust and comprehensive alternative to the currently used metrics in cell tracking. Python code is available at https://github.com/CellTrackingChallenge/py-ctcmetrics .
