CVMar 3, 2023

3D Multi-Object Tracking Based on Uncertainty-Guided Data Association

arXiv:2303.01786v110 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work improves 3D multi-object tracking for autonomous driving by incorporating uncertainties, though it is incremental as it builds on the tracking-by-detection framework.

The paper tackled the problem of 3D multi-object tracking by addressing the oversight of uncertainties in tracks and detections, proposing a method that models them as random vectors and uses Jensen-Shannon divergence for data association, resulting in outperforming state-of-the-art algorithms on KITTI and nuScenes datasets.

In the existing literature, most 3D multi-object tracking algorithms based on the tracking-by-detection framework employed deterministic tracks and detections for similarity calculation in the data association stage. Namely, the inherent uncertainties existing in tracks and detections are overlooked. In this work, we discard the commonly used deterministic tracks and deterministic detections for data association, instead, we propose to model tracks and detections as random vectors in which uncertainties are taken into account. Then, based on the Jensen-Shannon divergence, the similarity between two multidimensional distributions, i.e. track and detection, is evaluated for data association purposes. Lastly, the level of track uncertainty is incorporated in our cost function design to guide the data association process. Comparative experiments have been conducted on two typical datasets, KITTI and nuScenes, and the results indicated that our proposed method outperformed the compared state-of-the-art 3D tracking algorithms. For the benefit of the community, our code has been made available at https://github.com/hejiawei2023/UG3DMOT.

Code Implementations1 repo
Foundations

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

Your Notes