RSRCC
收藏资源简介:
RSRCC(遥感推理变化描述)数据集是一个专注于遥感图像语义变化理解的多模态数据集。该数据集通过配对的‘前后’卫星图像和自然语言问题回答,旨在支持对遥感场景中时间变化的更丰富理解。与传统的变化检测不同,RSRCC强调用自然语言描述变化的内容,例如新建建筑、拆除、道路或人行道变化、植被变化和住宅开发等。 数据集包含三个标准分割(训练集、验证集和测试集),每个分割包含图像文件夹和元数据文件。每个样本包括一张变化前的图像、一张变化后的图像以及描述语义变化的自然语言问题和答案。注释格式支持是/否和多选问题,适用于多模态时间推理任务。 RSRCC适用于语义变化描述、遥感图像视觉语言推理、多模态问答、时间场景理解以及遥感基础模型的指令调优等研究。数据集可通过Hugging Face Hub直接加载,每个样本提供三个字段:变化前图像、变化后图像和语义问题回答注释。
The RSRCC (Remote Sensing Reasoning and Change Description) dataset is a multimodal dataset focused on semantic change understanding of remote sensing images. Built using paired pre-change and post-change satellite images alongside natural language question-answering pairs, this dataset is designed to facilitate a more comprehensive understanding of temporal changes in remote sensing scenarios. Unlike traditional change detection, RSRCC prioritizes describing change details through natural language, including newly constructed buildings, demolitions, road or sidewalk alterations, vegetation changes, residential development, and other similar scenarios. The dataset is divided into three standard splits: training set, validation set, and test set. Each split contains image directories and metadata files. Each sample includes a pre-change image, a post-change image, natural language questions and answers that depict semantic changes, alongside the corresponding annotations. The annotation formats support both yes/no and multiple-choice questions, rendering it applicable to multimodal temporal reasoning tasks. RSRCC is applicable to a range of research fields, including semantic change description, visual-language reasoning for remote sensing images, multimodal question answering, temporal scene understanding, and instruction tuning for remote sensing foundation models. The dataset can be directly loaded through the Hugging Face Hub, with each sample providing three core fields: pre-change image, post-change image, and semantic question-answering annotations.
RSRCC 数据集概述
数据集基本信息
- 数据集名称:RSRCC (Remote Sensing Reasoning Change Captioning)
- 发布机构:Google Research 的 RSFM (Remote Sensing Foundation Models) 团队
- 官方代码库:https://github.com/google-research/remote-sensing/tree/main
- 许可证:apache-2.0
- 主要语言:英语 (en)
研究背景与目标
- 核心目标:推动遥感领域语义变化理解的研究,超越传统仅关注“变化位置”的检测,旨在用自然语言解释“发生了什么变化”。
- 任务范畴:视觉问答、图像文本到文本、多项选择。
- 应用领域:遥感、地理空间、多模态、变化检测、语义变化描述。
数据集内容与特点
- 数据构成:包含成对的“变化前”和“变化后”卫星图像,以及描述有意义变化的自然语言标注。
- 变化类型示例:新建建筑、拆除、道路或人行道变化、植被变化、住宅开发等。
- 关键特性:
- 语义变化理解:强调基于语言对场景变化进行解释。
- 图像对推理:每个样本包含时间对齐的前后图像对。
- 指令式标注:包含适用于多模态推理任务的问答式监督。
- 多样化问题格式:包含“是/否”和“多项选择”类型的问题。
- 遥感焦点:专为航空和卫星变化分析构建。
数据集结构
- 标准划分:训练集 (
train/)、验证集 (val/)、测试集 (test/)。 - 各划分内容:
images/:包含去重后图像文件的桶式文件夹。metadata.csv:将图像对与其文本标注链接起来的元数据文件。
- 样本构成:每个样本包含一张“变化前”图像、一张“变化后”图像以及一个描述语义变化的自然语言问题和答案。
标注格式
- 元数据中的每一行对应一个时间图像对及其关联的文本标注。
- 标注旨在以支持推理导向评估的方式捕捉语义变化。
- 示例格式:
- 是/否:例如,“交叉路口附近是否新建了结构?”
- 多项选择:例如,“图像东北部分的建筑发生了什么变化?”
预期用途
- 语义变化描述。
- 遥感图像上的视觉语言推理。
- 多模态问答。
- 时序场景理解。
- 遥感基础模型的指令微调。
使用说明与注意事项
- 图像存储在桶式子文件夹中,以提高托管效率并适应仓库限制。
- 图像文件已去重,因此针对同一场景对的重复问题会复用相同的基础前后图像。
- 元数据路径相对于每个划分目录。
- 加载方式:可直接通过 Hugging Face Hub 的
datasets库加载。 - 数据字段:每个样本提供三个字段:
before(变化前图像)、after(变化后图像)、text(语义问答标注)。 - 建议使用
streaming=True进行快速检查,无需下载完整划分即可读取少量样本。
引用信息
- 相关论文预印本即将发布。




