CVFeb 12, 2023

Uncertainty-Aware AB3DMOT by Variational 3D Object Detection

arXiv:2302.05923v25 citationsh-index: 18
AI Analysis

This work addresses safety in autonomous driving by enhancing tracking reliability, but it is incremental as it builds on existing detection and tracking methods.

The paper tackles the problem of improving 3D object tracking for autonomous driving by integrating uncertainty estimation from a variational 3D detector into an AB3DMOT tracker, resulting in better performance with external uncertainty estimation outperforming internal methods and classical approaches.

Autonomous driving needs to rely on high-quality 3D object detection to ensure safe navigation in the world. Uncertainty estimation is an effective tool to provide statistically accurate predictions, while the associated detection uncertainty can be used to implement a more safe navigation protocol or include the user in the loop. In this paper, we propose a Variational Neural Network-based TANet 3D object detector to generate 3D object detections with uncertainty and introduce these detections to an uncertainty-aware AB3DMOT tracker. This is done by applying a linear transformation to the estimated uncertainty matrix, which is subsequently used as a measurement noise for the adopted Kalman filter. We implement two ways to estimate output uncertainty, i.e., internally, by computing the variance of the CNN outputs and then propagating the uncertainty through the post-processing, and externally, by associating the final predictions of different samples and computing the covariance of each predicted box. In experiments, we show that the external uncertainty estimation leads to better results, outperforming both internal uncertainty estimation and classical tracking approaches. Furthermore, we propose a method to initialize the Variational 3D object detector with a pretrained TANet model, which leads to the best performing models.

Code Implementations2 repos
Foundations

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

Your Notes