SlideShare a Scribd company logo
Thesis presentation by,
Seyyedomid Badretale
Supervisor:
Dr. J. Alirezaie
Design and implementation of Convolutional Neural
Networks for Low-Dose CT Image Noise Reduction
Outlines
✓ Contributions
✓ X-ray Computed Tomography (CT) overview
✓ Problem definition
✓ Overview of CT denoising methods
✓ Methodology
✓ Experimental Results
✓ Summary and Conclusion
September-10-17 | 2
3September-10-17 |
• Two CNN architectures are presented to remove noise from low-
dose CT images.
• First network is inspired by the dictionary learning methods and a
function is assigned for each layer based on this correlation.
• An efficient network is presented by improving the first
architecture in terms of speed and the performance.
• Important parameters for each network are investigated to find
the best performance.
• The models are tested and the results are compared to the state-
of-the-arts methods.
Contributions
X-Ray Computed Tomography (CT) Imaging
• Widely used diagnostic device
• Can reveal bones as well as soft tissues.
• Cross-sectional images
• Produce 3D images
• X-rays are ionizing beams
• Harmful to tissues (DNA)
• Higher cancer risk
September-10-17 | 4
Fundamentals of CT imaging [1]
5September-10-17 |
• low mAs → few photons detected → more noise
(low-dose) (Photon starvation) (low SNR)
Radiation Dose and Image Quality
60 mA 440 mA
Computed tomography artifacts [2]
Related Works
September-10-17 | 6
Literature
Review
➢Denoising applied to sinogram (projection data) [3]
➢ Effective, but Not readily available and accessible.
➢Denoising applied to the reconstructed image.
➢Wavelet [4]
➢Total Variation [5]
➢Dictionary Learning and Sparse Representation [6,7]
Deep
learning
➢Wikipedia: Machine learning […] gives “computers the ability
to learn without being explicitly programmed.”
➢Ingredients: smart algorithms, lots of examples (data), lots of
computational power.
CNN in Medical applications
September-10-17 | 7
▪ DICOM images
▪ 16-bits images
▪ Image and info
▪ Wide range of intensity
▪ Medical noise vs Natural noise
▪ Statistical property of low-dose CT images: Methods, such as median filtering, Gaussian filtering
▪ Filter size
▪ Too small : Less structural information
▪ Too large : huge computational complexity and less size of the dataset, smoothing
8September-10-17 |
• Two CNN architectures are presented to remove noise from
low-dose CT images.
• First network is inspired by the dictionary learning methods
and a function is assigned for each layer based on this
correlation.
• An efficient network is presented by improving the first
architecture in terms of speed and the performance.
• Important parameters for each network are investigated to find
the best performance.
• The model is tested and the results are compared to the state-
of-the-arts methods.
Contributions
9September-10-17 |
•
Proposed Low-dose CT CNN (LDCNN)
10September-10-17 |
Extracting low-dose
patches and project
onto a low-dose
dictionary
Iteratively processing
low-dose coefficients in
order to create the
normal-dose coefficients
Projecting the normal-
dose coefficients onto the
normal-dose dictionary
and averaging the
overlapping patches
from Dictionary learning to LDCNN
11September-10-17 |
•
LDCNN Structure
12September-10-17 |
•
LDCNN Structure
13September-10-17 |
•
LDCNN Structure
14September-10-17 |
•
Activation Functions
15September-10-17 |
End-to-end mapping between the low-dose and normal-dose CT images
Fully feed-forward network, it is unnecessary to solve the optimization problem.
Trained hierarchically structured feature maps from low-level (blobs, edges,
etc.) to high-level (more complex and detailed shapes) Transfer learning
Concise structure, but provides superior accuracy compared to state-of-the-art
methods.
Properties of the LDCNN
16September-10-17 |
➢Number of layers
Network parameters and Efficiency
17September-10-17 |
Network parameters and Efficiency
PSNR
(dB)
RMSE Parameter
s
PSNR
(dB)
RMSE Parameter
s
PSNR
(dB)
RMSE Parameter
s
32.14 0.16 32.11 0.19 32.01 0.27
➢ Number of feature maps
18September-10-17 |
Network parameters and Efficiency
➢ Filter size
19September-10-17 |
• Two CNN architectures are presented to remove noise from
low-dose CT images.
• First network is inspired by the dictionary learning methods
and a function is assigned for each layer based on this
correlation.
• An efficient network is presented by improving the first
architecture in terms of speed and the performance.
• Important parameters for each network are investigated to find
the best performance.
• The model is tested and the results are compared to the state-
of-the-arts methods.
Contributions
20September-10-17 |
from the LDCNN to Deep-LDCNN
21September-10-17 |
from the LDCNN to Deep-LDCNN
22September-10-17 |
from the LDCNN to Deep-LDCNN
23September-10-17 |
from the sparse-LDCNN to Deep-LDCNN
• Apply layer to reduce the computational
cost (pooling layer)
Compressing layer
• Adopt a wider mapping layer with the
lower size of the feature maps .
• Capture the non-linear property of the
noise
Mapping layer
• Inverse process of the compressing layer
Enlarging layer
24September-10-17 |
from the LDCNN to Deep-LDCNN
25September-10-17 |
from the sparse-LDCNN to Deep-LDCNN
Reassembling layer
Reduce the size of the feature
maps to enhance the sharpness
26September-10-17 |
•
Parametric ReLUReLU
Zero gradient whenever the
unit is not active.
Slow down the training
process due to the constant
zero gradients.
learned
parameter
27September-10-17 |
Sensitiveparameters
Number of feature maps in the feature extraction layer
()
Number of mapping layers ()
Number of feature maps in the compressing layer ()
Network parameters and Efficiency
Symmetric
Size of the feature maps in the
mapping layers
Compressing and Enlarging layers
28September-10-17 |
Network parameters and Efficiency
•
29September-10-17 |
Implementation Details
Normalizing images and
Extracting patches from CT
images using the stride and patch
size and create 4-D Hierarchical
Data Format (HDF) file
Caffe implementation :Defining
the layer parameters such as the
number of layers, number of
filters, kernel size, loss layer. Also
the network parameters such as
learning rate, momentum, number
of iterations.
Importing the network structures
from Caffe to Matlab and saving
the parameters
Applying test images and
evaluation metrics
30September-10-17 |
CT Datasets
I. Anthropomorphic thoracic phantom
• 407 normal-dose (200mAs) and corresponding low-dose
(25mAs) CT images.
• Focused on the lung nodules with different characteristics (size,
density, shape, location)
II. CATPHAN600 phantom
• 584 normal-dose (210mAs) and corresponding low-dose
(60mAs) CT images.
• Involves line pairs of different spacing and spheres with varying
contrast and is used for evaluating spatial resolutions.
III. Piglet dataset
• 906 normal-dose (300mAs) and corresponding low-dose (73,30,
15mAs) CT images.
31September-10-17 |
CT Datasets
Datasets Properties:
DICOM Images Randomly Shuffled data
Training, validation, and
test set involves 50%,
25%, and 25% of each
dataset respectively.
32September-10-17 |
Results- LDCNN
Metrics Proposed Algorithm SSC-GSM BM3D
PSNR 32.112 28.754 28.298
SSIM 0.834 0.786 0.736
RMSE 0.248 0.365 0.385
Metrics Proposed Algorithm SSC-GSM BM3D
PSNR 41.234 38.967 38.578
SSIM 0.941 0.913 0.919
RMSE 0.008 0.011 0.011
Thoracic dataset
CATPHAN 600 phantom
33September-10-17 |
CATPHAN 600- LDCNN
left to right: Low-dose, Normal-dose, LDCNN, BM3D method [8], SSC-GSM [9]
34September-10-17 |
CATPHAN 600 - LDCNN
left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
35September-10-17 |
Thoracic- LDCNN
left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
36September-10-17 |
Thoracic- LDCNN
left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
37September-10-17 |
Quality
Assessments
• Peak signal-to-noise ratio (PSNR)
• Root mean squared error (RMSE)
• Structural Similarity (SSIM)
• Multi-scale SSIM (MSSIM)
• Universal quality index (UQI)
• Weighted signal-to-noise ratio (WSNR)
• Visual information fidelity (VIF)
• Noise quality measure (NQM)
• information fidelity criterion (IFC)
Evaluation Metrics
38September-10-17 |
Evaluation Metrics
UQI
• luminance, contrast,
and structural
comparisons
WSNR (dB)
• Contrast sensitivity
functions (CSF) are
used as weights.
VIF
• The amount of
information shared
between the source and
the distorted image.
NQM (dB)
• Considers variation in
contrast sensitivity
with distance, image
dimensions and spatial
frequency.
IFC
• The mutual
information is derived
for one sub-band and
then generalized for
multiple sub-bands.
39September-10-17 |
CATPHAN 600- Deep-LDCNN
40September-10-17 |
CATPHAN 600- Deep-LDCNN
left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method, TV-
MCA method [10], LDCNN, Chen CNN [11].
41September-10-17 |
Piglet- Deep-LDCNN
42September-10-17 |
Piglet- Deep-LDCNN
left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method, TV-
MCA method, LDCNN, Chen CNN.
43September-10-17 |
Thoracic- Deep-LDCNN
44September-10-17 |
Thoracic- Deep-LDCNN
left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method,
TV-MCA method, LDCNN, Chen CNN.
45September-10-17 |
Simulated Dataset- Deep-LDCNN
46September-10-17 |
Summary and Conclusion
Demand for low-
dose CT image
denoising.
The CNN
architecture
inspired by the
dictionary
methods was
presented.
The architecture,
which was
improved in
terms of the
speed and the
performance was
presented.
The parameters
for each
architecture were
investigated to
find the optimum
results.
The performance
outperformed
other state-of-
the-art methods.
47September-10-17 |
• Two CNN architectures are presented to remove noise from low-
dose CT images.
• First network is inspired by the dictionary learning methods and a
function is assigned for each layer based on this correlation.
• An efficient network is presented by improving the first
architecture in terms of speed and the performance.
• Important parameters for each network are investigated to find
the best performance.
• The model is tested and the results are compared to the state-of-
the-arts methods.
Contributions
48September-10-17 |
Future work
Hot research areas:
• Deep learning is growing fast and advanced methods are proposing.
• Deep residual framework.
• Generative adversarial framework.
• Block-matching framework.
• Improving the contrast issue in DICOM.
49September-10-17 |
➢ [1] A. C. Kak and M. Slaney, “Principles of Computerized Tomographic Imaging,” IEEE Press, vol. 4, no. Dec, pp. 1–2, 1988.
➢ [2] F. E. Boas and D. Fleischmann, "Computed tomography artifacts: Causes and reduction techniques," Imaging in Medicine, vol. 4, no. 2, pp. 229-240, 2012.
➢ [3] P. J. La Rivière, “Penalized-likelihood sinogram smoothing for low-dose CT,” Med. Phys., vol. 32, no. 6Part1, pp. 1676–1683, 2005.
➢ [4] S. G. Chang, B. Yu, and M. Vetterli, “Adaptive wavelet thresholding for image denoising and compression,” IEEE Trans. Image Process., vol. 9, no. 9, pp. 1532–
1546, 2000.
➢ [5] L. I. Rudin, S. Osher, and E. Fatemi, “Nonlinear total variation based noise removal algorithms,” Phys. D Nonlinear Phenom., vol. 60, no. 1–4, pp. 259–268, 1992.
➢ [6] S. Ghadrdan, J. Alirezaie, S. Member, J. Dillenseger, and P. Babyn. 2014. Low-dose Computed Tomography Image Denoising based on Joint Wavelet and Sparse
representation. Engineering in Medicine and Biology Society (EMBC), 2014 36th Annual International Conference of the IEEE, 2014, 3325–3328.
➢ [7] Priyam Chatterjee and Peyman Milanfar. 2009. Image denoising using locally learned dictionaries. Proceedings of SPIE 7246, 7: 72460V–72460V–10, 1438 - 1451
➢ [8] A. Danielyan, V. Katkovnik, and K. Egiazarian, “BM3D Frames and Variational Image Deblurring”, IEEE Trans. Image Process., vol. 21, no. 4, pp. 1715-1728,
April 2012.
➢ [9] Weisheng Dong, Guangming Shi, Yi Ma, and Xin Li. 2015. Image Restoration via Simultaneous Sparse Coding: Where Structured Sparsity Meets Gaussian Scale
Mixture. International Journal of Computer Vision 114, 2: 217-232.
➢ [10] A. Khodabandeh, J. Alirezaie, P. Babyn, and A. Ahmadian, “Computed Tomography Image Denoising by Learning to Separate Morphological Diversity,”
Telecommun. Signal Process. (TSP), 2015 38th Int. Conf., pp. 513–517, 2015.
➢ [11] H. Chen, Y. Zhang, W. Zhang, P. Liao, K. Li, and J. Zhou, “LOW-DOSE CT DENOISING WITH CONVOLUTIONAL NEURAL NETWORK College of
Computer Science , Sichuan University , Chengdu 610065 , China National Key Laboratory of Fundamental Science on Synthetic Vision , Sichuan University , Chengdu
Department of Scientific Re,” pp. 2–5, 2017.
References
50September-10-17 |
➢S. Badretale, F. Shaker, J. Alirezaie, P. Babyn, “Fully Convolutional Architecture for
Low-Dose CT Image Noise Reduction”, Accepted and Presented in International
Conference on Artificial Intelligence Applications and Technologies, 2017, USA.
➢S. Badretale, F. Shaker, J. Alirezaie, P. Babyn, “Deep Convolutional approach for
Low-Dose CT Image Noise Reduction”, Submitted to the ICBME 2017.
Publications
September-10-17
Questions

More Related Content

What's hot

Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic SegmentationReview : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Dongmin Choi
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Shujaat Khan
 
EUCAP 2021_presentation (7)
EUCAP 2021_presentation (7)EUCAP 2021_presentation (7)
EUCAP 2021_presentation (7)
Hamdi Bilel
 
Adaptive and compressive beamforming using deep learning for medical ultrasound
Adaptive and compressive beamforming using deep learning for medical ultrasoundAdaptive and compressive beamforming using deep learning for medical ultrasound
Adaptive and compressive beamforming using deep learning for medical ultrasound
Shujaat Khan
 
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality EchocardiographyUnsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
Shujaat Khan
 
Universal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learningUniversal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learning
Shujaat Khan
 
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Chih-Chuan Cheng
 
JPD_OSA_Biomedical_Optics_2016
JPD_OSA_Biomedical_Optics_2016JPD_OSA_Biomedical_Optics_2016
JPD_OSA_Biomedical_Optics_2016John Paul Dumas
 
Switchable and tunable deep beamformer using adaptive instance normalization ...
Switchable and tunable deep beamformer using adaptive instance normalization ...Switchable and tunable deep beamformer using adaptive instance normalization ...
Switchable and tunable deep beamformer using adaptive instance normalization ...
Shujaat Khan
 
Cudaray
CudarayCudaray
Cudaray
saulloribeiro
 
Switchable Deep Beamformer for Ultrasound Imaging Using ADAIN
Switchable Deep Beamformer for Ultrasound Imaging Using ADAINSwitchable Deep Beamformer for Ultrasound Imaging Using ADAIN
Switchable Deep Beamformer for Ultrasound Imaging Using ADAIN
Shujaat Khan
 
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
Naoki Shibata
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain Method
IRJET Journal
 
2019-06-14:3 - Reti neurali e compressione video
2019-06-14:3 - Reti neurali e compressione video2019-06-14:3 - Reti neurali e compressione video
2019-06-14:3 - Reti neurali e compressione video
uninfoit
 
Transformer in Vision
Transformer in VisionTransformer in Vision
Transformer in Vision
Sangmin Woo
 
How much position information do convolutional neural networks encode? review...
How much position information do convolutional neural networks encode? review...How much position information do convolutional neural networks encode? review...
How much position information do convolutional neural networks encode? review...
Dongmin Choi
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
IRJET Journal
 
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIPDIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
vijayanand Kandaswamy
 
Haze removal for a single remote sensing image based on deformed haze imaging...
Haze removal for a single remote sensing image based on deformed haze imaging...Haze removal for a single remote sensing image based on deformed haze imaging...
Haze removal for a single remote sensing image based on deformed haze imaging...
LogicMindtech Nologies
 
A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...
eSAT Journals
 

What's hot (20)

Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic SegmentationReview : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
 
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound ImagingDeep Learning-Based Universal Beamformer for Ultrasound Imaging
Deep Learning-Based Universal Beamformer for Ultrasound Imaging
 
EUCAP 2021_presentation (7)
EUCAP 2021_presentation (7)EUCAP 2021_presentation (7)
EUCAP 2021_presentation (7)
 
Adaptive and compressive beamforming using deep learning for medical ultrasound
Adaptive and compressive beamforming using deep learning for medical ultrasoundAdaptive and compressive beamforming using deep learning for medical ultrasound
Adaptive and compressive beamforming using deep learning for medical ultrasound
 
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality EchocardiographyUnsupervised Deep Learning for Accelerated High Quality Echocardiography
Unsupervised Deep Learning for Accelerated High Quality Echocardiography
 
Universal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learningUniversal plane wave compounding for high quality us imaging using deep learning
Universal plane wave compounding for high quality us imaging using deep learning
 
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
Extend Your Journey: Considering Signal Strength and Fluctuation in Location-...
 
JPD_OSA_Biomedical_Optics_2016
JPD_OSA_Biomedical_Optics_2016JPD_OSA_Biomedical_Optics_2016
JPD_OSA_Biomedical_Optics_2016
 
Switchable and tunable deep beamformer using adaptive instance normalization ...
Switchable and tunable deep beamformer using adaptive instance normalization ...Switchable and tunable deep beamformer using adaptive instance normalization ...
Switchable and tunable deep beamformer using adaptive instance normalization ...
 
Cudaray
CudarayCudaray
Cudaray
 
Switchable Deep Beamformer for Ultrasound Imaging Using ADAIN
Switchable Deep Beamformer for Ultrasound Imaging Using ADAINSwitchable Deep Beamformer for Ultrasound Imaging Using ADAIN
Switchable Deep Beamformer for Ultrasound Imaging Using ADAIN
 
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain Method
 
2019-06-14:3 - Reti neurali e compressione video
2019-06-14:3 - Reti neurali e compressione video2019-06-14:3 - Reti neurali e compressione video
2019-06-14:3 - Reti neurali e compressione video
 
Transformer in Vision
Transformer in VisionTransformer in Vision
Transformer in Vision
 
How much position information do convolutional neural networks encode? review...
How much position information do convolutional neural networks encode? review...How much position information do convolutional neural networks encode? review...
How much position information do convolutional neural networks encode? review...
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIPDIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
 
Haze removal for a single remote sensing image based on deformed haze imaging...
Haze removal for a single remote sensing image based on deformed haze imaging...Haze removal for a single remote sensing image based on deformed haze imaging...
Haze removal for a single remote sensing image based on deformed haze imaging...
 
A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...
 

Similar to Omid Badretale Low-Dose CT noise reduction

Deep Learning Tomography
Deep Learning TomographyDeep Learning Tomography
Deep Learning Tomography
Amir Adler
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
gerogepatton
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
gerogepatton
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
Eswar Publications
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)
Mayur Sevak
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET Journal
 
Step by step process of uploading presentation videos
Step by step process of uploading presentation videos Step by step process of uploading presentation videos
Step by step process of uploading presentation videos
Hoopeer Hoopeer
 
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
ijtsrd
 
Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)
CPqD
 
Distributed compressive sampling for lifetime
Distributed compressive sampling for lifetimeDistributed compressive sampling for lifetime
Distributed compressive sampling for lifetimetopssy
 
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptxCONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
KerenEvangelineI
 
Multivariate dimensionality reduction in cross-correlation analysis
Multivariate dimensionality reduction in cross-correlation analysis Multivariate dimensionality reduction in cross-correlation analysis
Multivariate dimensionality reduction in cross-correlation analysis
ivanokitov
 
Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...
IEEEFINALYEARPROJECTS
 
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
IEEEGLOBALSOFTTECHNOLOGIES
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET Journal
 
Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...
JPINFOTECH JAYAPRAKASH
 
Optimal configuration of network
Optimal configuration of networkOptimal configuration of network
Optimal configuration of network
jpstudcorner
 
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Ian Foster
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET Journal
 
LTE-A Virtual Drive Testing for Vehicular Environments
LTE-A Virtual Drive Testing for Vehicular Environments LTE-A Virtual Drive Testing for Vehicular Environments
LTE-A Virtual Drive Testing for Vehicular Environments
Communication Systems & Networks
 

Similar to Omid Badretale Low-Dose CT noise reduction (20)

Deep Learning Tomography
Deep Learning TomographyDeep Learning Tomography
Deep Learning Tomography
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
 
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction NetworkEDGE-Net: Efficient Deep-learning Gradients Extraction Network
EDGE-Net: Efficient Deep-learning Gradients Extraction Network
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
Step by step process of uploading presentation videos
Step by step process of uploading presentation videos Step by step process of uploading presentation videos
Step by step process of uploading presentation videos
 
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
 
Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)
 
Distributed compressive sampling for lifetime
Distributed compressive sampling for lifetimeDistributed compressive sampling for lifetime
Distributed compressive sampling for lifetime
 
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptxCONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
CONVOLUTIONAL NEURAL NETWORK TECHNIQUE.pptx
 
Multivariate dimensionality reduction in cross-correlation analysis
Multivariate dimensionality reduction in cross-correlation analysis Multivariate dimensionality reduction in cross-correlation analysis
Multivariate dimensionality reduction in cross-correlation analysis
 
Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...
 
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
JAVA 2013 IEEE DATAMINING PROJECT Distributed processing of probabilistic top...
 
IRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural NetworksIRJET-Multiple Object Detection using Deep Neural Networks
IRJET-Multiple Object Detection using Deep Neural Networks
 
Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...
 
Optimal configuration of network
Optimal configuration of networkOptimal configuration of network
Optimal configuration of network
 
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
Accelerating the Experimental Feedback Loop: Data Streams and the Advanced Ph...
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
 
LTE-A Virtual Drive Testing for Vehicular Environments
LTE-A Virtual Drive Testing for Vehicular Environments LTE-A Virtual Drive Testing for Vehicular Environments
LTE-A Virtual Drive Testing for Vehicular Environments
 

Recently uploaded

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
nscud
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
ewymefz
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
enxupq
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
NABLAS株式会社
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
balafet
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 

Recently uploaded (20)

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
Machine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptxMachine learning and optimization techniques for electrical drives.pptx
Machine learning and optimization techniques for electrical drives.pptx
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 

Omid Badretale Low-Dose CT noise reduction

  • 1. Thesis presentation by, Seyyedomid Badretale Supervisor: Dr. J. Alirezaie Design and implementation of Convolutional Neural Networks for Low-Dose CT Image Noise Reduction
  • 2. Outlines ✓ Contributions ✓ X-ray Computed Tomography (CT) overview ✓ Problem definition ✓ Overview of CT denoising methods ✓ Methodology ✓ Experimental Results ✓ Summary and Conclusion September-10-17 | 2
  • 3. 3September-10-17 | • Two CNN architectures are presented to remove noise from low- dose CT images. • First network is inspired by the dictionary learning methods and a function is assigned for each layer based on this correlation. • An efficient network is presented by improving the first architecture in terms of speed and the performance. • Important parameters for each network are investigated to find the best performance. • The models are tested and the results are compared to the state- of-the-arts methods. Contributions
  • 4. X-Ray Computed Tomography (CT) Imaging • Widely used diagnostic device • Can reveal bones as well as soft tissues. • Cross-sectional images • Produce 3D images • X-rays are ionizing beams • Harmful to tissues (DNA) • Higher cancer risk September-10-17 | 4 Fundamentals of CT imaging [1]
  • 5. 5September-10-17 | • low mAs → few photons detected → more noise (low-dose) (Photon starvation) (low SNR) Radiation Dose and Image Quality 60 mA 440 mA Computed tomography artifacts [2]
  • 6. Related Works September-10-17 | 6 Literature Review ➢Denoising applied to sinogram (projection data) [3] ➢ Effective, but Not readily available and accessible. ➢Denoising applied to the reconstructed image. ➢Wavelet [4] ➢Total Variation [5] ➢Dictionary Learning and Sparse Representation [6,7] Deep learning ➢Wikipedia: Machine learning […] gives “computers the ability to learn without being explicitly programmed.” ➢Ingredients: smart algorithms, lots of examples (data), lots of computational power.
  • 7. CNN in Medical applications September-10-17 | 7 ▪ DICOM images ▪ 16-bits images ▪ Image and info ▪ Wide range of intensity ▪ Medical noise vs Natural noise ▪ Statistical property of low-dose CT images: Methods, such as median filtering, Gaussian filtering ▪ Filter size ▪ Too small : Less structural information ▪ Too large : huge computational complexity and less size of the dataset, smoothing
  • 8. 8September-10-17 | • Two CNN architectures are presented to remove noise from low-dose CT images. • First network is inspired by the dictionary learning methods and a function is assigned for each layer based on this correlation. • An efficient network is presented by improving the first architecture in terms of speed and the performance. • Important parameters for each network are investigated to find the best performance. • The model is tested and the results are compared to the state- of-the-arts methods. Contributions
  • 10. 10September-10-17 | Extracting low-dose patches and project onto a low-dose dictionary Iteratively processing low-dose coefficients in order to create the normal-dose coefficients Projecting the normal- dose coefficients onto the normal-dose dictionary and averaging the overlapping patches from Dictionary learning to LDCNN
  • 15. 15September-10-17 | End-to-end mapping between the low-dose and normal-dose CT images Fully feed-forward network, it is unnecessary to solve the optimization problem. Trained hierarchically structured feature maps from low-level (blobs, edges, etc.) to high-level (more complex and detailed shapes) Transfer learning Concise structure, but provides superior accuracy compared to state-of-the-art methods. Properties of the LDCNN
  • 16. 16September-10-17 | ➢Number of layers Network parameters and Efficiency
  • 17. 17September-10-17 | Network parameters and Efficiency PSNR (dB) RMSE Parameter s PSNR (dB) RMSE Parameter s PSNR (dB) RMSE Parameter s 32.14 0.16 32.11 0.19 32.01 0.27 ➢ Number of feature maps
  • 18. 18September-10-17 | Network parameters and Efficiency ➢ Filter size
  • 19. 19September-10-17 | • Two CNN architectures are presented to remove noise from low-dose CT images. • First network is inspired by the dictionary learning methods and a function is assigned for each layer based on this correlation. • An efficient network is presented by improving the first architecture in terms of speed and the performance. • Important parameters for each network are investigated to find the best performance. • The model is tested and the results are compared to the state- of-the-arts methods. Contributions
  • 20. 20September-10-17 | from the LDCNN to Deep-LDCNN
  • 21. 21September-10-17 | from the LDCNN to Deep-LDCNN
  • 22. 22September-10-17 | from the LDCNN to Deep-LDCNN
  • 23. 23September-10-17 | from the sparse-LDCNN to Deep-LDCNN • Apply layer to reduce the computational cost (pooling layer) Compressing layer • Adopt a wider mapping layer with the lower size of the feature maps . • Capture the non-linear property of the noise Mapping layer • Inverse process of the compressing layer Enlarging layer
  • 24. 24September-10-17 | from the LDCNN to Deep-LDCNN
  • 25. 25September-10-17 | from the sparse-LDCNN to Deep-LDCNN Reassembling layer Reduce the size of the feature maps to enhance the sharpness
  • 26. 26September-10-17 | • Parametric ReLUReLU Zero gradient whenever the unit is not active. Slow down the training process due to the constant zero gradients. learned parameter
  • 27. 27September-10-17 | Sensitiveparameters Number of feature maps in the feature extraction layer () Number of mapping layers () Number of feature maps in the compressing layer () Network parameters and Efficiency Symmetric Size of the feature maps in the mapping layers Compressing and Enlarging layers
  • 29. 29September-10-17 | Implementation Details Normalizing images and Extracting patches from CT images using the stride and patch size and create 4-D Hierarchical Data Format (HDF) file Caffe implementation :Defining the layer parameters such as the number of layers, number of filters, kernel size, loss layer. Also the network parameters such as learning rate, momentum, number of iterations. Importing the network structures from Caffe to Matlab and saving the parameters Applying test images and evaluation metrics
  • 30. 30September-10-17 | CT Datasets I. Anthropomorphic thoracic phantom • 407 normal-dose (200mAs) and corresponding low-dose (25mAs) CT images. • Focused on the lung nodules with different characteristics (size, density, shape, location) II. CATPHAN600 phantom • 584 normal-dose (210mAs) and corresponding low-dose (60mAs) CT images. • Involves line pairs of different spacing and spheres with varying contrast and is used for evaluating spatial resolutions. III. Piglet dataset • 906 normal-dose (300mAs) and corresponding low-dose (73,30, 15mAs) CT images.
  • 31. 31September-10-17 | CT Datasets Datasets Properties: DICOM Images Randomly Shuffled data Training, validation, and test set involves 50%, 25%, and 25% of each dataset respectively.
  • 32. 32September-10-17 | Results- LDCNN Metrics Proposed Algorithm SSC-GSM BM3D PSNR 32.112 28.754 28.298 SSIM 0.834 0.786 0.736 RMSE 0.248 0.365 0.385 Metrics Proposed Algorithm SSC-GSM BM3D PSNR 41.234 38.967 38.578 SSIM 0.941 0.913 0.919 RMSE 0.008 0.011 0.011 Thoracic dataset CATPHAN 600 phantom
  • 33. 33September-10-17 | CATPHAN 600- LDCNN left to right: Low-dose, Normal-dose, LDCNN, BM3D method [8], SSC-GSM [9]
  • 34. 34September-10-17 | CATPHAN 600 - LDCNN left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
  • 35. 35September-10-17 | Thoracic- LDCNN left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
  • 36. 36September-10-17 | Thoracic- LDCNN left to right: Low-dose, Normal-dose, LDCNN, BM3D method, SSC-GSM.
  • 37. 37September-10-17 | Quality Assessments • Peak signal-to-noise ratio (PSNR) • Root mean squared error (RMSE) • Structural Similarity (SSIM) • Multi-scale SSIM (MSSIM) • Universal quality index (UQI) • Weighted signal-to-noise ratio (WSNR) • Visual information fidelity (VIF) • Noise quality measure (NQM) • information fidelity criterion (IFC) Evaluation Metrics
  • 38. 38September-10-17 | Evaluation Metrics UQI • luminance, contrast, and structural comparisons WSNR (dB) • Contrast sensitivity functions (CSF) are used as weights. VIF • The amount of information shared between the source and the distorted image. NQM (dB) • Considers variation in contrast sensitivity with distance, image dimensions and spatial frequency. IFC • The mutual information is derived for one sub-band and then generalized for multiple sub-bands.
  • 40. 40September-10-17 | CATPHAN 600- Deep-LDCNN left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method, TV- MCA method [10], LDCNN, Chen CNN [11].
  • 42. 42September-10-17 | Piglet- Deep-LDCNN left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method, TV- MCA method, LDCNN, Chen CNN.
  • 44. 44September-10-17 | Thoracic- Deep-LDCNN left to right: Low-dose, Normal-dose, Deep- LDCNN, BM3D method, SSC-GSM method, TV-MCA method, LDCNN, Chen CNN.
  • 46. 46September-10-17 | Summary and Conclusion Demand for low- dose CT image denoising. The CNN architecture inspired by the dictionary methods was presented. The architecture, which was improved in terms of the speed and the performance was presented. The parameters for each architecture were investigated to find the optimum results. The performance outperformed other state-of- the-art methods.
  • 47. 47September-10-17 | • Two CNN architectures are presented to remove noise from low- dose CT images. • First network is inspired by the dictionary learning methods and a function is assigned for each layer based on this correlation. • An efficient network is presented by improving the first architecture in terms of speed and the performance. • Important parameters for each network are investigated to find the best performance. • The model is tested and the results are compared to the state-of- the-arts methods. Contributions
  • 48. 48September-10-17 | Future work Hot research areas: • Deep learning is growing fast and advanced methods are proposing. • Deep residual framework. • Generative adversarial framework. • Block-matching framework. • Improving the contrast issue in DICOM.
  • 49. 49September-10-17 | ➢ [1] A. C. Kak and M. Slaney, “Principles of Computerized Tomographic Imaging,” IEEE Press, vol. 4, no. Dec, pp. 1–2, 1988. ➢ [2] F. E. Boas and D. Fleischmann, "Computed tomography artifacts: Causes and reduction techniques," Imaging in Medicine, vol. 4, no. 2, pp. 229-240, 2012. ➢ [3] P. J. La Rivière, “Penalized-likelihood sinogram smoothing for low-dose CT,” Med. Phys., vol. 32, no. 6Part1, pp. 1676–1683, 2005. ➢ [4] S. G. Chang, B. Yu, and M. Vetterli, “Adaptive wavelet thresholding for image denoising and compression,” IEEE Trans. Image Process., vol. 9, no. 9, pp. 1532– 1546, 2000. ➢ [5] L. I. Rudin, S. Osher, and E. Fatemi, “Nonlinear total variation based noise removal algorithms,” Phys. D Nonlinear Phenom., vol. 60, no. 1–4, pp. 259–268, 1992. ➢ [6] S. Ghadrdan, J. Alirezaie, S. Member, J. Dillenseger, and P. Babyn. 2014. Low-dose Computed Tomography Image Denoising based on Joint Wavelet and Sparse representation. Engineering in Medicine and Biology Society (EMBC), 2014 36th Annual International Conference of the IEEE, 2014, 3325–3328. ➢ [7] Priyam Chatterjee and Peyman Milanfar. 2009. Image denoising using locally learned dictionaries. Proceedings of SPIE 7246, 7: 72460V–72460V–10, 1438 - 1451 ➢ [8] A. Danielyan, V. Katkovnik, and K. Egiazarian, “BM3D Frames and Variational Image Deblurring”, IEEE Trans. Image Process., vol. 21, no. 4, pp. 1715-1728, April 2012. ➢ [9] Weisheng Dong, Guangming Shi, Yi Ma, and Xin Li. 2015. Image Restoration via Simultaneous Sparse Coding: Where Structured Sparsity Meets Gaussian Scale Mixture. International Journal of Computer Vision 114, 2: 217-232. ➢ [10] A. Khodabandeh, J. Alirezaie, P. Babyn, and A. Ahmadian, “Computed Tomography Image Denoising by Learning to Separate Morphological Diversity,” Telecommun. Signal Process. (TSP), 2015 38th Int. Conf., pp. 513–517, 2015. ➢ [11] H. Chen, Y. Zhang, W. Zhang, P. Liao, K. Li, and J. Zhou, “LOW-DOSE CT DENOISING WITH CONVOLUTIONAL NEURAL NETWORK College of Computer Science , Sichuan University , Chengdu 610065 , China National Key Laboratory of Fundamental Science on Synthetic Vision , Sichuan University , Chengdu Department of Scientific Re,” pp. 2–5, 2017. References
  • 50. 50September-10-17 | ➢S. Badretale, F. Shaker, J. Alirezaie, P. Babyn, “Fully Convolutional Architecture for Low-Dose CT Image Noise Reduction”, Accepted and Presented in International Conference on Artificial Intelligence Applications and Technologies, 2017, USA. ➢S. Badretale, F. Shaker, J. Alirezaie, P. Babyn, “Deep Convolutional approach for Low-Dose CT Image Noise Reduction”, Submitted to the ICBME 2017. Publications