Coder Social home page Coder Social logo

deep-learning-based-low-dose-tomography-reconstruction-with-hybrid-dose-measurements's Introduction

Deep-Learning-based-Low-dose-Tomography-Reconstruction-with-Hybrid-dose-Measurements

This repository includes the functions for deep learning-based low-dose tomography tomography reconstruction with hybrid-dose measurements. In this work, we present a deep learning-based method to enhance low-dose tomography reconstruction via a hybrid-dose acquisition strategy composed of extremely sparse-view normal-dose projections and full-view low-dose projections. Corresponding image pairs are extracted from low-/normal-dose projections to train a deep convolutional neural network, which is then applied to enhance full-view noisy low-dose projections. Evaluation on two experimental datasets under different hybrid-dose acquisition conditions show significantly improved structural details and reduced noise levels compared to uniformly distributed acquisitions with the same number of total dosage. Method

Trainning

There are two different networks included, one is traditional Unet structure and the other is Unet with residual blocks. For each network, three different loss functions could be chosen by setting the correponding parameters. Here is the example to run by using mean absolute error loss only:

python ./HDrec-scripts/main_ResUnet2.py -expName nor-proj-ResUnet2-random-128-dose10-l1 -xtrain ./projection_sino/dataset/noisy_train_128_10.h5 -ytrain ./projection_sino/dataset/clean_train_128.h5 -xtest ./projection_sino/dataset/noisy_test_128_10.h5 -ytest ./projection_sino/dataset/clean_test_128.h5 -lmse 10 -lperc 0 -ladv 0 -lnpcc 0 -itg 1 -itd 1 -gpus 1

Required trainning datasets are included in the 'Datasets' folder.

In the script, there also provides the opportunity to run with GAN-based training.

Prediction

The function "main_predict_proj.py" is included to test the trainned networks. Here is the example to run the script:

python ./projection_sino/main_predict_proj.py -gpus 1 -modelName nor-proj-ResUnet2-random-2-dose100-l1-it20000 -xtest sino_00058_noisy_100 -tomo 58

Corresponding datasets and trained models are also included in the 'Datasets' folder.

If you find this work helpful, please consider cite:

Wu, Ziling, Tekin Bicer, Zhengchun Liu, Vincent De Andrade, Yunhui Zhu, and Ian T. Foster. "Deep Learning-based Low-dose Tomography Reconstruction with Hybrid-dose Measurements." arXiv preprint arXiv:2009.13589 (2020).

deep-learning-based-low-dose-tomography-reconstruction-with-hybrid-dose-measurements's People

Contributors

ziling-wu avatar

Watchers

James Cloos avatar  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.