Search papers, labs, and topics across Lattice.
This paper addresses the challenges faced by multimodal large language models (MLLMs) in processing ultra-high-resolution (UHR) remote-sensing imagery, where task-relevant information is often sparse and spatially dispersed. The authors introduce GeoMTVR, a novel dataset designed for geospatial multi-tool visual reasoning, which includes 13K visual question answering samples that facilitate learning complex reasoning tasks involving multiple tools. By employing a reinforcement learning algorithm focused on tool attention, the resulting model, GeoLens, demonstrates significant improvements in accuracy and efficiency over existing methods, particularly in hard reasoning scenarios requiring global context and multi-region comparisons.
GeoLens outperforms traditional single-tool approaches by effectively integrating multiple visual reasoning tools, achieving superior accuracy and efficiency in complex remote sensing tasks.
Ultra-high-resolution (UHR) remote-sensing (RS) imagery provides fine-grained Earth-observation evidence over city-scale scenes, but poses a fundamental challenge for multimodal large language models (MLLMs): task-relevant evidence is often sparse, local, and spatially dispersed across extremely large visual contexts. A natural solution is to equip MLLMs with zoom-in tools for active local inspection. However, through a pilot study on XLRS-Bench, we find that zoom-in is only partially effective: it resolves easy and medium-level tasks with locally recoverable evidence, but saturates on hard cases requiring global search, multi-region comparison, path planning, or dispersed-evidence reasoning. Motivated by this finding, we move beyond single-tool zoom-in and introduce GeoMTVR, a large-scale Geospatial Multi-Tool Visual Reasoning dataset built from wide-area satellite imagery. GeoMTVR contains 13K UHR VQA samples with interleaved reasoning trajectories, diverse visual tool calls, and returned visual observations, enabling models to learn question decomposition, tool selection, regional inspection, object-level grounding, auxiliary visual reasoning, and cross-tool evidence integration. Beyond supervised fine-tuning, we propose a tool-attention-focused reinforcement learning algorithm that concentrates optimization on critical tool-use decisions, including when to invoke tools, which tool to select, where to apply it, and how to interpret tool outputs. By combining SFT on GeoMTVR with our RL algorithm, we develop GeoLens, a multi-tool visual reasoning MLLM for UHR RS. Experiments show that GeoLens consistently outperforms direct reasoning and single-tool zoom-in baselines, achieving stronger accuracy, better evidence grounding, and more efficient tool-use trajectories.