English

Exploring Point-BEV Fusion for 3D Point Cloud Object Tracking with Transformer

Computer Vision and Pattern Recognition 2022-08-11 v1

Abstract

With the prevalence of LiDAR sensors in autonomous driving, 3D object tracking has received increasing attention. In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in consecutive frames given an object template. Motivated by the success of transformers, we propose Point Tracking TRansformer (PTTR), which efficiently predicts high-quality 3D tracking results in a coarse-to-fine manner with the help of transformer operations. PTTR consists of three novel designs. 1) Instead of random sampling, we design Relation-Aware Sampling to preserve relevant points to the given template during subsampling. 2) We propose a Point Relation Transformer for effective feature aggregation and feature matching between the template and search region. 3) Based on the coarse tracking results, we employ a novel Prediction Refinement Module to obtain the final refined prediction through local feature pooling. In addition, motivated by the favorable properties of the Bird's-Eye View (BEV) of point clouds in capturing object motion, we further design a more advanced framework named PTTR++, which incorporates both the point-wise view and BEV representation to exploit their complementary effect in generating high-quality tracking results. PTTR++ substantially boosts the tracking performance on top of PTTR with low computational overhead. Extensive experiments over multiple datasets show that our proposed approaches achieve superior 3D tracking accuracy and efficiency.

Keywords

Cite

@article{arxiv.2208.05216,
  title  = {Exploring Point-BEV Fusion for 3D Point Cloud Object Tracking with Transformer},
  author = {Zhipeng Luo and Changqing Zhou and Liang Pan and Gongjie Zhang and Tianrui Liu and Yueru Luo and Haiyu Zhao and Ziwei Liu and Shijian Lu},
  journal= {arXiv preprint arXiv:2208.05216},
  year   = {2022}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2112.02857

R2 v1 2026-06-25T01:37:06.816Z