Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Jeongseok Hyun, Myunggu Kang, Dongyoon Wee, Dit-Yan Yeung• 2022

Related benchmarks

TaskDatasetResultRank
Multiple Object TrackingMOT17 (test)
MOTA76.3
921
Multiple Object TrackingMOT20 (test)
MOTA72.8
358
Multi-Object TrackingDanceTrack (test)
HOTA0.437
355
Multi-Object TrackingMOT16 (test)
MOTA76.8
228
Multi-Object TrackingMOT 2016 (test)
MOTA76.8
59
Multi-Object TrackingMOT17 1.0 (test)
MOTA76.3
48
Multi-Object TrackingMOT 2020 (test)
MOTA72.8
44
Multi-Object TrackingMOT 2017 (test)
MOTA76.4
34
Multi-Object TrackingHuman in Events (HiEve) (test)
MOTA47.2
26
Object DetectionMOT17Det
AP90
4
Showing 10 of 11 rows

Other info

Code

Follow for update