Skip to content

DAS Wavefield reconstruction and compression with machine learning

License

Notifications You must be signed in to change notification settings

niyiyu/DAS-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Acoustic Sensing Compression and Wavefield Reconstruction with Deep 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

All codes are implemented in PyTorch. SHRED

Implicit Neural Representation (INR)

SIREN_vs_RFFN

Data

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

Due to the huge size of the data used in this study, 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 download.py in this directory.

Notes

Comments and sugguestions are welcomed. Please report all issues under this repository.