Giter Club home page Giter Club logo

seismicsuperresolution's Introduction

SeismicSuperResolution

This is a repository for the paper "Deep Learning for Simultaneous Seismic Image Super-Resolution and Denoising" (IEEE Transactions on Geoscience and Remote Sensing).

The frame and some code are from sanghyun-son/EDSR-PyTorch. src/loss/msssim.py was modified based on jorge-pessoa/pytorch-msssim.

Usage

SeismicSuperResolution/
      ├───── data/
      │        ├───── sx/     # high resolution data
      │        ├───── nx2/    # low resolution data
      │        └───── field/  # field data
      │                 ├───── kumano2_608x400.dat
      │                 ├───── lulia_592x400.dat
      │                 ├───── tp_352x240.dat
      │                 └───── ...
      ├───── experiment/
      │        ├───── alpha6/
      │        │        ├───── model/
      │        │        │         ├───── model_best.pt # in google drive
      │        │        │         └───── ...
      │        │        └───── ...
      │        └───── ...
      │ 
      └───── src/        
               └───── ...

Dataset

All the data used in this paper is avaliable in google drive https://drive.google.com/drive/folders/1DuMdclOdeXDgGBOhsHSlEdTB_LvhIH-X?usp=sharing. And the model experiment/alpha6/model/model_best.pt can also be obtained by above google drive link.

Code

All code is in the directory src.

Dependencies

  • python 3.6.9
  • pytorch 1.6.0
  • numpy 1.17.4
  • cudatoolkit 10.1.243
  • matplotlib 3.1.1

Citation

If you find this work useful in your research, please consider citing:

Plain Text

J. Li, X. Wu and Z. Hu, "Deep Learning for Simultaneous Seismic Image Super-Resolution and Denoising," in IEEE Transactions on Geoscience and Remote Sensing, vol. 60, pp. 1-11, 2022, Art no. 5901611, doi: 10.1109/TGRS.2021.3057857.

BibTex

@article{deep2022li,
   author={Li, Jintao and Wu, Xinming and Hu, Zhanxuan},
   journal={IEEE Transactions on Geoscience and Remote Sensing}, 
   title={Deep Learning for Simultaneous Seismic Image Super-Resolution and Denoising}, 
   year={2022},
   volume={60},
   number={5901611},
   pages={1-11},
   doi={10.1109/TGRS.2021.3057857}}

seismicsuperresolution's People

Contributors

jintaolee-roger 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.