菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - KappaPlace: Learning Hyperspherical Uncertainty for Visual Place Recognition via Prototype-Anchored Supervision

Visual Place Recognition (VPR) is critical for autonomous navigation, yet state-of-the-art methods lack well-calibrated uncertainty estimation. Standard pipelines cannot reliably signal when a query is ambiguous or a match is likely incorrect, posing risks in safety-critical robotics. We propose KappaPlace, a principled framework for learning uncertainty-aware VPR representations. Our core contribution is a Prototype-Anchored supervision strategy that leverages latent class representatives as targets for a probabilistic objective. By modeling image descriptors as von Mises-Fisher (vMF) variables, we learn a lightweight module to predict the concentration parameter as a direct proxy for aleatoric uncertainty. While existing VPR uncertainty methods are typically restricted to a query-centric view, we derive a novel match-level formulation to quantify the reliability of specific query-reference pairs. Across five diverse benchmarks, KappaPlace reduces Expected Calibration Error (ECE@K) by up to 50% compared to existing methods while maintaining or improving retrieval recall. We provide both a joint-training variant and a post-training extension for frozen backbones. Our results demonstrate that KappaPlace provides a robust, stable, and well-calibrated signal that enables reliable decision-making within the VPR pipeline. Our code is available at: this https URL

顶级标签: computer vision robotics
详细标签: visual place recognition uncertainty estimation von mises-fisher prototype-anchored calibration 或 搜索:

KappaPlace:通过原型锚定监督学习用于视觉位置识别的超球面不确定性 / KappaPlace: Learning Hyperspherical Uncertainty for Visual Place Recognition via Prototype-Anchored Supervision


1️⃣ 一句话总结

本文提出了KappaPlace方法,通过原型锚定监督策略和概率建模,在视觉位置识别中为每个查询-参考匹配对提供更准确的不确定性估计,从而让机器人能更可靠地判断定位是否可信,比现有方法将校准误差降低了最多50%。

源自 arXiv: 2605.19435