EDCNN: Edge enhancement-based Densely Connected Network with Compound Loss for Low-Dose CT Denoising
By Tengfei Liang, Yi Jin, Yidong Li, Tao Wang.
This repository is an official implementation of the paper EDCNN: Edge enhancement-based Densely Connected Network with Compound Loss for Low-Dose CT Denoising. arXiv
IEEEXplore
Notes:
This repository provides model and loss implementation code, which can be easily integrated into the user's project.
Introduction
EDCNN is a new end-to-end Low-Dose CT Denoiser. Designed as the FCN structure, it can effectively realize the low-dose CT image denoising in the way of post-processing. With the noval edge enhancement module, densely connection and compound loss, the model has a good performance in preserving details and suppressing noise in this denoising task. (For more details, please refer to the original paper)
Denoised results
For fairness, we choose the REDCNN, WGAN and CPCE for comparison, because of their design of the single model, which is the same as our EDCNN model. All these models adopt the structure of convolutional neural networks.
Citing EDCNN
If you find EDCNN useful in your research, please consider citing:
@INPROCEEDINGS{9320928,
author={T. {Liang} and Y. {Jin} and Y. {Li} and T. {Wang}},
booktitle={2020 15th IEEE International Conference on Signal Processing (ICSP)},
title={EDCNN: Edge enhancement-based Densely Connected Network with Compound Loss for Low-Dose CT Denoising},
year={2020},
volume={1},
number={},
pages={193-198},
doi={10.1109/ICSP48669.2020.9320928}
}
License
This repository is released under the Apache 2.0 license. Please see the LICENSE file for more information.