SlideShare a Scribd company logo
1 of 26
Computer‐Aided Diagnosis of Breast Cancer
Using Ensemble Convolutional Neural
Networks
Department of Computer Science and Information Engineering,
National Taiwan University, Taipei, Taiwan
Speaker : Yan-wei Lee
MOST Joint Research Center for AI Technology and All Vista Healthcare
Outline
• Introduction
• Material
• Method
• Result
• Conclusions
2
Introduction
• Breast Cancer
• Breast cancer is the most common malignancy in
women worldwide.
• Statistics have >40,000 deaths each year.
• If it can be detected and diagnosed early it is also
among the most curable cancer types.
3
Introduction
4
• Computer-Aided Diagnosis (CAD)
• Even well-trained experts may have a high variation rate.
• CAD is used to assist medical image interpretation.
• A major task for CAD systems is to classify whether a
tumor is malignant or benign.
Material
• Data Acquisition
• All data were collected from June 2000 to January 2018.
• Data were collected across 8 different ultrasonic
platforms, challenging the robustness of CNN.
5
Material
• Data Characteristics
• The data consists of a total of 1425 patients with 1687
tumors that have biopsy-proven diagnosis.
6
Method
• Proposed Method
• Tumor Segmentation
• The mask images generated from
the U-Net FCN model.
• CNN Architectures
• CNN Features Extraction
• Diagnosis Result
• Ensemble Method
7
Ultrasound
Image
Tumor
Segmentation
Classification
Feature
Extraction
CNN
Diagnosis Result
Region of Interest (ROI) Extraction
8
• The ROI of B-mode US image is manually
cropped by an expert-defined
• The bounding box was manually chosen surrounding
the tumor.
ROI
Tumor Image
9
• Purpose
• Shape of the breast tumor has a high correlation with
the tumor diagnostic result.
• Tumor Region Extracted
• U-Net method.
→ Conv, ReLU
→ Copy and crop
↓ Max-pooling 2x2
↑ Up-Pooling 2x2
→ Conv 1x1
Input
image
Output image
(segmented
map)
32 32
64 64
128 128
256 256
512
256 256
128 128
64 64
32 32 1
ROI Image Tumor ImageMask Image
CNN Architecture
10
• Purpose
• Different CNN architectures affect the performance.
• We could know which kind of CNN architecture
will be more suitable for what types of medical
image in breast cancer.
• CNNs
• VGG Net
• ResNet
• DenseNet
VGG Net
11
• Introduction
• VGG Net has been widely used for various
application on computer vision domain.
• Object classification
• Image segmentation
• VGG Net extracts more information by using more
hidden layers.
• 16 Layers
• 19 Layers
VGG-Like and VGG-16
12
• VGG-16
• We reduced the output from 1000
classes outputs to 2 classes outputs.
• 0 for benign and 1 for malignant.
• VGG-Like
• In order to improve time consuming
and memory required.
ResNet
13
• ResNet-18
• ResNet-50
• ResNet-101
DenseNet
14
• DenseNet-40
• DenseNet-121
• DenseNet-161
Hyperparameters
• The recorded hyper-parameters generated the best
performance in our experiments.
15
Ensemble Method
16
• Propose
• Get a better and more comprehensive generalized model.
• Even if a weak classifier got a wrong prediction, but whole
ensemble classifiers could correct the error back.
Ensemble Method
17
• Combine strategy
• Unweighted average
• Take all base machines output probability to average and output.
• Weighted average
• Each predicted probability multiplied by the weight, then average
and output.
• Weighted voting
• Count the vote and multiply the corresponding weight.
• Stacking (stacked generalization)
• Train a model for combining other models.
Ensemble Method
18
Base machine 1
Base machine 2
Base machine 3
Testing data
Ensemble
combine strategy
Prediction
“B/M”
Ensemble classifier
𝑝1
𝑝2
𝑝3
𝑖=1
4
𝑤𝑖 𝑝𝑖
• Three base machine with Three different data sets.
Result
19
• Different image data sets
• Dataset 1
• original tumor ROI.
• Dataset 2
• segmented tumor.
• Dataset 3
• tumor mask.
(Dataset 1)
(Dataset 2)
(Dataset 3)
Dataset 1 results
20
(Dataset 1)
(Dataset 2)
(Dataset 3)
0
0.2
0.4
0.6
0.8
1
0 0.2 0.4 0.6 0.8 1
TruePositionFraction
False Position Fraction
ROC Curves
VGG-Like (AUC=0.9198)
VGG-16 (AUC=0.9322)
ResNet-18 (AUC=0.9185)
ResNet-50 (AUC=0.8883)
ResNet-101 (AUC=0.9104)
DenseNet-40 (AUC=0.9352)
DenseNet-121 (AUC=0.9248)
DenseNet-161 (AUC=0.8918)
Dataset 2 results
21
(Dataset 1)
(Dataset 2)
(Dataset 3)
0
0.2
0.4
0.6
0.8
1
0 0.2 0.4 0.6 0.8 1
TruePositionFraction
False Position Fraction
ROC Curves
VGG-Like (AUC=0.9423)
VGG-16 (AUC=0.9393)
ResNet-18 (AUC=0.9199)
ResNet-50 (AUC=0.9157)
ResNet-101 (AUC=0.8940)
DenseNet-40 (AUC=0.9420)
DenseNet-121 (AUC=0.8870)
DenseNet-161 (AUC=0.9304)
Dataset 3 results
22
(Dataset 1)
(Dataset 2)
(Dataset 3)
0
0.2
0.4
0.6
0.8
1
0 0.2 0.4 0.6 0.8 1
TruePositionFraction
False Position Fraction
ROC Curves
VGG-Like (AUC=0.8989)
VGG-16 (AUC=0.9076)
ResNet-18 (AUC=0.8709)
ResNet-50 (AUC=0.8680)
ResNet-101 (AUC=0.8549)
DenseNet-40 (AUC=0.8932)
DenseNet-121 (AUC=0.8872)
DenseNet-161 (AUC=0.8533)
Ensemble base machine list
23
(Dataset 1)
(Dataset 2)
(Dataset 3)
Ensemble method results
24
• Combine Strategy
• Unweighted average (UA), Weighted average (WA),
Weighted voting (V), Stacking (S)
Conclusions
25
• Tumor shape can provide very helpful information
on diagnosis.
• The diagnostic performance of the ensemble method
was better than other models which using single
CNN architecture.
Thank you for listening !
26

More Related Content

What's hot

Poster: Monash Research Month 2007
Poster: Monash Research Month 2007Poster: Monash Research Month 2007
Poster: Monash Research Month 2007
Mahfuzul Haque
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threats
ijsrd.com
 

What's hot (8)

Ijciet 10 02_012
Ijciet 10 02_012Ijciet 10 02_012
Ijciet 10 02_012
 
Computer-aided diagnosis system for breast cancer based on the Gabor filter ...
Computer-aided diagnosis system for breast cancer  based on the Gabor filter ...Computer-aided diagnosis system for breast cancer  based on the Gabor filter ...
Computer-aided diagnosis system for breast cancer based on the Gabor filter ...
 
Kx2418461851
Kx2418461851Kx2418461851
Kx2418461851
 
Poster: Monash Research Month 2007
Poster: Monash Research Month 2007Poster: Monash Research Month 2007
Poster: Monash Research Month 2007
 
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related ToolsModeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
Modeling Cardiac Pacemakers With Timed Coloured Petri Nets And Related Tools
 
MRI Image Processing Matlab Projects Research Assistance
MRI Image Processing Matlab Projects Research AssistanceMRI Image Processing Matlab Projects Research Assistance
MRI Image Processing Matlab Projects Research Assistance
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threats
 
Predict Breast Cancer using Deep Learning
Predict Breast Cancer using Deep LearningPredict Breast Cancer using Deep Learning
Predict Breast Cancer using Deep Learning
 

Similar to Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural Networks [Ifmia2019 (no.58)]

Unknown power power point unknown power point
Unknown power power point unknown power pointUnknown power power point unknown power point
Unknown power power point unknown power point
xmendquick
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
AvijitChaudhuri3
 
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
Mohamed Loey
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptx
VishalLabde
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
sugiuralab
 

Similar to Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural Networks [Ifmia2019 (no.58)] (20)

Unknown power power point unknown power point
Unknown power power point unknown power pointUnknown power power point unknown power point
Unknown power power point unknown power point
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentation
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
 
Deep Learning for AI (3)
Deep Learning for AI (3)Deep Learning for AI (3)
Deep Learning for AI (3)
 
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
 
sec dc.pptx
sec dc.pptxsec dc.pptx
sec dc.pptx
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptx
 
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
Endobronchial Ultrasound Image Diagnosis Using Convolutional Neural Network (...
 
An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...
 
Skin_Cancer.pptx
Skin_Cancer.pptxSkin_Cancer.pptx
Skin_Cancer.pptx
 
Medical Segmentation Decathalon
Medical Segmentation DecathalonMedical Segmentation Decathalon
Medical Segmentation Decathalon
 
covid 19 detection using lung x-rays.pptx.pptx
covid 19 detection using lung x-rays.pptx.pptxcovid 19 detection using lung x-rays.pptx.pptx
covid 19 detection using lung x-rays.pptx.pptx
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
 
Neural networks
Neural networks Neural networks
Neural networks
 
Integrative Networks Centric Bioinformatics
Integrative Networks Centric BioinformaticsIntegrative Networks Centric Bioinformatics
Integrative Networks Centric Bioinformatics
 
Model
ModelModel
Model
 
Computer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programmingComputer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programming
 
Iaetsd early detection of breast cancer
Iaetsd early detection of breast cancerIaetsd early detection of breast cancer
Iaetsd early detection of breast cancer
 
Datamining in BreastCancer.pptx
Datamining in BreastCancer.pptxDatamining in BreastCancer.pptx
Datamining in BreastCancer.pptx
 

Recently uploaded

Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose AcademicsCytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
MedicoseAcademics
 
Failure to thrive in neonates and infants + pediatric case.pptx
Failure to thrive in neonates and infants  + pediatric case.pptxFailure to thrive in neonates and infants  + pediatric case.pptx
Failure to thrive in neonates and infants + pediatric case.pptx
claviclebrown44
 

Recently uploaded (20)

Unlocking Holistic Wellness: Addressing Depression, Mental Well-Being, and St...
Unlocking Holistic Wellness: Addressing Depression, Mental Well-Being, and St...Unlocking Holistic Wellness: Addressing Depression, Mental Well-Being, and St...
Unlocking Holistic Wellness: Addressing Depression, Mental Well-Being, and St...
 
Hemodialysis: Chapter 1, Physiological Principles of Hemodialysis - Dr.Gawad
Hemodialysis: Chapter 1, Physiological Principles of Hemodialysis - Dr.GawadHemodialysis: Chapter 1, Physiological Principles of Hemodialysis - Dr.Gawad
Hemodialysis: Chapter 1, Physiological Principles of Hemodialysis - Dr.Gawad
 
TEST BANK For Huether and McCance's Understanding Pathophysiology, Canadian 2...
TEST BANK For Huether and McCance's Understanding Pathophysiology, Canadian 2...TEST BANK For Huether and McCance's Understanding Pathophysiology, Canadian 2...
TEST BANK For Huether and McCance's Understanding Pathophysiology, Canadian 2...
 
Renal Replacement Therapy in Acute Kidney Injury -time modality -Dr Ayman Se...
Renal Replacement Therapy in Acute Kidney Injury -time  modality -Dr Ayman Se...Renal Replacement Therapy in Acute Kidney Injury -time  modality -Dr Ayman Se...
Renal Replacement Therapy in Acute Kidney Injury -time modality -Dr Ayman Se...
 
Unveiling Alcohol Withdrawal Syndrome: exploring it's hidden depths
Unveiling Alcohol Withdrawal Syndrome: exploring it's hidden depthsUnveiling Alcohol Withdrawal Syndrome: exploring it's hidden depths
Unveiling Alcohol Withdrawal Syndrome: exploring it's hidden depths
 
duus neurology.pdf anatomy. phisiology///
duus neurology.pdf anatomy. phisiology///duus neurology.pdf anatomy. phisiology///
duus neurology.pdf anatomy. phisiology///
 
Young & Hot ℂall Girls Patna 8250077686 WhatsApp Number Best Rates of Patna ℂ...
Young & Hot ℂall Girls Patna 8250077686 WhatsApp Number Best Rates of Patna ℂ...Young & Hot ℂall Girls Patna 8250077686 WhatsApp Number Best Rates of Patna ℂ...
Young & Hot ℂall Girls Patna 8250077686 WhatsApp Number Best Rates of Patna ℂ...
 
ESC HF 2024 Spotlights Day-2.pptx heart failure
ESC HF 2024 Spotlights Day-2.pptx heart failureESC HF 2024 Spotlights Day-2.pptx heart failure
ESC HF 2024 Spotlights Day-2.pptx heart failure
 
Mgr university bsc nursing adult health previous question paper with answers
Mgr university  bsc nursing adult health previous question paper with answersMgr university  bsc nursing adult health previous question paper with answers
Mgr university bsc nursing adult health previous question paper with answers
 
Sell 5cladba adbb JWH-018 5FADB in stock
Sell 5cladba adbb JWH-018 5FADB in stockSell 5cladba adbb JWH-018 5FADB in stock
Sell 5cladba adbb JWH-018 5FADB in stock
 
Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose AcademicsCytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
Cytoskeleton and Cell Inclusions - Dr Muhammad Ali Rabbani - Medicose Academics
 
Failure to thrive in neonates and infants + pediatric case.pptx
Failure to thrive in neonates and infants  + pediatric case.pptxFailure to thrive in neonates and infants  + pediatric case.pptx
Failure to thrive in neonates and infants + pediatric case.pptx
 
Treatment Choices for Slip Disc at Gokuldas Hospital
Treatment Choices for Slip Disc at Gokuldas HospitalTreatment Choices for Slip Disc at Gokuldas Hospital
Treatment Choices for Slip Disc at Gokuldas Hospital
 
ROSE CASE SPINAL SBRT BY DR KANHU CHARAN PATRO
ROSE  CASE SPINAL SBRT BY DR KANHU CHARAN PATROROSE  CASE SPINAL SBRT BY DR KANHU CHARAN PATRO
ROSE CASE SPINAL SBRT BY DR KANHU CHARAN PATRO
 
Gallbladder Double-Diverticular: A Case Report المرارة مزدوجة التج: تقرير حالة
Gallbladder Double-Diverticular: A Case Report  المرارة مزدوجة التج: تقرير حالةGallbladder Double-Diverticular: A Case Report  المرارة مزدوجة التج: تقرير حالة
Gallbladder Double-Diverticular: A Case Report المرارة مزدوجة التج: تقرير حالة
 
NDCT Rules, 2019: An Overview | New Drugs and Clinical Trial Rules 2019
NDCT Rules, 2019: An Overview | New Drugs and Clinical Trial Rules 2019NDCT Rules, 2019: An Overview | New Drugs and Clinical Trial Rules 2019
NDCT Rules, 2019: An Overview | New Drugs and Clinical Trial Rules 2019
 
Hi Fi * Surat ℂall Girls Surat Dumas Road 8527049040 WhatsApp AnyTime Best Su...
Hi Fi * Surat ℂall Girls Surat Dumas Road 8527049040 WhatsApp AnyTime Best Su...Hi Fi * Surat ℂall Girls Surat Dumas Road 8527049040 WhatsApp AnyTime Best Su...
Hi Fi * Surat ℂall Girls Surat Dumas Road 8527049040 WhatsApp AnyTime Best Su...
 
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdfSEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
SEMESTER-V CHILD HEALTH NURSING-UNIT-1-INTRODUCTION.pdf
 
How to buy 5cladba precursor raw 5cl-adb-a raw material
How to buy 5cladba precursor raw 5cl-adb-a raw materialHow to buy 5cladba precursor raw 5cl-adb-a raw material
How to buy 5cladba precursor raw 5cl-adb-a raw material
 
Vesu + ℂall Girls Serviℂe Surat (Adult Only) 8849756361 Esℂort Serviℂe 24x7 C...
Vesu + ℂall Girls Serviℂe Surat (Adult Only) 8849756361 Esℂort Serviℂe 24x7 C...Vesu + ℂall Girls Serviℂe Surat (Adult Only) 8849756361 Esℂort Serviℂe 24x7 C...
Vesu + ℂall Girls Serviℂe Surat (Adult Only) 8849756361 Esℂort Serviℂe 24x7 C...
 

Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural Networks [Ifmia2019 (no.58)]

  • 1. Computer‐Aided Diagnosis of Breast Cancer Using Ensemble Convolutional Neural Networks Department of Computer Science and Information Engineering, National Taiwan University, Taipei, Taiwan Speaker : Yan-wei Lee MOST Joint Research Center for AI Technology and All Vista Healthcare
  • 2. Outline • Introduction • Material • Method • Result • Conclusions 2
  • 3. Introduction • Breast Cancer • Breast cancer is the most common malignancy in women worldwide. • Statistics have >40,000 deaths each year. • If it can be detected and diagnosed early it is also among the most curable cancer types. 3
  • 4. Introduction 4 • Computer-Aided Diagnosis (CAD) • Even well-trained experts may have a high variation rate. • CAD is used to assist medical image interpretation. • A major task for CAD systems is to classify whether a tumor is malignant or benign.
  • 5. Material • Data Acquisition • All data were collected from June 2000 to January 2018. • Data were collected across 8 different ultrasonic platforms, challenging the robustness of CNN. 5
  • 6. Material • Data Characteristics • The data consists of a total of 1425 patients with 1687 tumors that have biopsy-proven diagnosis. 6
  • 7. Method • Proposed Method • Tumor Segmentation • The mask images generated from the U-Net FCN model. • CNN Architectures • CNN Features Extraction • Diagnosis Result • Ensemble Method 7 Ultrasound Image Tumor Segmentation Classification Feature Extraction CNN Diagnosis Result
  • 8. Region of Interest (ROI) Extraction 8 • The ROI of B-mode US image is manually cropped by an expert-defined • The bounding box was manually chosen surrounding the tumor. ROI
  • 9. Tumor Image 9 • Purpose • Shape of the breast tumor has a high correlation with the tumor diagnostic result. • Tumor Region Extracted • U-Net method. → Conv, ReLU → Copy and crop ↓ Max-pooling 2x2 ↑ Up-Pooling 2x2 → Conv 1x1 Input image Output image (segmented map) 32 32 64 64 128 128 256 256 512 256 256 128 128 64 64 32 32 1 ROI Image Tumor ImageMask Image
  • 10. CNN Architecture 10 • Purpose • Different CNN architectures affect the performance. • We could know which kind of CNN architecture will be more suitable for what types of medical image in breast cancer. • CNNs • VGG Net • ResNet • DenseNet
  • 11. VGG Net 11 • Introduction • VGG Net has been widely used for various application on computer vision domain. • Object classification • Image segmentation • VGG Net extracts more information by using more hidden layers. • 16 Layers • 19 Layers
  • 12. VGG-Like and VGG-16 12 • VGG-16 • We reduced the output from 1000 classes outputs to 2 classes outputs. • 0 for benign and 1 for malignant. • VGG-Like • In order to improve time consuming and memory required.
  • 15. Hyperparameters • The recorded hyper-parameters generated the best performance in our experiments. 15
  • 16. Ensemble Method 16 • Propose • Get a better and more comprehensive generalized model. • Even if a weak classifier got a wrong prediction, but whole ensemble classifiers could correct the error back.
  • 17. Ensemble Method 17 • Combine strategy • Unweighted average • Take all base machines output probability to average and output. • Weighted average • Each predicted probability multiplied by the weight, then average and output. • Weighted voting • Count the vote and multiply the corresponding weight. • Stacking (stacked generalization) • Train a model for combining other models.
  • 18. Ensemble Method 18 Base machine 1 Base machine 2 Base machine 3 Testing data Ensemble combine strategy Prediction “B/M” Ensemble classifier 𝑝1 𝑝2 𝑝3 𝑖=1 4 𝑤𝑖 𝑝𝑖 • Three base machine with Three different data sets.
  • 19. Result 19 • Different image data sets • Dataset 1 • original tumor ROI. • Dataset 2 • segmented tumor. • Dataset 3 • tumor mask. (Dataset 1) (Dataset 2) (Dataset 3)
  • 20. Dataset 1 results 20 (Dataset 1) (Dataset 2) (Dataset 3) 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 TruePositionFraction False Position Fraction ROC Curves VGG-Like (AUC=0.9198) VGG-16 (AUC=0.9322) ResNet-18 (AUC=0.9185) ResNet-50 (AUC=0.8883) ResNet-101 (AUC=0.9104) DenseNet-40 (AUC=0.9352) DenseNet-121 (AUC=0.9248) DenseNet-161 (AUC=0.8918)
  • 21. Dataset 2 results 21 (Dataset 1) (Dataset 2) (Dataset 3) 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 TruePositionFraction False Position Fraction ROC Curves VGG-Like (AUC=0.9423) VGG-16 (AUC=0.9393) ResNet-18 (AUC=0.9199) ResNet-50 (AUC=0.9157) ResNet-101 (AUC=0.8940) DenseNet-40 (AUC=0.9420) DenseNet-121 (AUC=0.8870) DenseNet-161 (AUC=0.9304)
  • 22. Dataset 3 results 22 (Dataset 1) (Dataset 2) (Dataset 3) 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 TruePositionFraction False Position Fraction ROC Curves VGG-Like (AUC=0.8989) VGG-16 (AUC=0.9076) ResNet-18 (AUC=0.8709) ResNet-50 (AUC=0.8680) ResNet-101 (AUC=0.8549) DenseNet-40 (AUC=0.8932) DenseNet-121 (AUC=0.8872) DenseNet-161 (AUC=0.8533)
  • 23. Ensemble base machine list 23 (Dataset 1) (Dataset 2) (Dataset 3)
  • 24. Ensemble method results 24 • Combine Strategy • Unweighted average (UA), Weighted average (WA), Weighted voting (V), Stacking (S)
  • 25. Conclusions 25 • Tumor shape can provide very helpful information on diagnosis. • The diagnostic performance of the ensemble method was better than other models which using single CNN architecture.
  • 26. Thank you for listening ! 26