Synthesis of X-ray Projections via Deep Learning

Slides:



Advertisements
Similar presentations
A brief review of non-neural-network approaches to deep learning
Advertisements

Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Gaussian Conditional Random Field Network for Semantic Segmentation
Xintao Wu University of Arkansas Introduction to Deep Learning 1.
Learning to Compare Image Patches via Convolutional Neural Networks SERGEY ZAGORUYKO & NIKOS KOMODAKIS.
Automatic Lung Cancer Diagnosis from CT Scans (Week 3)
Convolutional Sequence to Sequence Learning
Unsupervised Learning of Video Representations using LSTMs
Deep Learning for Dual-Energy X-Ray
CNN-RNN: A Unified Framework for Multi-label Image Classification
Learning to Compare Image Patches via Convolutional Neural Networks
Demo.
Faster R-CNN – Concepts
Convolutional Neural Network
CS 388: Natural Language Processing: LSTM Recurrent Neural Networks
CS 4501: Introduction to Computer Vision Computer Vision + Natural Language Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy / Justin Johnson.
Fast edge-directed single-image super-resolution
The Relationship between Deep Learning and Brain Function
Object Detection based on Segment Masks
Deep Learning Amin Sobhani.
Randomness in Neural Networks
CSE 190 Neural Networks: How to train a network to look and see
Cascade of multi-scale convolutional neural networks for bone suppression of chest radiographs in gradient domain  Yang Wei , Chen Yingyin , Liu Yunbi.
Convolutional Neural Fabrics by Shreyas Saxena, Jakob Verbeek
Recurrent Neural Networks for Natural Language Processing
Jure Zbontar, Yann LeCun
Restricted Boltzmann Machines for Classification
A Hierarchical Model of Reviews for Aspect-based Sentiment Analysis
Robust Lung Nodule Classification using 2
Image Recognition. Contents: Motivation Objective Definition Introduction Preprocessing / Edge Detection Neural Networks in Image Recognition Practical.
Combining CNN with RNN for scene labeling (segmentation)
Ajita Rattani and Reza Derakhshani,
Shunyuan Zhang Nikhil Malik
For Monochromatic Imaging
CS6890 Deep Learning Weizhen Cai
Low Dose CT Image Denoising Using WGAN and Perceptual Loss
Master’s Thesis defense Ming Du Advisor: Dr. Yi Shang
Layer-wise Performance Bottleneck Analysis of Deep Neural Networks
A critical review of RNN for sequence learning Zachary C
Introduction to Neural Networks
Neural network systems
Grid Long Short-Term Memory
Learning to See in the Dark
Towards Understanding the Invertibility of Convolutional Neural Networks Anna C. Gilbert1, Yi Zhang1, Kibok Lee1, Yuting Zhang1, Honglak Lee1,2 1University.
RGB-D Image for Scene Recognition by Jiaqi Guo
Applications of Cellular Neural Networks to Image Understanding
Understanding LSTM Networks
Single Image Rolling Shutter Distortion Correction
Image to Image Translation using GANs
The Big Health Data–Intelligent Machine Paradox
On Convolutional Neural Network
Papers 15/08.
Outline Background Motivation Proposed Model Experimental Results
Recurrent Encoder-Decoder Networks for Time-Varying Dense Predictions
Object Tracking: Comparison of
Advances in Deep Audio and Audio-Visual Processing
边缘检测年度进展概述 Ming-Ming Cheng Media Computing Lab, Nankai University
Heterogeneous convolutional neural networks for visual recognition
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Chuan Wang1, Haibin Huang1, Xiaoguang Han2, Jue Wang1
Automatic Handwriting Generation
VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION
Weeks 1 and 2 Aaron Ott.
Learning Deconvolution Network for Semantic Segmentation
Deep screen image crop and enhance
Cengizhan Can Phoebe de Nooijer
Bidirectional LSTM-CRF Models for Sequence Tagging
End-to-End Speech-Driven Facial Animation with Temporal GANs
Directional Occlusion with Neural Network
20 November 2019 Output maps Normal Diffuse Roughness Specular
Presentation transcript:

Synthesis of X-ray Projections via Deep Learning Ye Duan University of Missouri at Columbia

Outline Multiview CNN/RNN for shape understanding Multiview Image Synthesis Conclusion & Future Work

Outline Multiview CNN/RNN for shape understanding Multiview Image Synthesis Conclusion & Future Work

MV-CNN Su et al., “Multi-view convolutional neural networks for 3d shape recognition”, ICCV 2015

MV-RNN (Truc Le & Ye Duan, Computer & Graphics, 2017) Convolutional Neural Network Fully-connected Long Short-Term Memory Conditional Random Field

MV-RNN: Input K views uniformly distributed Views are ordered Phong’s shading (light source is always behind the camera) Image resolution: 128 x 128 Store 2D-3D correspondence

CNN Module Each view shaded image is passed through an identical image-based CNN Many CNNs can be used: FCN DeconvNet HED (we use this one because it is designed for 2D edge detection) Output: edge confidence maps

Recurrent Neural Network: LSTM Module Edge probability maps are orderly fed to a two-layer LSTM as sequence Peep-hole LSTM with 1024 hidden units Fully-connected layer after the second LSTM Output: edge images for all views

Side-by-side Comparison

Side-by-side Comparison

Outline Multiview CNN/RNN for shape understanding Multiview Image Synthesis Conclusion & Future Work

Synthesis of X-ray Projections via Deep Learning

Synthesis of X-ray Projections via Deep Learning

Synthesis of X-ray Projections via Deep Learning Collaborated with Dr. Ge Wang and Qingsong Yang. X-ray imaging has been widely used in medical diagnostics. The potential risk of x-ray has drawing more and more concerns. To reduce the x-ray dose, one possible method is to reduce the number of x-ray projections. We proposed a method that infers the projection image from projections at adjacent angles using deep learning.

Synthesis of X-ray Projections via Deep Learning The proposed method can be used for limited-view CT reconstruction, where only a few projection data are acquired. The network can generate the missing data from known projections and guide the few-view reconstruction. The proposed method can be used in x-ray tomosynthesis, in which only two or three projection data are acquired

Network Architecture Discriminator 32@256x256 32@128x128 64@64x64

Experiments on Laser Scan 3D Data Result Ground Trust Input

Experiments on Laser Scan 3D Data Result Ground Trust Input

Experiments on Synthetic X-Ray Result Ground Trust Input

Experiments on Synthetic X-Ray Result Ground Trust Input

Experiments on Synthetic X-Ray Result Ground Trust Input

Training details Number of models: 20. Each model contains 72 images. Image size: 256x256 Batch size: 10 Epoches: 20 Learning rate: 1.0e-4 Adam optimization

Image Quality Evaluation Datasets PSNR SSIM Laser Scan 35.14 0.973 Synthetic X-Ray 34.34 0.969

Future Work Multi-view Image Super Resolution

Future Work 3D Volume synthesis

Acknowledgements Truc Le Giang Bui

Thank you! duanye@missouri.edu