English

STD: Stable Triangle Descriptor for 3D place recognition

Computer Vision and Pattern Recognition 2023-02-23 v2 Robotics

Abstract

In this work, we present a novel global descriptor termed stable triangle descriptor (STD) for 3D place recognition. For a triangle, its shape is uniquely determined by the length of the sides or included angles. Moreover, the shape of triangles is completely invariant to rigid transformations. Based on this property, we first design an algorithm to efficiently extract local key points from the 3D point cloud and encode these key points into triangular descriptors. Then, place recognition is achieved by matching the side lengths (and some other information) of the descriptors between point clouds. The point correspondence obtained from the descriptor matching pair can be further used in geometric verification, which greatly improves the accuracy of place recognition. In our experiments, we extensively compare our proposed system against other state-of-the-art systems (i.e., M2DP, Scan Context) on public datasets (i.e., KITTI, NCLT, and Complex-Urban) and our self-collected dataset (with a non-repetitive scanning solid-state LiDAR). All the quantitative results show that STD has stronger adaptability and a great improvement in precision over its counterparts. To share our findings and make contributions to the community, we open source our code on our GitHub: https://github.com/hku-mars/STD.

Keywords

Cite

@article{arxiv.2209.12435,
  title  = {STD: Stable Triangle Descriptor for 3D place recognition},
  author = {Chongjian Yuan and Jiarong Lin and Zuhao Zou and Xiaoping Hong and Fu Zhang},
  journal= {arXiv preprint arXiv:2209.12435},
  year   = {2023}
}

Comments

2023 ICRA

R2 v1 2026-06-28T02:04:31.528Z