LaVPR: Benchmarking Language and Vision for Place Recognition
Ofer Idan, Dan Badur, Yosi Keller, Yoli Shavit
TL;DR
LaVPR introduces a large-scale, open benchmark that augments established visual place recognition datasets with dense natural-language descriptions to enable robust multi-modal and cross-modal localization. The study shows that language descriptions act as a stable semantic prior, improving performance of compact visual backbones and enabling efficient deployment, while also establishing a LoRA-based MS-loss cross-modal framework that significantly enhances text-to-vision localization. Through extensive ablations, the work demonstrates the necessity of joint vision-language alignment over sequential re-ranking and highlights the trade-offs between fusion strategies, backbone choices, and language encoder capacities. Overall, LaVPR provides a practical, scalable pathway toward resilient, language-informed localization suitable for real-world applications and resource-constrained devices.
Abstract
Visual Place Recognition (VPR) often fails under extreme environmental changes and perceptual aliasing. Furthermore, standard systems cannot perform "blind" localization from verbal descriptions alone, a capability needed for applications such as emergency response. To address these challenges, we introduce LaVPR, a large-scale benchmark that extends existing VPR datasets with over 650,000 rich natural-language descriptions. Using LaVPR, we investigate two paradigms: Multi-Modal Fusion for enhanced robustness and Cross-Modal Retrieval for language-based localization. Our results show that language descriptions yield consistent gains in visually degraded conditions, with the most significant impact on smaller backbones. Notably, adding language allows compact models to rival the performance of much larger vision-only architectures. For cross-modal retrieval, we establish a baseline using Low-Rank Adaptation (LoRA) and Multi-Similarity loss, which substantially outperforms standard contrastive methods across vision-language models. Ultimately, LaVPR enables a new class of localization systems that are both resilient to real-world stochasticity and practical for resource-constrained deployment. Our dataset and code are available at https://github.com/oferidan1/LaVPR.
