Minkloc3d: Point Cloud Based Large-scale Place Recognition | Awesome Learning to Hash Add your paper to Learning2Hash

Minkloc3d: Point Cloud Based Large-scale Place Recognition

Jacek Komorowski . 2021 IEEE Winter Conference on Applications of Computer Vision (WACV) 2020 – 8 citations

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
Evaluation Scalability

The paper presents a learning-based method for computing a discriminative 3D point cloud descriptor for place recognition purposes. Existing methods, such as PointNetVLAD, are based on unordered point cloud representation. They use PointNet as the first processing step to extract local features, which are later aggregated into a global descriptor. The PointNet architecture is not well suited to capture local geometric structures. Thus, state-of-the-art methods enhance vanilla PointNet architecture by adding different mechanism to capture local contextual information, such as graph convolutional networks or using hand-crafted features. We present an alternative approach, dubbed MinkLoc3D, to compute a discriminative 3D point cloud descriptor, based on a sparse voxelized point cloud representation and sparse 3D convolutions. The proposed method has a simple and efficient architecture. Evaluation on standard benchmarks proves that MinkLoc3D outperforms current state-of-the-art. Our code is publicly available on the project website: https://github.com/jac99/MinkLoc3D

Similar Work