CVSep 1, 2022

Implicit and Efficient Point Cloud Completion for 3D Single Object Tracking

arXiv:2209.00522v210 citationsh-index: 10
AI Analysis

This addresses robustness and efficiency issues in 3D object tracking for autonomous driving applications, representing an incremental improvement.

The paper tackled the misalignment between prediction scores and localization accuracy, and the damage from sparse point clouds in 3D single object tracking, achieving state-of-the-art performance on KITTI and Waymo Open Dataset with lower computational cost.

The point cloud based 3D single object tracking has drawn increasing attention. Although many breakthroughs have been achieved, we also reveal two severe issues. By extensive analysis, we find the prediction manner of current approaches is non-robust, i.e., exposing a misalignment gap between prediction score and actually localization accuracy. Another issue is the sparse point returns will damage the feature matching procedure of the SOT task. Based on these insights, we introduce two novel modules, i.e., Adaptive Refine Prediction (ARP) and Target Knowledge Transfer (TKT), to tackle them, respectively. To this end, we first design a strong pipeline to extract discriminative features and conduct the matching with the attention mechanism. Then, ARP module is proposed to tackle the misalignment issue by aggregating all predicted candidates with valuable clues. Finally, TKT module is designed to effectively overcome incomplete point cloud due to sparse and occlusion issues. We call our overall framework PCET. By conducting extensive experiments on the KITTI and Waymo Open Dataset, our model achieves state-of-the-art performance while maintaining a lower computational cost.

Foundations

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

Your Notes