saii-cldm-data
收藏资源简介:
SAII-CLDM数据集是一个专门用于支持SAII-CLDM开源实现的地震反演数据集。它主要包含Marmousi和Overthrust两个经典地震速度模型的数据。核心数据文件包括:Pwavevelocity.mat(官方Marmousi速度模型文件,用于VQGAN多尺度训练)、marmousi_256_train.npz(从Marmousi模型衍生的256x256对数速度图像补丁,经过翻转和弹性变形数据增强,用于LDDPM训练)、Overthrust_trueimp.mat(Overthrust基准评估文件)。数据集还提供了数据准备脚本prepare_marmousi_256_train.py和VGG感知损失权重文件vgg.pth。该数据集适用于图像到图像生成任务,特别是地震速度建模、声阻抗反演等地球物理应用场景,支持VQGAN和扩散模型等生成式AI方法的训练与评估。
The SAII-CLDM dataset is a seismic inversion dataset specifically designed to support the open-source implementation of SAII-CLDM. It primarily includes data from two classic seismic velocity models: Marmousi and Overthrust. Key data files consist of: Pwavevelocity.mat (the official Marmousi velocity model file for VQGAN multi-scale training), marmousi_256_train.npz (256x256 logarithmic velocity image patches derived from the Marmousi model, enhanced with flipping and elastic deformation for LDDPM training), and Overthrust_trueimp.mat (the Overthrust benchmark evaluation file). The dataset also provides a data preparation script prepare_marmousi_256_train.py and a VGG perceptual loss weight file vgg.pth. It is suitable for image-to-image generation tasks, particularly in geophysical applications such as seismic velocity modeling and acoustic impedance inversion, supporting the training and evaluation of generative AI methods like VQGAN and diffusion models.
SAII-CLDM Data 数据集概述
该数据集用于支持 SAII-CLDM 开源实现,属于图像到图像(image-to-image)任务类型,标签涉及地震反演、声阻抗、Marmousi 和 Overthrust 等地球物理领域。
包含文件
- Pwavevelocity.mat:官方 Marmousi 速度模型文件,用于 Stage 1 VQGAN 多尺度训练配置和实验性 Diffusers VQGAN 训练器。
- marmousi/marmousi_256_train.npz:基于官方 Marmousi 模型生成,包含 256×256 的对数速度补丁,并经过翻转和弹性变形增强,用于 Stage 2 训练和实验性 Diffusers LDDPM 训练器。
- overthrust/Overthrust_trueimp.mat:Overthrust 基准文件,用于评估代码。
- prepare_marmousi_256_train.py:最小化数据准备脚本,记录 Marmousi 衍生训练数据的生成方法,读取
Pwavevelocity.mat并输出训练.npz文件。 - vgg.pth:LPIPS 线性权重检查点,用于 VQGAN 感知损失,训练代码会自动将其复制到
tmp/vgg.pth。
环境变量配置示例
代码仓库中使用的环境变量路径示例:
bash IMPROVED_DIFFUSION_MINE_DIR=./data/saii-cldm-data MARMousi_NPZ=./data/saii-cldm-data/marmousi/marmousi_256_train.npz OVERTHRUST_DATA_DIR=./data/saii-cldm-data/overthrust




