Hephaestus Minicubes
收藏资源简介:
这是一个用于通过InSAR卫星图像监测火山活动的新数据集。`Hephaestus Minicubes`基于`Hephaestus`并提供了多种关键优势:机器学习就绪状态、地理参考的InSAR图像(相对于PNG格式)、增强的空间分辨率(100米GSD相对于333米GSD)、物理可解释的像素值(相对于RGB合成)、具有空间和时间维度的Zarr文件格式,以及用于火山监测的关键附加数据:数字高程模型(DEM)、混淆大气变量。数据集覆盖了全球38个火山,分布在7大洲中的6个。标注由SAR/InSAR专家通过细致的照片解释制作,提供了关于变形类型(岩床、岩脉、莫吉、球体、地震)、强度水平(低、中、高)、非火山相关条纹(大气、轨道、冰川)的存在以及火山活动阶段(静止、动荡、反弹)的丰富信息。每个样本还包含观察到的现象的文本描述,非常适合基于语言的机器学习建模。
This is a new dataset designed for monitoring volcanic activities through InSAR satellite imagery. The Hephaestus Minicubes, based on Hephaestus, offers various key advantages: machine learning readiness, georeferenced InSAR images (in contrast to PNG format), enhanced spatial resolution (100-meter GSD compared to 333-meter GSD), physically interpretable pixel values (in contrast to RGB compositing), a Zarr file format with spatial and temporal dimensions, and critical additional data for volcanic monitoring such as digital elevation models (DEM) and atmospheric variables. The dataset covers 38 volcanoes globally, distributed across six continents. Annotations are meticulously created by SAR/InSAR experts through detailed photo interpretation, providing rich information about deformation types (bedrock, dikes, mogi, spherules, seismic), intensity levels (low, medium, high), the presence of non-volcanic streaks (atmospheric, orbital, glacial), and volcanic activity stages (stationary, tumultuous, rebound). Each sample also includes a textual description of the observed phenomena, making it highly suitable for language-based machine learning modeling.
Hephaestus Minicubes 数据集概述
数据集简介
- 名称:Hephaestus Minicubes
- 提交信息:NeurIPS 2025(Datasets and Benchmarks track)
- 基础数据集:基于
Hephaestus(Bountos et al., 2022)构建 - 主要用途:通过InSAR卫星图像进行火山活动监测
关键优势
- 机器学习就绪状态
- 地理参考InSAR图像(非PNG格式)
- 增强的空间分辨率:100m GSD(原333m GSD)
- 物理可解释的像素值(非RGB合成)
- Zarr文件格式,包含空间和时间维度
- 附加火山监测关键数据:数字高程模型(DEM)、干扰大气变量
数据集覆盖范围
- 火山数量:38座
- 覆盖大洲:6个(共7个)
标注信息
- 标注方法:SAR/InSAR专家通过照片判读
- 标注内容:
- 变形类型(岩床、岩脉、莫吉、球体、地震)
- 强度等级(低、中、高)
- 非火山相关条纹(大气、轨道、冰川)
- 火山活动阶段(静止、动荡、反弹)
- 附加信息:每个样本包含观察现象的文本描述
数据下载与处理
- 下载地址:Hephaestus_Minicubes_v0
- 解压步骤:
- 赋予解压脚本执行权限:
chmod +x decompress_datacubes.sh - 运行解压脚本:
./decompress_datacubes.sh ./hephaestus_minicubes_download
- 赋予解压脚本执行权限:
基准测试
- 任务类型:
- 图像分类(单图像和时间序列输入)
- 语义分割(单图像和时间序列输入)
- 模型列表:
- 分类:ResNet、MobileNet v3、EfficientNet v2、ConvNeXt、ViT
- 分割:DeepLab v3、UNet、SegFormer
数据划分
- 训练集:2014年1月-2019年5月
- 验证集:2019年6月-2019年12月
- 测试集:2020年1月-2021年12月
训练说明
- 配置:通过
configs/configs.json文件配置模型和训练参数 - 命令:
python main.py(可选--wandb标志同步到Weights and Biases) - WebDataset导出:需在配置文件中设置
webdataset参数为true
示例资源
- 交互式笔记本:Google Colab notebook
- Jupyter notebook:HephaestusMinicubes_sample.ipynb
技术说明
- 时间序列实现:随机子集选择或随机复制以达到所需长度
- 欠采样:训练时对所有正例和等量负例进行采样
- 裁剪:应用512x512随机偏移裁剪
- 目标掩码选项:Last、Peak、Union、All(仅用于调试)




