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

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
 
(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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 

Recently uploaded (20)

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
 
(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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
★ 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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

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;