8000 GitHub - geoimaging/fwiprepostai
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geoimaging/fwiprepostai

Repository files navigation

FWIPrePostAI - Shear Wave Velocity Prediction with Data-Driven Full Waveform Inversion (FWI) Models.

Sanish Bhochhibhoya and Joseph P. Vantassel

Table of Contents

About FWIPrePostAI

FWIPrePostAI is a Python-based toolkit designed to predict shear wave velocity profiles from waveform datasets using pre-trained artificial intelligence (AI) models. The repository includes tools for working with both simulated and real-field data, and features a pre-trained model developed by Vantassel and Bhochhibhoya (2025).

This work facilitates rapid and data-driven full waveform inversion (FWI) for geotechnical applications, lowering the technical barrier for non-expert users while maintaining robust predictive performance.

Citation

If you use FWIPrePostAI in your research or consulting, we ask you please cite the following:

Vantassel, J. P. and Bhochhibhoya, S. (2025). “Toward More-Robust, AI-enabled Subsurface Seismic Imaging for Geotechnical Applications.” Computers and Geotechnics. [In-Review]

Getting Started

Installation Guide for FWIPrePostAI

  1. Ensure Python is Installed.
    Verify that Python version 3.10 or later is installed on your system. If not, please follow the detailed installation instructions provided here.

  2. Download the Repository.
    Obtain a local copy of the FWIPrePostAI repository, either by downloading the repository as a .zip file and extracting its contents, or cloning the repository via Git.

  3. Install Required Python Packages.
    Navigate to the repository directory and install the necessary Python dependencies using the following command:
    python -m pip install -r requirements.txt
    For users unfamiliar with pip, a comprehensive tutorial is available here.

  4. Download the data Folder.
    Download the data directory from the provided Google Drive Link. Ensure that the downloaded data, fwiprepostai, and .ipynb files are all placed in the same parent directory. More details on the contents of data folder are provided in a later section.

Using FWIPrePostAI

  1. Launch the Notebooks.
    Open either Data_Driven_FWI_Prediction_field_data.ipynb or Data_Driven_FWI_Prediction_simulated.ipynb to get started with the prediction models.

    • Data_Driven_FWI_Prediction_field_data.ipynb - Notebook to perform a prediction on field data using the Vantassel and Bhochhibhoya (2025) model.
    • Data_Driven_FWI_Prediction_simulated.ipynb - Notebook to perform a prediction on the simulated (testing) dataset using the Vantassel and Bhochhibhoya (2025) model.
  2. Explore the Notebooks.
    Experiment with the notebooks using the different data provided. Once comfortable, try applying the Vantassel and Bhochhibhoya (2025) model to field or simulated data of your own.

Provided Datasets in data directory.

The data directory includes the following files and subdirectories essential for running the notebooks and reproducing results:

  1. model_weights/VantasselAndBhochhibhoya2025.weights.h5 contains the pre-trained model weights corresponding to the Vantassel and Bhochhibhoya (2025) architecture. This file is compatible with the model class defined in fwiprepostai/data_driven_fwi_models.py.
  2. waveforms\generated_data\samples_500_116.h5 contains a subset (500 samples) out of 10,000 sample testing dataset that used during the testing of the Vantassel and Bhochhibhoya (2025) model.
    Note: Samples with indices 269, 87, 252 were used in Figure 4 of the Vantassel and Bhochhibhoya (2025) paper.
  3. waveforms\real_field_data_numpy contains two NumPy arrays that represents the raw (drillfield_June28_raw.npy) and the field-corrected (drillfield_June28_lisousi.npy) data collected on the Virginia Tech Drillfield. \ Applying the correction procedure proposed by Forbriger et al. (2014) transforms the raw data to the lisousi data.
    Note: When using real-field data, you must apply the correction procedure described in Forbriger et al. (2014). We present both the raw and corrected data to allow others to compare their correction process to the one we have used for developing the AI model.
  4. waveforms\real_field_data_geode contains ten raw real-field waveform dataset obtained during field experiments at the Drillfield, Blacksburg, VA. Stacking these ten datasets reproduces drillfield_June28_raw.npy, as mentioned above.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0