CVOct 22, 2020

F-Siamese Tracker: A Frustum-based Double Siamese Network for 3D Single Object Tracking

arXiv:2010.11510v126 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient and robust 3D object tracking for autonomous driving applications, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the challenge of reducing search space in 3D single object tracking by integrating 2D and 3D information through a frustum-based double Siamese network, achieving state-of-the-art performance on the KITTI tracking dataset and improving 2D tracking as well.

This paper presents F-Siamese Tracker, a novel approach for single object tracking prominently characterized by more robustly integrating 2D and 3D information to reduce redundant search space. A main challenge in 3D single object tracking is how to reduce search space for generating appropriate 3D candidates. Instead of solely relying on 3D proposals, firstly, our method leverages the Siamese network applied on RGB images to produce 2D region proposals which are then extruded into 3D viewing frustums. Besides, we perform an online accuracy validation on the 3D frustum to generate refined point cloud searching space, which can be embedded directly into the existing 3D tracking backbone. For efficiency, our approach gains better performance with fewer candidates by reducing search space. In addition, benefited from introducing the online accuracy validation, for occasional cases with strong occlusions or very sparse points, our approach can still achieve high precision, even when the 2D Siamese tracker loses the target. This approach allows us to set a new state-of-the-art in 3D single object tracking by a significant margin on a sparse outdoor dataset (KITTI tracking). Moreover, experiments on 2D single object tracking show that our framework boosts 2D tracking performance as well.

Foundations

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

Your Notes