Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.23 KB

README.md

File metadata and controls

25 lines (18 loc) · 2.23 KB

Wavefield Reconstruction of Distributed Acoustic Sensing with Machine Learning

License: GPL v3

This study explores wavefield reconstruction using machine learning methods for data compression and wavefield separation. We test various architectures to treat DAS data as two-dimensional arrays, such as the Implicit Neural Representation (INR) models and the SHallow REcurrent Decoder (SHRED) model.

Tutorials

This repository provides independent notebook examples of model training and inference performed in the manuscript. All codes are implemented in PyTorch.

SHallow REcurrent Decoder

The notebook of SHRED model training on the CI DAS data is available at notebooks/training_SHRED_KKFLS.ipynb. See below for instructions of getting the training data. SHRED

Implicit Neural Representation

SIREN_vs_RFFN

Data

The earthquake data from the Cook Inlet DAS experiment are available at https://dasway.ess.washington.edu/gci/index.html. Earthquakes and daily data reports are updated daily.

Due to the size of the data used in this study (~260 GB per cable), we cannot upload it directly in this repository. However, we prepared a Python script to download these data from our archival server. Please refer to the script download.py and list of events event_list.csv in the repository.

Reference

Ni, Y., Denolle, M. A., Shi, Q., Lipovsky, B. P., Pan, S., & Kutz, J. N. (2024). Wavefield Reconstruction of Distributed Acoustic Sensing: Lossy Compression, Wavefield Separation, and Edge Computing. Journal of Geophysical Research: Machine Learning and Computation, accepted.