CVROOct 10, 2022

Spectral Geometric Verification: Re-Ranking Point Cloud Retrieval for Metric Localization

arXiv:2210.04432v236 citationsh-index: 65Has Code
AI Analysis

This work addresses inefficiency in re-ranking for metric localization, offering a domain-specific improvement for robotics and autonomous systems.

The paper tackles the problem of inefficient geometric verification in point cloud retrieval for metric localization by proposing SpectralGV, a spectral method that avoids resource-intensive registration. The result is a deterministic, robust method that improves recall and pose estimation across five large-scale datasets with negligible runtime impact.

In large-scale metric localization, an incorrect result during retrieval will lead to an incorrect pose estimate or loop closure. Re-ranking methods propose to take into account all the top retrieval candidates and re-order them to increase the likelihood of the top candidate being correct. However, state-of-the-art re-ranking methods are inefficient when re-ranking many potential candidates due to their need for resource intensive point cloud registration between the query and each candidate. In this work, we propose an efficient spectral method for geometric verification (named SpectralGV) that does not require registration. We demonstrate how the optimal inter-cluster score of the correspondence compatibility graph of two point clouds represents a robust fitness score measuring their spatial consistency. This score takes into account the subtle geometric differences between structurally similar point clouds and therefore can be used to identify the correct candidate among potential matches retrieved by global similarity search. SpectralGV is deterministic, robust to outlier correspondences, and can be computed in parallel for all potential candidates. We conduct extensive experiments on 5 large-scale datasets to demonstrate that SpectralGV outperforms other state-of-the-art re-ranking methods and show that it consistently improves the recall and pose estimation of 3 state-of-the-art metric localization architectures while having a negligible effect on their runtime. The open-source implementation and trained models are available at: https://github.com/csiro-robotics/SpectralGV.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes