Skip to content

TMI paper "Iterative low-dose CT reconstruction with priors trained by neural networks".

License

Notifications You must be signed in to change notification settings

wudufan/KSAERecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReconWithKSAE

See the TMI paper "Iterative low-dose CT reconstruction with priors trained by nerual networks", by Dufan Wu, Kyungsang Kim, Geoges El Fakhri, and Quanzheng Li, 2017.

The code is in python with tensorflow 1.1.

The code uploaded here is only for the network training and deploying. The core GPU code for the image reconstruction (forward and backward model) was not included, because I am not the sole author for that piece of code. However, the reconstruction python code should give enough explanation on how to integrate the neural network into the reconstruction algorithm (SQS in our case).

The KSAE is an unsurpervised learning algorithm, please keep this in mind when doing comparison studies with other neural network based methods like ADMM-net.

About the folder:

Autoencoders/ - the KSAE codes, training codes, and deploying codes

FileOps/ - some IO operations

SQS/ - 2D image reconstruction sample

SQS3D/ - 3D image reconstruction sample

pythonWrapper/ - python interface for image reconstruction. The core CUDA code is not included here.

About

TMI paper "Iterative low-dose CT reconstruction with priors trained by neural networks".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages