Skip to content

Code to reproduce "Separation and denoising of seismically-induced signals with dual-path recurrent neural network architecture" paper 2020

License

Notifications You must be signed in to change notification settings

crimeacs/source-separation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

"SEDENOSS: SEparating and DENOising Seismic Signals with dual-path recurrent neural network architecture"

Novoselov Artemii, Peter Balazs, Götz Bokelmann

IMGW Logo

This is the code to reproduce "SEDENOSS: SEparating and DENOising Seismic Signals with dual-path recurrent neural network architecture" paper 2021

Abstract

Seismologists have to deal with overlapping and noisy signals. Techniques such as source separation can be used to solve this problem. Over the past few decades, signal processing techniques used for source separation have advanced significantly for multi-station settings. But not so many options are available when it comes to single-station data. Using Machine Learning, we demonstrate the possibility of separating sources for single-station, one-component seismic recordings. The technique that we use for seismic signal separation is based on a dual-path recurrent neural network which is applied directly to the time domain data. Such source separation may find applications in most tasks of seismology, including earthquake analysis, aftershocks, nuclear verification, seismo-acoustics, and ambient-noise tomography. We train the network on seismic data from STanford EArthquake Dataset (STEAD) and demonstrate that our approach is a) capable of denoising seismic data and b) capable of separating two earthquake signals from one another. In this work, we show that Machine Learning is useful for earthquake-induced source separation.

How to install?

%cd /content
!rm -rf '/content/source-separation/'
!git clone https://github.com/IMGW-univie/source-separation.git
%cd /content/source-separation/sedenoss
!pip install -r requirements.txt
!pip install -e .

How to use?

Please refer to

%cd /content/source-separation/sedenoss/sedenoss
!python train.py --help

Easy start

Start SEDENOSS.ipynb in the Google Colaboratory and follow instructions

For earthquake related applications please download the data from the STEAD Dataset and adopt the notebooks accoringly to your data locations (as there is no automated way to download the data as of 18.11.2020)

Work in progress

This repo will be updated as soon as I'm done with all the other burning papers and repos (~end of october). Promise!

Know issues

If you are having troubles with torch-audiomentation try installing it with pip install git+https://github.com/asteroid-team/torch-audiomentations.git

About

Code to reproduce "Separation and denoising of seismically-induced signals with dual-path recurrent neural network architecture" paper 2020

Resources

License

Stars

Watchers

Forks

Packages

No packages published