Code Monkey home page Code Monkey logo

pocsdeblend's Introduction

LOGO

Reproducible material for Seismic deblending with a hard data constraint - Ravasi M. submitted to IMAGE 2024.

Project structure

This repository is organized as follows:

  • ๐Ÿ“‚ pocsdeblend: python library containing routines to perform deblending with various proximal solvers;
  • ๐Ÿ“‚ data: folder where input data must be placed;
  • ๐Ÿ“‚ notebooks: set of jupyter notebooks reproducing the experiments in the paper (see below for more details);

NOTE: due to their large size, the datasets used in this repository cannot be shared directly in this repository. Refer to the README file in the data folder for more details.

Notebooks

The following notebooks are provided:

  • ๐Ÿ“‚ seam1:

    • ๐Ÿ“™ Deblending_Seam1OBC.ipynb: notebook performing deblending with different solvers and frequency-independent thresholding;
    • ๐Ÿ“™ Deblending_Seam1OBC_freqthresh.ipynb: notebook performing deblending with different solvers and frequency-dependent thresholding;
    • ๐Ÿ“™ Deblending_Seam1OBC_freqthresh_gpu.ipynb: gpu implementation of Deblending_Seam1OBC_freqthresh;
    • ๐Ÿ“™ Deblending_Seam1OBC_visualization.ipynb: notebook used to create the final figures in the paper.
  • ๐Ÿ“‚ ove3dnew:

    • ๐Ÿ“™ 3DBlending_FKIHT.ipynb: notebook performing deblending with IHT solver and frequency-independent thresholding;
    • ๐Ÿ“™ 3DBlending_FKHQS.ipynb: notebook performing deblending with HQS solver and frequency-independent thresholding;
    • ๐Ÿ“™ 3DBlending_FKADMM.ipynb: notebook performing deblending with ADMM solver and frequency-independent thresholding;
    • ๐Ÿ“™ 3DBlending_Visualization.ipynb: notebook used to create the final figures in the paper;
    • ๐Ÿ“™ 3DBlending_FKIHT_freqthresh.ipynb: notebook performing deblending with IHT solver and frequency-dependent thresholding;
    • ๐Ÿ“™ 3DBlending_FKHQS_freqthresh.ipynb: notebook performing deblending with HQS solver and frequency-dependent thresholding;
    • ๐Ÿ“™ 3DBlending_FKADMM_freqthresh.ipynb: notebook performing deblending with ADMM solver and frequency-dependent thresholding;
    • ๐Ÿ“™ 3DBlending_Visualization_freqthresh.ipynb: notebook used to create the figures from frequency-dependent thresholding experiments.

Getting started ๐Ÿ‘พ ๐Ÿค–

To ensure reproducibility of the results, we suggest using the environment.yml file when creating an environment.

Simply run:

./install_env.sh

It will take some time, if at the end you see the word Done! on your terminal you are ready to go. After that you can simply install your package:

pip install .

or in developer mode:

pip install -e .

Remember to always activate the environment by typing:

conda activate pocsdeblend

Disclaimer: All experiments have been carried on a Intel(R) Xeon(R) CPU @ 2.10GHz equipped with a single NVIDIA GEForce RTX 3090 GPU. Different environment configurations may be required for different combinations of workstation and GPU.

pocsdeblend's People

Contributors

mrava87 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.