SpotAgent: Grounding Visual Geo-localization in Large Vision-Language Models through Agentic Reasoning
Furong Jia, Ling Dai, Wenjin Deng, Fan Zhang, Chen Hu, Daxin Jiang, Yu Liu
TL;DR
SpotAgent reframes image geo-localization as an agentic decision process that actively leverages external tools within a ReAct loop to verify visual cues. The method introduces a three-stage post-training pipeline (SFT, Agentic Cold Start, RL) and a Spatially-Aware Dynamic Filtering strategy to efficiently train the agent on challenging, long-tail data. A Multi-Agent ReAct data-generation framework produces high-quality, tool-enabled trajectories, enabling grounded predictions with verifiable coordinates. Empirical results on standard benchmarks show state-of-the-art performance among retrieval-free approaches and substantial reductions in hallucinations, highlighting the practical impact of tool-assisted, agentic reasoning for robust geo-localization in the wild.
Abstract
Large Vision-Language Models (LVLMs) have demonstrated strong reasoning capabilities in geo-localization, yet they often struggle in real-world scenarios where visual cues are sparse, long-tailed, and highly ambiguous. Previous approaches, bound by internal knowledge, often fail to provide verifiable results, yielding confident but ungrounded predictions when faced with confounded evidence. To address these challenges, we propose SpotAgent, a framework that formalizes geo-localization into an agentic reasoning process that leverages expert-level reasoning to synergize visual interpretation with tool-assisted verification. SpotAgent actively explores and verifies visual cues by leveraging external tools (e.g., web search, maps) through a ReAct diagram. We introduce a 3-stage post-training pipeline starting with a Supervised Fine-Tuning (SFT) stage for basic alignment, followed by an Agentic Cold Start phase utilizing high-quality trajectories synthesized via a Multi-Agent framework, aiming to instill tool-calling expertise. Subsequently, the model's reasoning capabilities are refined through Reinforcement Learning. We propose a Spatially-Aware Dynamic Filtering strategy to enhance the efficiency of the RL stage by prioritizing learnable samples based on spatial difficulty. Extensive experiments on standard benchmarks demonstrate that SpotAgent achieves state-of-the-art performance, effectively mitigating hallucinations while delivering precise and verifiable geo-localization.
