SIGMA
收藏资源简介:
SIGMA是一个新的物理基础数据集,用于地震图像中的气体烟囱理解,提供像素级掩码用于检测,以及配对的退化/地面真实图像用于增强。
SIGMA is a novel physics-grounded dataset for gas chimney understanding in seismic images. It provides pixel-level masks for detection tasks, as well as paired degraded/ground-truth images for data augmentation.
SIGMA 数据集概述
SIGMA 是一个基于物理原理的地震图像气烟囱理解基准数据集,旨在推动气烟囱检测与图像增强的研究。
核心特点
- 数据内容:提供用于气烟囱检测的像素级掩码,以及配对的退化/真实地震图像对,支持图像增强任务。
- 数据规模:支持用户利用提供的生成流水线自主扩展数据集规模。
- 数据来源:基于物理模型合成,模拟地下流体迁移导致的气烟囱垂直异常现象。
数据集结构
| 组件 | 说明 |
|---|---|
| 像素级掩码 | 标记气烟囱区域的精确掩码,用于检测任务 |
| 退化/真实图像对 | 配对的地震图像,包括合成退化版本和对应的真实洁净版本,用于增强任务 |
使用方法
-
直接加载:通过 Hugging Face Datasets 加载: python from datasets import load_dataset dataset = load_dataset("giabao804/SIGMA")
-
自主生成:使用提供的流水线,基于物理模拟(包括速度模型准备、裂缝网络生成、气体饱和度建模、速度模型创建、逆时偏移合成地震图像)生成自定义数据集。
下载与访问
- 数据集:Hugging Face 数据集页面
- 论文:arXiv 预印本
- 项目主页:项目网站
引用
bibtex @misc{truong2026sigma, title={SIGMA: A Physics-Based Benchmark for Gas Chimney Understanding in Seismic Images}, author={Truong, Bao and Nguyen, Quang and Huang, Baoru and Han, Jinpei and Nguyen, Van and Le, Ngan and Pham, Minh-Tan and Hien, Doan Huy and Nguyen, Anh}, year={2026}, url={https://arxiv.org/abs/2603.23439}, }




