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

Monocular Quasi-Dense 3D Object Tracking

About

A reliable and accurate 3D tracking framework is essential for predicting future locations of surrounding objects and planning the observer's actions in numerous applications such as autonomous driving. We propose a framework that can effectively associate moving objects over time and estimate their full 3D bounding box information from a sequence of 2D images captured on a moving platform. The object association leverages quasi-dense similarity learning to identify objects in various poses and viewpoints with appearance cues only. After initial 2D association, we further utilize 3D bounding boxes depth-ordering heuristics for robust instance association and motion-based 3D trajectory prediction for re-identification of occluded vehicles. In the end, an LSTM-based object velocity learning module aggregates the long-term trajectory information for more accurate motion extrapolation. Experiments on our proposed simulation data and real-world benchmarks, including KITTI, nuScenes, and Waymo datasets, show that our tracking framework offers robust object association and tracking on urban-driving scenarios. On the Waymo Open benchmark, we establish the first camera-only baseline in the 3D tracking and 3D detection challenges. Our quasi-dense 3D tracking pipeline achieves impressive improvements on the nuScenes 3D tracking benchmark with near five times tracking accuracy of the best vision-only submission among all published methods. Our code, data and trained models are available at https://github.com/SysCV/qd-3dt.

Hou-Ning Hu, Yung-Hsu Yang, Tobias Fischer, Trevor Darrell, Fisher Yu, Min Sun• 2021

Related benchmarks

TaskDatasetResultRank
3D Multi-Object TrackingnuScenes (test)
ID Switches6.86e+3
130
3D Multi-Object TrackingnuScenes (val)
AMOTA24.2
115
2D Multi-Object TrackingKITTI car (test)
MOTA85.94
65
Multi-Object TrackingKITTI Tracking (test)
MOTA86.41
56
Multi-Object TrackingKITTI (test)--
51
Multi-target trackingKITTI Pedestrian (test)
MOTA51.8
33
3D Object TrackingnuScenes (test)
AMOTA21.7
28
3D Object TrackingNuScenes v1.0 (test)
AMOTA@1.00.217
18
3D TrackingWaymo Open Dataset Vehicle Level 2 (test)
MOTA0.01
8
3D Object DetectionWaymo Open Vehicle Level 2 (test)
mAPH0.0233
4
Showing 10 of 12 rows

Other info

Code

Follow for update