TL;DR
This paper introduces EPC-Net, an efficient neural network for 3D point cloud-based place recognition that achieves high accuracy while reducing computational resources and inference time.
Contribution
The paper proposes ProxyConv and G-VLAD modules to create a lightweight, effective global descriptor for large-scale place recognition with lower memory and computation requirements.
Findings
Achieves state-of-the-art performance on multiple datasets.
Reduces parameters, FLOPs, and runtime compared to existing methods.
Maintains high discrimination power with fewer resources.
Abstract
Point cloud based retrieval for place recognition is still a challenging problem due to drastic appearance and illumination changes of scenes in changing environments. Existing deep learning based global descriptors for the retrieval task usually consume a large amount of computation resources (e.g., memory), which may not be suitable for the cases of limited hardware resources. In this paper, we develop an efficient point cloud learning network (EPC-Net) to form a global descriptor for visual place recognition, which can obtain good performance and reduce computation memory and inference time. First, we propose a lightweight but effective neural network module, called ProxyConv, to aggregate the local geometric features of point clouds. We leverage the spatial adjacent matrix and proxy points to simplify the original edge convolution for lower memory consumption. Then, we design a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution · Max Pooling
