RS-RAG: Bridging Remote Sensing Imagery and Comprehensive Knowledge with a Multi-Modal Dataset and Retrieval-Augmented Generation Model
Congcong Wen, Yiting Lin, Xiaokang Qu, Nan Li, Yong Liao, Hui Lin, Xiang Li
TL;DR
The paper tackles the gap in remote sensing vision-language models which struggle to incorporate external knowledge for complex reasoning. It introduces the Remote Sensing World Knowledge (RSWK) dataset, pairing high-resolution imagery with both remote sensing domain knowledge and world knowledge for 14,141 landmarks across 175 countries, and proposes RS-RAG, a Retrieval-Augmented Generation framework. RS-RAG builds a Multi-Modal Knowledge Vector Database using CLIP-based encodings and performs knowledge retrieval, fusion, and knowledge-conditioned prompting to guide a vision-language model. Across image captioning, image classification, and visual question answering, RS-RAG significantly outperforms state-of-the-art baselines, demonstrating the value of integrating external knowledge for more accurate, context-rich, and interpretable remote sensing VLM outputs.
Abstract
Recent progress in VLMs has demonstrated impressive capabilities across a variety of tasks in the natural image domain. Motivated by these advancements, the remote sensing community has begun to adopt VLMs for remote sensing vision-language tasks, including scene understanding, image captioning, and visual question answering. However, existing remote sensing VLMs typically rely on closed-set scene understanding and focus on generic scene descriptions, yet lack the ability to incorporate external knowledge. This limitation hinders their capacity for semantic reasoning over complex or context-dependent queries that involve domain-specific or world knowledge. To address these challenges, we first introduced a multimodal Remote Sensing World Knowledge (RSWK) dataset, which comprises high-resolution satellite imagery and detailed textual descriptions for 14,141 well-known landmarks from 175 countries, integrating both remote sensing domain knowledge and broader world knowledge. Building upon this dataset, we proposed a novel Remote Sensing Retrieval-Augmented Generation (RS-RAG) framework, which consists of two key components. The Multi-Modal Knowledge Vector Database Construction module encodes remote sensing imagery and associated textual knowledge into a unified vector space. The Knowledge Retrieval and Response Generation module retrieves and re-ranks relevant knowledge based on image and/or text queries, and incorporates the retrieved content into a knowledge-augmented prompt to guide the VLM in producing contextually grounded responses. We validated the effectiveness of our approach on three representative vision-language tasks, including image captioning, image classification, and visual question answering, where RS-RAG significantly outperformed state-of-the-art baselines.
