paper-with-me

홈 › Papers

Data-efficient Large Scale Place Recognition with Graded Similarity Supervision

2023-03-21 · CVPR 2023 1 · Maria Leyva-Vallina, Nicola Strisciuglio, Nicolai Petkov

Visual place recognition (VPR) is a fundamental task of computer vision for visual localization. Existing methods are trained using image pairs that either depict the same place or not. Such a binary indication does not consider continuous relations of similarity between images of the same place taken from different positions, determined by the continuous nature of camera pose. The binary similarity induces a noisy supervision signal into the training of VPR methods, which stall in local minima and require expensive hard mining algorithms to guarantee convergence. Motivated by the fact that two images of the same place only partially share visual cues due to camera pose differences, we deploy an automatic re-annotation strategy to re-label VPR datasets. We compute graded similarity labels for image pairs based on available localization metadata. Furthermore, we propose a new Generalized Contrastive Loss (GCL) that uses graded similarity labels for training contrastive networks. We demonstrate that the use of the new labels and GCL allow to dispense from hard-pair mining, and to train image descriptors that perform better in VPR by nearest neighbor search, obtaining superior or comparable results than methods that require expensive hard-pair mining and re-ranking techniques. Code and models available at: https://github.com/marialeyvallina/generalized_contrastive_loss

📄 PDF Abstract BibTeX arXiv:2303.11739

Code (1)

marialeyvallina/generalized_contrastive_loss 공식 구현 pytorch

Tasks

Re-RankingVisual LocalizationVisual Place Recognition

Similar Papers 제목 키워드 기반

HOTFLoc++: End-to-End Hierarchical LiDAR Place Recognition, Re-Ranking, and 6-DoF Metric Localisation in Forests

2025-11-12 · Ethan Griffiths, Maryam Haghighat, Simon Denman, Clinton Fookes 외 arxiv

This article presents HOTFLoc++, an end-to-end hierarchical framework for LiDAR place recognition, re-ranking, and 6-DoF metric localisation in forests. Leveraging an octree-based transformer, our approach extracts featu…

Point Clouds

DARE-SLAM: Degeneracy-Aware and Resilient Loop Closing in Perceptually-Degraded Environments

2021-02-09 · Kamak Ebadi, Matteo Palieri, Sally Wood, Curtis Padgett 외

Enabling fully autonomous robots capable of navigating and exploring large-scale, unknown and complex environments has been at the core of robotics research for several decades. A key requirement in autonomous exploratio…

Loop Closure DetectionSimultaneous Localization and Mapping

UniMPR: A Unified Framework for Multimodal Place Recognition with Heterogeneous Sensor Configurations

2025-12-20 · Zhangshuo Qi, Jingyi Xu, Luqi Cheng, Shichen Wen 외 arxiv

Place recognition is a critical component of autonomous vehicles and robotics, enabling global localization in GPS-denied environments. Recent advances have spurred significant interest in multimodal place recognition (M…

Autonomous Vehicles

Regressing Transformers for Data-efficient Visual Place Recognition

2024-01-29 · María Leyva-Vallina, Nicola Strisciuglio, Nicolai Petkov

Visual place recognition is a critical task in computer vision, especially for localization and navigation systems. Existing methods often rely on contrastive learning: image descriptors are trained to have small distanc…

Contrastive LearningRe-RankingVisual Place Recognition

LaVPR: Benchmarking Language and Vision for Place Recognition

2026-02-03 · Ofer Idan, Dan Badur, Yosi Keller, Yoli Shavit arxiv

Visual Place Recognition (VPR) often fails under extreme environmental changes and perceptual aliasing. Beyond these limitations, standard systems cannot perform 'blind' localization from verbal descriptions alone, a cap…

Visual Place RecognitionCross-Modal Retrieval