CVAug 14, 2021

PTT: Point-Track-Transformer Module for 3D Single Object Tracking in Point Clouds

arXiv:2108.06455v3102 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses 3D object tracking for robotics, offering incremental improvements over existing methods.

The paper tackles 3D single object tracking in point clouds by proposing a transformer module called PTT, which when embedded into an existing method achieves a ~10% improvement in performance on the KITTI dataset and runs at ~40 FPS.

3D single object tracking is a key issue for robotics. In this paper, we propose a transformer module called Point-Track-Transformer (PTT) for point cloud-based 3D single object tracking. PTT module contains three blocks for feature embedding, position encoding, and self-attention feature computation. Feature embedding aims to place features closer in the embedding space if they have similar semantic information. Position encoding is used to encode coordinates of point clouds into high dimension distinguishable features. Self-attention generates refined attention features by computing attention weights. Besides, we embed the PTT module into the open-source state-of-the-art method P2B to construct PTT-Net. Experiments on the KITTI dataset reveal that our PTT-Net surpasses the state-of-the-art by a noticeable margin (~10%). Additionally, PTT-Net could achieve real-time performance (~40FPS) on NVIDIA 1080Ti GPU. Our code is open-sourced for the robotics community at https://github.com/shanjiayao/PTT.

Code Implementations1 repo
Foundations

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

Your Notes