CVOct 28, 2022

TripletTrack: 3D Object Tracking using Triplet Embeddings and LSTM

arXiv:2210.16204v172 citationsh-index: 191
Originality Incremental advance
AI Analysis

This addresses the problem of reliable object tracking in autonomous vehicles using inexpensive sensors, with incremental improvements in accuracy.

The paper tackles 3D object tracking for autonomous driving by using triplet embeddings and motion representations, achieving state-of-the-art performance on nuScenes and competitive results on KITTI.

3D object tracking is a critical task in autonomous driving systems. It plays an essential role for the system's awareness about the surrounding environment. At the same time there is an increasing interest in algorithms for autonomous cars that solely rely on inexpensive sensors, such as cameras. In this paper we investigate the use of triplet embeddings in combination with motion representations for 3D object tracking. We start from an off-the-shelf 3D object detector, and apply a tracking mechanism where objects are matched by an affinity score computed on local object feature embeddings and motion descriptors. The feature embeddings are trained to include information about the visual appearance and monocular 3D object characteristics, while motion descriptors provide a strong representation of object trajectories. We will show that our approach effectively re-identifies objects, and also behaves reliably and accurately in case of occlusions, missed detections and can detect re-appearance across different field of views. Experimental evaluation shows that our approach outperforms state-of-the-art on nuScenes by a large margin. We also obtain competitive results on KITTI.

Foundations

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

Your Notes