paper-with-me

Papers

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

2023-03-03 · JiaWei He, Chunyun Fu, Xiyang Wang

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.

📄 PDF Abstract BibTeX arXiv:2303.01786

Code (1)

hejiawei2023/ug3dmot 공식 구현

Tasks

3D Multi-Object TrackingMulti-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

UncertaintyTrack: Exploiting Detection and Localization Uncertainty in Multi-Object Tracking

2024-02-19 · Chang Won Lee, Steven L. Waslander

Multi-object tracking (MOT) methods have seen a significant boost in performance recently, due to strong interest from the research community and steadily improving object detection methods. The majority of tracking meth…

Autonomous DrivingMulti-Object TrackingObjectobject-detection+2

Uncertainty-Aware Voxel based 3D Object Detection and Tracking with von-Mises Loss

2020-11-04 · Yuanxin Zhong, Minghan Zhu, Huei Peng

Object detection and tracking is a key task in autonomy. Specifically, 3D object detection and tracking have been an emerging hot topic recently. Although various methods have been proposed for object detection, uncertai…

3D Object DetectionObjectobject-detectionObject Detection+1

UTrack: Multi-Object Tracking with Uncertain Detections

2024-08-30 · Edgardo Solano-Carrillo, Felix Sattler, Antje Alex, Alexander Klein 외

The tracking-by-detection paradigm is the mainstream in multi-object tracking, associating tracks to the predictions of an object detector. Although exhibiting uncertainty through a confidence score, these predictions do…

Autonomous DrivingMulti-Object TrackingObjectobject-detection+2

Uncertainty-aware Unsupervised Multi-Object Tracking

2023-07-28 · ICCV 2023 1 · Kai Liu, Sheng Jin, Zhihang Fu, Ze Chen 외

Without manually annotated identities, unsupervised multi-object trackers are inferior to learning reliable feature embeddings. It causes the similarity-based inter-frame association stage also be error-prone, where an u…

Multi-Object TrackingObjectObject Tracking

Stable at Any Speed: Speed-Driven Multi-Object Tracking with Learnable Kalman Filtering

2025-08-01 · Yan Gong, Mengjun Chen, Hao Liu, Gao Yongsheng 외 arxiv

Multi-object tracking (MOT) enables autonomous vehicles to continuously perceive dynamic objects, supplying essential temporal cues for prediction, behavior understanding, and safe planning. However, conventional trackin…

Multi-Object TrackingAutonomous Vehicles