CVJul 1, 2021

On the detection-to-track association for online multi-object tracking

arXiv:2107.00500v143 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in multi-object tracking for applications like surveillance and autonomous driving, representing an incremental improvement over existing methods.

The paper tackles the problem of detection-to-track association in online multi-object tracking by proposing a hybrid track association algorithm that models historical appearance distances with an incremental Gaussian mixture model, improving target identification performance with a small compromise to tracking speed on three benchmarks.

Driven by recent advances in object detection with deep neural networks, the tracking-by-detection paradigm has gained increasing prevalence in the research community of multi-object tracking (MOT). It has long been known that appearance information plays an essential role in the detection-to-track association, which lies at the core of the tracking-by-detection paradigm. While most existing works consider the appearance distances between the detections and the tracks, they ignore the statistical information implied by the historical appearance distance records in the tracks, which can be particularly useful when a detection has similar distances with two or more tracks. In this work, we propose a hybrid track association (HTA) algorithm that models the historical appearance distances of a track with an incremental Gaussian mixture model (IGMM) and incorporates the derived statistical information into the calculation of the detection-to-track association cost. Experimental results on three MOT benchmarks confirm that HTA effectively improves the target identification performance with a small compromise to the tracking speed. Additionally, compared to many state-of-the-art trackers, the DeepSORT tracker equipped with HTA achieves better or comparable performance in terms of the balance of tracking quality and speed.

Foundations

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

Your Notes