https://github.com/crimeacs/source-separation

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

https://github.com/crimeacs/source-separation

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: crimeacs
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 24.9 MB
Statistics
  • Stars: 22
  • Watchers: 4
  • Forks: 5
  • Open Issues: 3
  • Releases: 0
Created almost 6 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

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?

bash %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 bash %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

Owner

  • Name: Artemii Novoselov
  • Login: crimeacs
  • Kind: user
  • Location: Stanford
  • Company: Stanford

Postdoctoral Researcher @ Stanford University

GitHub Events

Total
  • Watch event: 4
Last Year
  • Watch event: 4

Dependencies

sedenoss/requirements.txt pypi
  • jsonargparse *
  • matplotlib ==3.2.2
  • more-itertools ==8.8.0
  • numpy ==1.19.5
  • obspy ==1.2.2
  • pandas ==1.1.5
  • pytorch-lightning ==1.4.2
  • scikit-learn ==0.22.2.post1
  • scipy ==1.4.1
  • tensorflow ==2.6.0
  • torch ==1.9.0
  • torch-audiomentations ==0.8.0
  • xarray ==0.18.2