Detection Recovery in Online Multi-Object Tracking with Sparse Graph Tracker

2 May 2022  ·  Jeongseok Hyun, Myunggu Kang, Dongyoon Wee, Dit-yan Yeung ·

In existing joint detection and tracking methods, pairwise relational features are used to match previous tracklets to current detections. However, the features may not be discriminative enough for a tracker to identify a target from a large number of detections. Selecting only high-scored detections for tracking may lead to missed detections whose confidence score is low. Consequently, in the online setting, this results in disconnections of tracklets which cannot be recovered. In this regard, we present Sparse Graph Tracker (SGT), a novel online graph tracker using higher-order relational features which are more discriminative by aggregating the features of neighboring detections and their relations. SGT converts video data into a graph where detections, their connections, and the relational features of two connected nodes are represented by nodes, edges, and edge features, respectively. The strong edge features allow SGT to track targets with tracking candidates selected by top-K scored detections with large K. As a result, even low-scored detections can be tracked, and the missed detections are also recovered. The robustness of K value is shown through the extensive experiments. In the MOT16/17/20 and HiEve Challenge, SGT outperforms the state-of-the-art trackers with real-time inference speed. Especially, a large improvement in MOTA is shown in the MOT20 and HiEve Challenge. Code is available at https://github.com/HYUNJS/SGT.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Multi-Object Tracking HiEve SGT MOTA 47.2 # 2
IDF1 53.7 # 1
Multi-Object Tracking MOT16 SGT MOTA 76.8 # 3
IDF1 73.5 # 2
Multi-Object Tracking MOT17 SGT MOTA 76.4 # 14
IDF1 72.8 # 15
HOTA 60.8 # 14
Multi-Object Tracking MOT20 SGT MOTA 72.8 # 11
IDF1 70.6 # 12
HOTA 57.0 # 13

Methods


No methods listed for this paper. Add relevant methods here