Preprint
Machine Learning

HOTA: A Higher Order Metric for Evaluating Multi-object Tracking

Jonathon Luiten(RWTH Aachen University), Aljos̆a Os̆ep, Patrick Dendorfer, Philip Torr(University of Oxford), Andreas Geiger(Max Planck Institute for Intelligent Systems), Laura Leal-Taixé, Bastian Leibe(RWTH Aachen University)
October 8, 2020International Journal of Computer Vision1,361 citations

1.4k

Citations

139

Influential Citations

International Journal of Computer Vision

Venue

2020

Year

Abstract

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.

Analysis

Why This Paper Matters

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.

Technical Contributions

  • Unified metric: HOTA = sqrt(DetA * AssA), where DetA measures detection accuracy (precision/recall) and AssA measures association accuracy (ID precision/recall).
  • Sub-metrics: Five error types are quantified: false positives, false negatives, localization errors, ID switches, and fragmentation, each with a dedicated sub-metric.
  • Localization-aware: HOTA incorporates a localization score (LocA) that penalizes poor bounding box alignment, unlike MOTA which ignores spatial accuracy.
  • Human alignment: The authors conduct a user study showing HOTA correlates better with human visual quality judgments than MOTA or IDF1.

Results

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.

Significance

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.