SlideShare a Scribd company logo
1 of 34
Download to read offline
Prostate Cancer Diagnosis using Deep Learning
with 3D Multiparametric MRI:
Predicting the Gleason Grade Group
Saifeng Liu1, Huaixiu Zheng2, Yesu Feng3
1 The MRI Institute for Biomedical Research, Detroit, MI, USA
2 Uber Technologies Inc., San Francisco, CA, USA
3 LinkedIn, San Francisco, CA, USA
PROSTATEx-2 Challenge, AAPM 2017
Aug. 1st, 2017, Denver
Prostate Cancer
Estimated New Cancer Cases in Men in US (2017)2
Prostate Cancer
Other Cancers
19%
The second most common type of cancer in men1
Risk of prostate cancer: 1 in 7
Prostate Cancer
The second most common type of cancer in men1
Deaths caused by prostate cancer: 1 in 39
Estimated New Cancer Cases in Men in US (2017)2
Prostate Cancer
Other Cancers
19%
Prostate Cancer
• Limited diagnostic accuracy
• Prostate-specific antigen (PSA) test, digital rectal exam (DRE)
• Transrectal ultrasound (TRUS)/MRI guided biopsy
• Multiparametric MRI (mpMRI) with PI-RADS v2 (sensitivity & specificity ~ 0.8)3
• Few studies on the prediction of Gleason grade group using mpMRI4,5
PROSTATEx-2 Challenge
• Data: 162 MRI cases
• 182 lesions, 40% are used as test set.
• Multiple types of MRI images (DWI, ADC, Ktrans, T2WI).
• Each case contains at least one prostate lesion with provided location.
• Goal: Prediction of Gleason Grade Group (1 to 5)
• Evaluation metric: Quadratic-weighted Cohen’s kappa
• Challenges
• Ordinal classification
• Heterogenous data
• Very limited and unbalanced samples
PROSTATEx-2 Challenge
36
41
20
8 7
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
T2WI
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
T2WI
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
T2WI
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
T2WI
Data Preprocessing
Registration
• Interpolation
• Rigid-body registration
Region Growing
• Region growing using
the provided lesion
location
• Cropping the ROI
Train/Validation
Sample Preparation
• Train (85%)/Validation
(15%)
• Channel composition
DWI
ADC
Ktrans
T2WI
DWI(D), ADC(A), Ktrans(K), T2 (T)
AKTDAK
DAT DKT
Multi-view Slicing: data augmentation
3D slicing
Multi-view Slicing: data augmentation
3D slicing
Multi-view Slicing: data augmentation
3D slicing
Multi-view Slicing: data augmentation
3D slicing
Multi-view Slicing: data augmentation
Rotation, shearing and translation3D slicing
Multi-view Slicing: data augmentation
Rotation, shearing and translation3D slicing
Conventional Machine Learning Method
20
20
20
20
16
16
13
13
10
9
7
6
6
5
5
Ktrans_correlation
Ktrans_min
Ktrans_variance
ADC_min
ADC_variance
Ktrans_symmetry
DWI_mean
T2_Entropy
T2_sphericity
T2_Energy
DWI_Energy
ADC_25%
ADC_SumAverage
Ktrans_Contrast
T2_25%
Level 1 Model Feature Importance
Feature
Extraction
Training
XGBoost Model
Feature
Selection
Sensitivity: 0.87
Specificity: 0.77
Deep Learning Architecture: XmasNet
FC1 ReLU
FC2 ReLU Softmax
PROSTATEx-1:
Deep Learning vs. Conventional Machine Learning
Train Data ROC Curve
0.80
0.84
XGBoost XmasNet
Test Data AUC
SummerNet:
Deep Learning + Conventional Machine Learning
Level 1
Model
Level 2
Model
Level 3
Model
Level 4
Model
1
2
3
4
5
Trained using conventional
machine learning
Trained using deep learning
P(ggg>1)
P(ggg>2)
P(ggg>3)
P(ggg>4)
Multi-class
Model
Dealing with Unbalanced Data
Training level-3 model: train sample selection
ggg=1
ggg=2
ggg=3
ggg=4
ggg=5
Dealing with Unbalanced Data
Training level-3 model: train sample selection ggg>3
ggg=1
ggg=2
ggg=3
ggg=4
ggg=5
Dealing with Unbalanced Data
Training level-3 model: train sample selection ggg≤3ggg>3
ggg=1
ggg=2
ggg=3
ggg=4
ggg=5
Deep Learning + Conventional Machine Learning:
Model Importance
Deep Learning + Conventional Machine Learning:
Model Importance
Trained using conventional
machine learning
Deep Learning + Conventional Machine Learning:
Model Importance
Trained using conventional
machine learning
Trained using deep learning
Results
0.80
0.84
XGBoost XmasNet
PROSTATEx-1
Test Data AUC
PROSTATEx-2
Test Data Cohen’s kappa
0.19
0.05
0.26
XGBoost Levels 1&2
XmasNet
SummerNet
Conclusions and Future Directions
• Multi-level model for predicting Gleason Grade Group with mpMRI data
• Data augmentation with 3D rotation and slicing
• Deep learning + conventional machine learning reduced over-fitting
• Single model with multiple outputs
• Multi-channel input with 3D convolution layers
Our Team
Huaixiu Zheng Yesu Feng Saifeng Liu
References
• 1. Key Statistics for Prostate Cancer. Retrieved February 10, 2017, from
https://www.cancer.org/cancer/prostate-cancer/about/key-statistics.html
• 2. American Cancer Society. Cancer facts and figures 2017.
• 3. Kasel-Seibert M et al. European journal of radiology. 2016 ;85(4):726-31.
• 4. Fehr et al. PNAS. 2015;112(46):E6265-73.
• 5. Gondo et al. European Radiology. 2014 Dec;24(12):3161-70.
• 6. Ehrenberg HR et al. In SPIE Medical Imaging 2016 (pp. 97851J-97851J).
• 7. Chen T, Guestrin C. InProceedings of the 22Nd ACM SIGKDD International Conference on Knowledge
Discovery and Data Mining 2016 (pp. 785-794). ACM.
• 8. Simonyan, K.., Zisserman, A., ArXiv14091556 Cs (2014).
• 9. Vallières, M., et al. Phys. Med. Biol. 60(14), 5471 (2015).
• 10. Saifeng Liu, Huaixiu Zheng, Yesu Feng and Wei Li. Proc. SPIE 10134, Medical Imaging 2017:
Computer-Aided Diagnosis, 1013428; doi:10.1117/12.2277121;

More Related Content

Similar to Deep Learning Predicts Prostate Cancer Gleason Grade from MRI

Large Scale PCA Analysis in SVS
Large Scale PCA Analysis in SVSLarge Scale PCA Analysis in SVS
Large Scale PCA Analysis in SVSGolden Helix
 
Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningWookjin Choi
 
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Wookjin Choi
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET Journal
 
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses Dmitry Grapov
 
Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesMohamed Loey
 
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...Yan-Wei Lee
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)Dongheon Lee
 
East ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaEast ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaCytel
 
Eugm 2012 mehta - future plans for east - 2012 eugm
Eugm 2012   mehta - future plans for east - 2012 eugmEugm 2012   mehta - future plans for east - 2012 eugm
Eugm 2012 mehta - future plans for east - 2012 eugmCytel USA
 
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...Thermo Fisher Scientific
 
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...SOYEON KIM
 
Quantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisQuantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisWookjin Choi
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyWookjin Choi
 
Cervical Cancer Analysis
Cervical Cancer AnalysisCervical Cancer Analysis
Cervical Cancer AnalysisIRJET Journal
 
BPM19 - trace clustering on very large event data
BPM19 - trace clustering on very large event dataBPM19 - trace clustering on very large event data
BPM19 - trace clustering on very large event dataXixi Lu
 
Team c final slides
Team c final slidesTeam c final slides
Team c final slidesDEXINREN
 
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...QIAGEN
 

Similar to Deep Learning Predicts Prostate Cancer Gleason Grade from MRI (20)

Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selectio...
Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selectio...Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selectio...
Breast Cancer Diagnosis using a Hybrid Genetic Algorithm for Feature Selectio...
 
Large Scale PCA Analysis in SVS
Large Scale PCA Analysis in SVSLarge Scale PCA Analysis in SVS
Large Scale PCA Analysis in SVS
 
Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer Screening
 
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
Radiomics Analysis of Pulmonary Nodules in Low Dose CT for Early Detection of...
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses
Metabolomics and Beyond Challenges and Strategies for Next-gen Omic Analyses
 
Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer Diseases
 
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural...
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)
 
East ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaEast ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehta
 
Eugm 2012 mehta - future plans for east - 2012 eugm
Eugm 2012   mehta - future plans for east - 2012 eugmEugm 2012   mehta - future plans for east - 2012 eugm
Eugm 2012 mehta - future plans for east - 2012 eugm
 
Prediction of pKa from chemical structure using free and open source tools
Prediction of pKa from chemical structure using free and open source toolsPrediction of pKa from chemical structure using free and open source tools
Prediction of pKa from chemical structure using free and open source tools
 
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...
Massively Parallel Sequencing - integrating the Ion PGM™ sequencer into your ...
 
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...
Robust Pathway-based Multi-Omics Data Integration using Directed Random Walk ...
 
Quantitative Cancer Image Analysis
Quantitative Cancer Image AnalysisQuantitative Cancer Image Analysis
Quantitative Cancer Image Analysis
 
Artificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation OncologyArtificial Intelligence in Radiation Oncology
Artificial Intelligence in Radiation Oncology
 
Cervical Cancer Analysis
Cervical Cancer AnalysisCervical Cancer Analysis
Cervical Cancer Analysis
 
BPM19 - trace clustering on very large event data
BPM19 - trace clustering on very large event dataBPM19 - trace clustering on very large event data
BPM19 - trace clustering on very large event data
 
Team c final slides
Team c final slidesTeam c final slides
Team c final slides
 
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...
Advanced NGS Data Analysis & Interpretation- BGW + IVA: NGS Tech Overview Web...
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

Deep Learning Predicts Prostate Cancer Gleason Grade from MRI

  • 1. Prostate Cancer Diagnosis using Deep Learning with 3D Multiparametric MRI: Predicting the Gleason Grade Group Saifeng Liu1, Huaixiu Zheng2, Yesu Feng3 1 The MRI Institute for Biomedical Research, Detroit, MI, USA 2 Uber Technologies Inc., San Francisco, CA, USA 3 LinkedIn, San Francisco, CA, USA PROSTATEx-2 Challenge, AAPM 2017 Aug. 1st, 2017, Denver
  • 2. Prostate Cancer Estimated New Cancer Cases in Men in US (2017)2 Prostate Cancer Other Cancers 19% The second most common type of cancer in men1 Risk of prostate cancer: 1 in 7
  • 3. Prostate Cancer The second most common type of cancer in men1 Deaths caused by prostate cancer: 1 in 39 Estimated New Cancer Cases in Men in US (2017)2 Prostate Cancer Other Cancers 19%
  • 4. Prostate Cancer • Limited diagnostic accuracy • Prostate-specific antigen (PSA) test, digital rectal exam (DRE) • Transrectal ultrasound (TRUS)/MRI guided biopsy • Multiparametric MRI (mpMRI) with PI-RADS v2 (sensitivity & specificity ~ 0.8)3 • Few studies on the prediction of Gleason grade group using mpMRI4,5
  • 5. PROSTATEx-2 Challenge • Data: 162 MRI cases • 182 lesions, 40% are used as test set. • Multiple types of MRI images (DWI, ADC, Ktrans, T2WI). • Each case contains at least one prostate lesion with provided location. • Goal: Prediction of Gleason Grade Group (1 to 5) • Evaluation metric: Quadratic-weighted Cohen’s kappa
  • 6. • Challenges • Ordinal classification • Heterogenous data • Very limited and unbalanced samples PROSTATEx-2 Challenge 36 41 20 8 7
  • 7. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI
  • 8. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC
  • 9. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans
  • 10. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans T2WI
  • 11. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans T2WI
  • 12. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans T2WI
  • 13. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans T2WI
  • 14. Data Preprocessing Registration • Interpolation • Rigid-body registration Region Growing • Region growing using the provided lesion location • Cropping the ROI Train/Validation Sample Preparation • Train (85%)/Validation (15%) • Channel composition DWI ADC Ktrans T2WI DWI(D), ADC(A), Ktrans(K), T2 (T) AKTDAK DAT DKT
  • 15. Multi-view Slicing: data augmentation 3D slicing
  • 16. Multi-view Slicing: data augmentation 3D slicing
  • 17. Multi-view Slicing: data augmentation 3D slicing
  • 18. Multi-view Slicing: data augmentation 3D slicing
  • 19. Multi-view Slicing: data augmentation Rotation, shearing and translation3D slicing
  • 20. Multi-view Slicing: data augmentation Rotation, shearing and translation3D slicing
  • 21. Conventional Machine Learning Method 20 20 20 20 16 16 13 13 10 9 7 6 6 5 5 Ktrans_correlation Ktrans_min Ktrans_variance ADC_min ADC_variance Ktrans_symmetry DWI_mean T2_Entropy T2_sphericity T2_Energy DWI_Energy ADC_25% ADC_SumAverage Ktrans_Contrast T2_25% Level 1 Model Feature Importance Feature Extraction Training XGBoost Model Feature Selection Sensitivity: 0.87 Specificity: 0.77
  • 22. Deep Learning Architecture: XmasNet FC1 ReLU FC2 ReLU Softmax
  • 23. PROSTATEx-1: Deep Learning vs. Conventional Machine Learning Train Data ROC Curve 0.80 0.84 XGBoost XmasNet Test Data AUC
  • 24. SummerNet: Deep Learning + Conventional Machine Learning Level 1 Model Level 2 Model Level 3 Model Level 4 Model 1 2 3 4 5 Trained using conventional machine learning Trained using deep learning P(ggg>1) P(ggg>2) P(ggg>3) P(ggg>4) Multi-class Model
  • 25. Dealing with Unbalanced Data Training level-3 model: train sample selection ggg=1 ggg=2 ggg=3 ggg=4 ggg=5
  • 26. Dealing with Unbalanced Data Training level-3 model: train sample selection ggg>3 ggg=1 ggg=2 ggg=3 ggg=4 ggg=5
  • 27. Dealing with Unbalanced Data Training level-3 model: train sample selection ggg≤3ggg>3 ggg=1 ggg=2 ggg=3 ggg=4 ggg=5
  • 28. Deep Learning + Conventional Machine Learning: Model Importance
  • 29. Deep Learning + Conventional Machine Learning: Model Importance Trained using conventional machine learning
  • 30. Deep Learning + Conventional Machine Learning: Model Importance Trained using conventional machine learning Trained using deep learning
  • 31. Results 0.80 0.84 XGBoost XmasNet PROSTATEx-1 Test Data AUC PROSTATEx-2 Test Data Cohen’s kappa 0.19 0.05 0.26 XGBoost Levels 1&2 XmasNet SummerNet
  • 32. Conclusions and Future Directions • Multi-level model for predicting Gleason Grade Group with mpMRI data • Data augmentation with 3D rotation and slicing • Deep learning + conventional machine learning reduced over-fitting • Single model with multiple outputs • Multi-channel input with 3D convolution layers
  • 33. Our Team Huaixiu Zheng Yesu Feng Saifeng Liu
  • 34. References • 1. Key Statistics for Prostate Cancer. Retrieved February 10, 2017, from https://www.cancer.org/cancer/prostate-cancer/about/key-statistics.html • 2. American Cancer Society. Cancer facts and figures 2017. • 3. Kasel-Seibert M et al. European journal of radiology. 2016 ;85(4):726-31. • 4. Fehr et al. PNAS. 2015;112(46):E6265-73. • 5. Gondo et al. European Radiology. 2014 Dec;24(12):3161-70. • 6. Ehrenberg HR et al. In SPIE Medical Imaging 2016 (pp. 97851J-97851J). • 7. Chen T, Guestrin C. InProceedings of the 22Nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining 2016 (pp. 785-794). ACM. • 8. Simonyan, K.., Zisserman, A., ArXiv14091556 Cs (2014). • 9. Vallières, M., et al. Phys. Med. Biol. 60(14), 5471 (2015). • 10. Saifeng Liu, Huaixiu Zheng, Yesu Feng and Wei Li. Proc. SPIE 10134, Medical Imaging 2017: Computer-Aided Diagnosis, 1013428; doi:10.1117/12.2277121;