Pyramid Point Cloud Transformer for Large-Scale Place Recognition

ICCV 2021  ·  Le Hui, Hang Yang, Mingmei Cheng, Jin Xie, Jian Yang ·

Recently, deep learning based point cloud descriptors have achieved impressive results in the place recognition task. Nonetheless, due to the sparsity of point clouds, how to extract discriminative local features of point clouds to efficiently form a global descriptor is still a challenging problem. In this paper, we propose a pyramid point cloud transformer network (PPT-Net) to learn the discriminative global descriptors from point clouds for efficient retrieval. Specifically, we first develop a pyramid point transformer module that adaptively learns the spatial relationship of the different local k-NN graphs of point clouds, where the grouped self-attention is proposed to extract discriminative local features of the point clouds. Furthermore, the grouped self-attention not only enhances long-term dependencies of the point clouds, but also reduces the computational cost. In order to obtain discriminative global descriptors, we construct a pyramid VLAD module to aggregate the multi-scale feature maps of point clouds into the global descriptors. By applying VLAD pooling on multi-scale feature maps, we utilize the context gating mechanism on the multiple global descriptors to adaptively weight the multi-scale global context information into the final global descriptor. Experimental results on the Oxford dataset and three in-house datasets show that our method achieves the state-of-the-art on the point cloud based place recognition task. Code is available at https://github.com/fpthink/PPT-Net.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
3D Place Recognition Oxford RobotCar Dataset PPT-Net AR@1 93.5 # 3
AR@1% 98.1 # 2
Point Cloud Retrieval Oxford RobotCar (LiDAR 4096 points) PPT-Net (baseline) recall@top1% 98.1 # 9
recall@top1 93.50 # 11
Point Cloud Retrieval Oxford RobotCar (LiDAR 4096 points) PPT-Net (refined) recall@top1% 98.4 # 6

Methods