Concepts de base
Reliable uncertainty estimation is key to avoid catastrophic failures in visual place recognition pipelines due to perceptual aliasing. This work compares three main categories of uncertainty estimation methods and proposes a simple baseline that considers the spatial locations of the reference images.
Résumé
The paper focuses on the problem of estimating the uncertainty in visual place recognition (VPR), which is crucial to avoid failures in downstream applications like localization and mapping.
The authors first formalize the VPR task and identify three main categories of uncertainty estimation methods:
- Retrieval-based uncertainty estimation (RUE): Uses the distance in feature space between the query and the best-matched reference as an uncertainty estimate.
- Data-driven uncertainty estimation (DUE): Learns to predict the aleatoric uncertainty from the query image content using techniques like Bayesian Triplet Loss and Self-Teaching Uncertainty Estimation.
- Geometric verification (GV): Computes the number of inliers from local feature matching between the query and the best-matched reference as an uncertainty estimate.
The authors then propose a new baseline method called Spatial Uncertainty Estimation (SUE) that uniquely considers the spatial locations of the top-K retrieved reference images to estimate the uncertainty. The intuition is that if the top matches are spatially spread out, it indicates perceptual aliasing and high uncertainty.
The experiments show that SUE outperforms the other efficient uncertainty estimation methods and provides complementary information to the computationally expensive GV approach. Surprisingly, a simple L2-distance in feature space is already a better uncertainty estimate than recent deep learning-based methods. The authors provide recommendations for future research in this area.
Stats
The paper does not contain any explicit numerical data or statistics. It focuses on comparing different uncertainty estimation methods qualitatively and quantitatively using precision-recall curves and classification accuracy.
Citations
"Highly certain but incorrect retrieval can lead to catastrophic failure of VPR-based localization pipelines."
"Reliable uncertainty estimation on the quality of the match is therefore key to avoid such failures by, e.g., rejecting results above a certain uncertainty threshold."
"Remarkably, none of the three categories exploit the spatial locations of matched images in the actual reference map, which we hypothesize can be an important source of information for estimating VPR matching uncertainty."