This repository contains the code for CNN/WGAN-MSE/VGG network introduced in the following paper
Make sure you have Python installed, then install TensorFlow on your system.
In order to start the training process, please prepare your training data
in the following form:
data
: N x W x Hlabel
: N x W x H Here N, W, and H are number, depth, width, and height of the input data, respectively. Then data
and label
are stored in a hdf5
file.
Please also download the pre-trained VGG model from here.
python train_cnn.py
python train_wgan.py
Email: qs dot yang18 at gmail dot com
Any discussions, suggestions and questions are welcome!
@article{ldct_wgan_perceptual_loss,
author={Q. Yang and P. Yan and Y. Zhang and H. Yu and Y. Shi and X. Mou and M. K. Kalra and Y. Zhang and L. Sun and G. Wang},
journal={IEEE Transactions on Medical Imaging},
title={Low Dose {CT} Image Denoising Using a Generative Adversarial Network with Wasserstein Distance and Perceptual Loss},
year={2018},
volume={37},
number={6},
pages={1348-1357},
doi={10.1109/TMI.2018.2827462},
ISSN={0278-0062},
month={june},
}
Python Tensorflow