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

Joint Object Detection and Multi-Object Tracking with Graph Neural Networks

About

Object detection and data association are critical components in multi-object tracking (MOT) systems. Despite the fact that the two components are dependent on each other, prior works often design detection and data association modules separately which are trained with separate objectives. As a result, one cannot back-propagate the gradients and optimize the entire MOT system, which leads to sub-optimal performance. To address this issue, recent works simultaneously optimize detection and data association modules under a joint MOT framework, which has shown improved performance in both modules. In this work, we propose a new instance of joint MOT approach based on Graph Neural Networks (GNNs). The key idea is that GNNs can model relations between variable-sized objects in both the spatial and temporal domains, which is essential for learning discriminative features for detection and data association. Through extensive experiments on the MOT15/16/17/20 datasets, we demonstrate the effectiveness of our GNN-based joint MOT approach and show state-of-the-art performance for both detection and MOT tasks. Our code is available at: https://github.com/yongxinw/GSDT

Yongxin Wang, Kris Kitani, Xinshuo Weng• 2020

Related benchmarks

TaskDatasetResultRank
Multiple Object TrackingMOT17 (test)
MOTA73.3
921
Multiple Object TrackingMOT20 (test)
MOTA67.1
358
Multi-Object TrackingMOT16 (test)
MOTA74.5
228
Multi-Object TrackingMOT 2016 (test)
MOTA74.5
59
Multi-Object TrackingMOT17 1.0 (test)
MOTA73.2
48
Multi-Object TrackingMOT 2020 (test)
MOTA67.1
44
Multi-Object TrackingMOT15 (test)
MOTA60.7
38
Multiple Object Tracking2D MOT15 (test)
MOTA60.7
34
Multi-Object TrackingMOT 2017 (test)
MOTA73.2
34
Multi-Object TrackingMOT20 Private detections (test)
IDF167.5
24
Showing 10 of 14 rows

Other info

Code

Follow for update