Search papers, labs, and topics across Lattice.
This paper introduces RIC-Loc, a novel posed-reference localization method that operates without the need for scene training or precomputed 3D maps, relying instead on known reference poses to generate local camera poses and depth estimates. The method employs robust consensus estimation to derive reliability scores from spatial dispersion and track-conditioned covariance, enabling effective failure detection across various environments. RIC-Loc demonstrates competitive accuracy against traditional structure-based localization methods, particularly excelling in low-texture scenarios, thereby offering a versatile solution for visual localization tasks.
RIC-Loc achieves competitive localization accuracy without requiring scene-specific training or 3D map points, redefining the potential for posed-reference systems in challenging environments.
We present RIC-Loc (Reference-Induced Consensus localization), a scene-training-free posed-reference localizer that is SfM-point-map-free in its main estimator: it uses known reference poses, but not precomputed SfM 3D map points, query-to-map 2D-3D matches, or query-to-map PnP. A frozen VGGT pass predicts local camera poses, depth, and query-reference tracks for a query and selected references. Each reference induces one map-frame SE(3) query-pose hypothesis, robust consensus estimates the pose, and the preserved hypothesis structure yields two reliability scores: spatial dispersion and a track-conditioned covariance score. On the covariance-eligible set, the two scores are complementary for held-out, ground-truth-free failure detection across indoor, outdoor, and large-scale low-texture benchmarks: the joint policy is strongest in textured scenes and the covariance score in the low-texture regime, and the hypothesis-derived scores consistently outperform the standard retrieval-score gap and random rankings. Without per-scene training the consensus estimator remains accurate -- competitive with structure-based localization indoors and improving over a comparable feed-forward baseline -- giving an effective selective operating regime for posed-reference localization. Code is available at https://github.com/SNU-DLLAB/ric_loc.