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 Prostate Cancer Diagnosis using Deep Learning with 3D Multiparametric MRI: Predicting the Gleason Grade Group

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 Prostate Cancer Diagnosis using Deep Learning with 3D Multiparametric MRI: Predicting the Gleason Grade Group (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

Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 

Recently uploaded (20)

NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 

Prostate Cancer Diagnosis using Deep Learning with 3D Multiparametric MRI: Predicting the Gleason Grade Group

  • 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;