AmirMardan / pinn_fwi

PINN-FWI: performing physics-informed neural network for FWI

Home Page:https://amirmardan.github.io/pinn_fwi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIANN-FWI for estimating the Marmousi velocity model ===================================================

In this repository, I implemented the physics-informed neural network (PINN) for full-waveform inversion. This PINN can be implemented with or without attention block. The architecture of their study is shown in the following figure.

For running the code, you should use this notebook. The required parameters for running this notebook should be set in this config file.

Note: I have commented cell 3 in this notebook, you should run this cell whenever you change an acquisition parameter (and for the first time using the codes).

Note: Please use the requirements file (written in the jupyter file) to install the packages with specified versions to be sure everything works.

pip install -r requirements.txt
In this repo, there are four scripts for running FWI:
1. pinn_fwi.py for performing PINN- or PIANN-FWI.
2. original_fwi.py for running the conventional FWI (Not available).
3. pinn_for_init.py for performing PINN- or PIANN-FWI to create an initial model and use that to perform the conventional FWI (Not available).
4. pinn_fwi.ipynb for performing PINN- or PIANN-FWI, but this notebook might not be updated.

The result of running this code for 22 shots with 2500 epochs on the Marmousi model is shown in the following figures.

res For a faster convergence (300 epochs), I considered geophones around the model and the results are with_init where the hybrid method is using the PIANN-FWI for creating only initial model.

Reference:

@inproceedings{mardan2024piann_eage,
    title = {Physics-informed attention-based neural networks for full-waveform inversion},
    author = {Mardan, Amir and Fabien-Ouellet, Gabriel},
    year = {2024},
    booktitle = {85$^{th}$ {EAGE} Annual Conference \& Exhibition},
    publisher = {European Association of Geoscientists \& Engineers},
    pages = {1-5},
    doi = {}
}

About

PINN-FWI: performing physics-informed neural network for FWI

https://amirmardan.github.io/pinn_fwi/

License:MIT License


Languages

Language:Jupyter Notebook 90.0%Language:Python 10.0%