SegEarth-R1: Geospatial Pixel Reasoning via Large Language Model
Kaiyu Li, Zepeng Xin, Li Pang, Chao Pang, Yupeng Deng, Jing Yao, Guisong Xia, Deyu Meng, Zhi Wang, Xiangyong Cao
TL;DR
The paper defines geospatial pixel reasoning as a task where models infer segmentation masks for implicit queries in remote sensing. It introduces EarthReason, a large-scale dataset with 5,434 image-mask pairs across 28 categories and 30k+ implicit QA pairs, plus empty-target cases and multi-scale imagery to test generalization. It proposes SegEarth-R1, a language-guided segmentation model that combines a hierarchical visual encoder, an LLM for instruction parsing, and a description-embedding-based mask generator tailored for spatial correlation, with aggressive token compression and a description projector. Across extensive experiments, SegEarth-R1 achieves state-of-the-art results on geospatial pixel reasoning and referring segmentation, demonstrating strong generalization and efficiency, and the authors release data and code to foster further research.
Abstract
Remote sensing has become critical for understanding environmental dynamics, urban planning, and disaster management. However, traditional remote sensing workflows often rely on explicit segmentation or detection methods, which struggle to handle complex, implicit queries that require reasoning over spatial context, domain knowledge, and implicit user intent. Motivated by this, we introduce a new task, \ie, geospatial pixel reasoning, which allows implicit querying and reasoning and generates the mask of the target region. To advance this task, we construct and release the first large-scale benchmark dataset called EarthReason, which comprises 5,434 manually annotated image masks with over 30,000 implicit question-answer pairs. Moreover, we propose SegEarth-R1, a simple yet effective language-guided segmentation baseline that integrates a hierarchical visual encoder, a large language model (LLM) for instruction parsing, and a tailored mask generator for spatial correlation. The design of SegEarth-R1 incorporates domain-specific adaptations, including aggressive visual token compression to handle ultra-high-resolution remote sensing images, a description projection module to fuse language and multi-scale features, and a streamlined mask prediction pipeline that directly queries description embeddings. Extensive experiments demonstrate that SegEarth-R1 achieves state-of-the-art performance on both reasoning and referring segmentation tasks, significantly outperforming traditional and LLM-based segmentation methods. Our data and code will be released at https://github.com/earth-insights/SegEarth-R1.
