Moonstone
收藏资源简介:
Moonstone 是一个多模态月球遥感基础模型基准数据集,旨在为月球科学和遥感研究提供统一的基准测试平台。该数据集整合了来自五个月球探测任务(LRO、Chandrayaan-1、GRAIL、Lunar Prospector、Clementine)中七个仪器家族的观测数据,形成了28个通道的全球覆盖月球数据集。所有数据均对齐到统一的等距圆柱投影网格,空间分辨率为128像素/度(约237米/像素),网格尺寸为46,080 x 23,040像素。数据按物理模态分为七组:表面形态、热特性、M3光谱、重力、雷达、Hapke参数和成分。数据集包含两个独立部分:预训练数据部分提供原始GeoTIFF文件和预归一化的内存映射数组,便于自监督预训练;基准评估部分提供16,200个256x256大小的图像块,并附带地质单元、年龄、月海/高地、陨石坑等标注信息,用于六个下游任务的评估:地质单元分类(49类)、地质年龄分类(5类)、化学成分回归(FeO和TiO2)、跨模态热特性预测、月海与高地语义分割、大型陨石坑(直径超过10公里)分割。数据来源于公开的NASA PDS、USGS和ODE档案,经过严格的15步处理流程构建,并进行了z-score归一化处理。
Moonstone is a multimodal lunar remote sensing foundation model benchmark dataset, aiming to provide a unified benchmark platform for lunar science and remote sensing research. This dataset integrates observation data from seven instrument families across five lunar exploration missions (LRO, Chandrayaan-1, GRAIL, Lunar Prospector, Clementine), forming a globally covered lunar dataset with 28 channels. All data are aligned to a unified equidistant cylindrical projection grid, with a spatial resolution of 128 pixels per degree (approximately 237 meters per pixel), and the grid size is 46,080 x 23,040 pixels. The data is divided into seven groups based on physical modalities: surface morphology, thermal properties, M3 spectroscopy, gravity, radar, Hapke parameters, and composition. The dataset consists of two independent parts: the pre-training data section provides raw GeoTIFF files and pre-normalized memory-mapped arrays to facilitate self-supervised pre-training; the benchmark evaluation section provides 16,200 image patches of size 256x256, along with annotation information such as geological units, ages, maria/highlands, and craters, for evaluation of six downstream tasks: geological unit classification (49 categories), geological age classification (5 categories), chemical composition regression (FeO and TiO2), cross-modal thermal property prediction, semantic segmentation of maria and highlands, and segmentation of large craters with a diameter exceeding 10 km. The data is sourced from public NASA PDS, USGS and ODE archives, constructed through a rigorous 15-step processing workflow, and subjected to z-score normalization.
Moonstone 月球遥感多模态基础模型基准数据集
数据集概览
- 名称: Moonstone
- 许可协议: CC-BY-4.0
- 数据规模: 10K < n < 100K
- 任务类型: 图像分类、图像分割及其他任务
- 学科领域: 月球、遥感、多模态、基础模型、行星科学
数据来源与构成
该数据集构建自 7 个仪器系列、5 个探月任务(LRO WAC/LOLA/Diviner/Mini-RF、Chandrayaan-1 M3、GRAIL、Lunar Prospector GRS、Clementine)的公开数据。所有通道对齐到共同的等矩形网格(46,080 × 23,040 像素,月球球体半径 a=b=1,737,400 m),空间分辨率为 128 ppd(约 237 m/像素),共 28 个通道,归为 7 个物理模态组:
| 模态组 | 包含通道 |
|---|---|
| 表面 | wac_morphology, elevation, slope, roughness |
| 热学 | diviner_tbol_midnight, diviner_temp_night, rock_abundance, christiansen_feature |
| 光谱 (M3) | m3_{750,950,1000,1250,1580,2000,2817,2857} nm |
| 重力 | grail_{freeair, bouguer, uncertainty} |
| 雷达 | minirf_{cpr, s1} (log1p 变换) |
| 光度 (Hapke) | wac_hapke_{415,566,604,689} nm |
| 成分 | clementine_uvvis_750nm, lpgrs_{tio2, feo} |
数据集结构
数据集分为两个独立部分:
1. 预训练数据 (pretraining/)
用于自监督预训练,总大小约 207 GB:
pretraining/aligned/— 28 个原始仪器 GeoTIFF 文件(128 ppd)及 M3 几何信息pretraining/mmap/— 经过 Z-score 归一化的内存映射 float32 数组,支持无限随机裁剪,附带 NaN 掩码和channel_index.jsonpretraining/channel_stats.json— 各通道(均值、标准差)归一化统计量(基于 200 个随机 256×256 窗口)
2. 基准评估数据 (benchmark/)
用于下游任务评估,总大小约 74 GB:
benchmark/lunar_patches_v4.h5— 16,200 个切片(180×90 网格)× 28 通道 × 256×256 像素,附带地质/年龄/月海元数据,已按 70/15/15 划分训练/验证/测试集benchmark/geologic_units.tif与benchmark/geologic_units.json— USGS 地质单元标签栅格及类别映射(支持地质分类与年龄分类任务)benchmark/mare_mask.tif— 月海与高地区分的地面真值(分割任务)benchmark/crater_mask.tif— 直径超过 10 km 的撞击坑地面真值(分割任务)
基准任务
该基准数据集定义 6 项下游任务:
- 地质分类(49 类)
- 年龄分类(5 类)
- 成分回归(FeO 和 TiO2 含量预测)
- 跨模态热学预测
- 月海与高地分割
- 撞击坑(>10 km)分割
数据预处理
所有数据源自 NASA PDS / USGS / ODE 公共档案,通过 Moonstone 代码仓库中的 15 步处理流程构建(步骤 01-15 + fix_minirf)。归一化方式为 Z-score 归一化,归一化后 NaN 值置为 0。
相关资源





