Prompting a multimodal LLM to output a JSON similarity score directly, plus a mean-minus-standard-deviation consistency penalty, raises Tokyo247 R@1 from 77.1% (DINOv2 GeM) to 91.1% without fine-tuning.
Tell Me Where You Are: Multimodal LLMs Meet Place Recognition
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large language models (LLMs) exhibit a variety of promising capabilities in robotics, including long-horizon planning and commonsense reasoning. However, their performance in place recognition is still underexplored. In this work, we introduce multimodal LLMs (MLLMs) to visual place recognition (VPR), where a robot must localize itself using visual observations. Our key design is to use vision-based retrieval to propose several candidates and then leverage language-based reasoning to carefully inspect each candidate for a final decision. Specifically, we leverage the robust visual features produced by off-the-shelf vision foundation models (VFMs) to obtain several candidate locations. We then prompt an MLLM to describe the differences between the current observation and each candidate in a pairwise manner, and reason about the best candidate based on these descriptions. Our results on three datasets demonstrate that integrating the general-purpose visual features from VFMs with the reasoning capabilities of MLLMs already provides an effective place recognition solution, without any VPR-specific supervised training. We believe our work can inspire new possibilities for applying and designing foundation models, i.e., VFMs, LLMs, and MLLMs, to enhance the localization and navigation of mobile robots.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Scale, Don't Fine-tune: Guiding Multimodal LLMs for Efficient Visual Place Recognition at Test-Time
Prompting a multimodal LLM to output a JSON similarity score directly, plus a mean-minus-standard-deviation consistency penalty, raises Tokyo247 R@1 from 77.1% (DINOv2 GeM) to 91.1% without fine-tuning.