ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.4k
Citations
139
Influential Citations
International Journal of Computer Vision
Venue
2020
Year
Multi-object tracking (MOT) has been notoriously difficult to evaluate. Previous metrics overemphasize the importance of either detection or association. To address this, we present a novel MOT evaluation metric, higher order tracking accuracy (HOTA), which explicitly balances the effect of performing accurate detection, association and localization into a single unified metric for comparing trackers. HOTA decomposes into a family of sub-metrics which are able to evaluate each of five basic error types separately, which enables clear analysis of tracking performance. We evaluate the effectiveness of HOTA on the MOTChallenge benchmark, and show that it is able to capture important aspects of MOT performance not previously taken into account by established metrics. Furthermore, we show HOTA scores better align with human visual evaluation of tracking performance.
Multi-object tracking (MOT) evaluation has long been plagued by metrics that overemphasize either detection (e.g., MOTA) or association (e.g., IDF1). This imbalance leads to misleading comparisons where a tracker with excellent detection but poor association can score highly, or vice versa. The HOTA metric directly addresses this by providing a single score that equally weights detection and association accuracy, forcing trackers to perform well on both fronts. This is crucial for real-world applications like autonomous driving and video surveillance, where both detecting all objects and maintaining consistent identities over time are essential.
Moreover, HOTA's decomposition into sub-metrics (e.g., DetA, AssA, LocA) allows practitioners to diagnose exactly which error types a tracker struggles with, enabling targeted improvements. The paper's validation on MOTChallenge and alignment with human evaluation further solidifies its practical relevance.
On the MOTChallenge benchmark, HOTA scores reveal that trackers with high MOTA but poor association (e.g., due to frequent ID switches) receive lower HOTA scores, reflecting real-world tracking quality. For example, a tracker achieving 60% MOTA might only score 45% HOTA if its association is weak. The paper reports that HOTA better separates tracker performance across diverse scenarios and aligns with human rankings.
HOTA has been widely adopted in the MOT community, becoming the primary metric in MOTChallenge since 2020. It has influenced the design of new trackers that explicitly optimize for balanced detection and association, and inspired similar metrics in related fields like multi-object tracking and segmentation (e.g., HOTA for MOTS). By providing a principled evaluation framework, HOTA has raised the bar for MOT research and enabled more meaningful comparisons.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba