pneumonia detection from x- ray images using deep learning

10
DEEP LEARNING NEURAL NETWORKS Pneumonia Detection from X- ray images using Deep Learning Neural Networks Javier Herbas

Upload: others

Post on 17-Apr-2022

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Pneumonia Detection from X-ray images using Deep

Learning Neural Networks

Javier Herbas

Page 2: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

PneumoniabackgroundDataGatheringConvolutionalNeuralNetworksModelEvaluationSummaryandRecommendationsWayForward

Page 3: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Pneumonia Background

What is Pneumonia?

o  Is a lung infection that can be caused by different types of microorganisms including bacteria, viruses, and fungi

o  It causes the lung’s air sac, or alveoli, to become inflamed and filled up with fluid and/or pus, making breathing more difficult

o  Severe pneumonia will inflamed the lungs to a point where they cannot take enough oxygen or expel enough carbon dioxide

o  Continuous depravation of oxygen can damage organs such kidney and the heart

o  Today the most common diagnosis of severe Covid-19 is severe Pneumonia

Page 4: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Data Gathering and QC

o  Source: Kaggle

o  X-rays: 5856

o  Nested Folder Structure:

o  Train subset: 5216 (89.07%) o  Test subset: 624 524 (8.95%) o  Val subset: 16 116 (1.98%)

Accessing & plotting X-ray images

TrainSubset TestSubsetLooking at the data distribution

o  Images were resize to 256 colors (0-255) o  Train subset was augmented modifying 4 parameters

Page 5: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Convolutional Neural Network Model o  15 different model architectures were tested o  Simple 2-layer models more complex 5-layer models.

o  Tests were done with 5, 10 and 15 epochs. If validation accuracy > 70% then model was fitted with 30 and 50 epochs

Model_5

Model_15

Page 6: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Model Evaluation

Model_5:Epoch50/50TrainAccuracy:0.9722TrainLoss:0.0803Val.Accuracy:0.9310TrainLoss:0.1954

Model_15:Epoch50/50

TrainAccuracy:0.9631TrainLoss:0.1026

Val.Accuracy:0.9224TrainLoss:0.2479

Almostidentical

Page 7: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Model Evaluation o  Forunbalanceddatatheaccuracyisnotthebestmetric

Model_5Precisionscore:72.39%Recallscore:97.94%F1score:83.25%

12757

7 333

Model_15Precisionscore:87.05%Recallscore:85.00%F1score:86.01%

141 43

51 289

Asareminder:Precision=TP/(TP+FP)Recall=TP/(TP+FN)F1=(TP+TN)/TotalTP=TruePositiveFP=FalsePositiveFN=FalseNegativeTN=TrueNegative

Page 8: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Summary & Recommendations

The following recommendations are based on my short experience with Deep Learning Neural Network, and they represent the challenges I faced during this project. o Check your data’s distribution so that you can properly interpret your model after

training it. An unbalanced dataset will not be properly evaluated with just accuracy but with other metrics such as precision and recall. Confusion Matrix are very useful

o Don’t over complicate the model’s architecture as it won’t necessarily translate as

better. Start simple and add layers as you progress o Don’t limit yourself to just one model. Try different options so that you can compare

results and reduce uncertainty

Page 9: Pneumonia Detection from X- ray images using Deep Learning

DE

EP

LEA

RN

ING

NE

UR

AL

NE

TWO

RK

S

Way forward

o  Train both selected models with a minimum of 100 epochs to try to reach convergence

o  Redo the selected models with a split of 80, 20, 20% for train, test and validation subset respectively, and compare to current split used

o  Redo this exercise with the original dataset from the Mendeley site (June 2018)

Page 10: Pneumonia Detection from X- ray images using Deep Learning

011101000110100001100001011011100110101100100000011110010110111101110101