RSGround-R1: Rethinking Remote Sensing Visual Grounding through Spatial Reasoning
Shiqi Huang, Shuting He, Bihan Wen
TL;DR
RSGround-R1 tackles remote sensing visual grounding by reframing it as a spatial reasoning problem. It introduces a two-stage post-training pipeline: first, Chain-of-Thought SFT (CoT-SFT) to seed explicit position-aware reasoning, then Reinforcement Fine-Tuning (RFT) using GRPO with a continuous positional reward and a spatial consistency optimization to stabilize rollouts. The approach achieves state-of-the-art results on multiple RS grounding benchmarks and demonstrates strong out-of-domain generalization, while requiring only a fraction of training data. This work advances geospatial understanding by enabling more robust, interpretable spatial localization in large-scale aerial imagery. The combination of explicit reasoning priors and dense spatial feedback offers practical impact for urban planning, disaster response, and environmental monitoring.
Abstract
Remote Sensing Visual Grounding (RSVG) aims to localize target objects in large-scale aerial imagery based on natural language descriptions. Owing to the vast spatial scale and high semantic ambiguity of remote sensing scenes, these descriptions often rely heavily on positional cues, posing unique challenges for Multimodal Large Language Models (MLLMs) in spatial reasoning. To leverage this unique feature, we propose a reasoning-guided, position-aware post-training framework, dubbed \textbf{RSGround-R1}, to progressively enhance spatial understanding. Specifically, we first introduce Chain-of-Thought Supervised Fine-Tuning (CoT-SFT) using synthetically generated RSVG reasoning data to establish explicit position awareness. Reinforcement Fine-Tuning (RFT) is then applied, augmented by our newly designed positional reward that provides continuous and distance-aware guidance toward accurate localization. Moreover, to mitigate incoherent localization behaviors across rollouts, we introduce a spatial consistency guided optimization scheme that dynamically adjusts policy updates based on their spatial coherence, ensuring stable and robust convergence. Extensive experiments on RSVG benchmarks demonstrate superior performance and generalization of our model.
