Top Banner
#CMIMI18 #CMIMI18 Smartphone-Supported Automated Malaria Parasite Detection Feng Yang Lister Hill National Center for Biomedical Communications National Library of Medicine, NIH
13

Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

Jun 23, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18#CMIMI18

Smartphone-Supported Automated Malaria Parasite

DetectionFeng Yang

Lister Hill National Center for Biomedical Communications National Library of Medicine, NIH

Page 2: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Outline

Background on malaria diagnosisOur deep learning based App for malaria parasite detection On thin blood smears On thick blood smears

Experimental results Conclusion

Page 3: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Background(1/2)

Malaria is a life-threatening disease. According to the 2017 WHO malaria report , an estimated 216 million

malaria cases worldwide were detected in 2016, causing approximately 445,000 deaths. There are several techniques for malaria diagnosis:

• Microscopy• Gold standard : Quantitative• Less expensive• Time taken for manual

diagnosis: 10-30 minutes

• Rapid Diagnostic Test (RDT) • Species-specific • Not quantitative• Stay positive after treatment

Page 4: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

--detect the presence of parasites--differentiate parasite species--detect parasite development stages-- automatic parasite counting

Background(2/2)

Thin smear Thick smear

Page 5: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Methods (1/4) -- Our NLM MalariaScreener App

We are developing an Android smartphone app for malaria parasite detection

Available in Google Play

Smartphone

Adapter

Blood Slide

Microscope

Page 6: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Methods (2/4) -- Our NLM MalariaScreener App

Page 7: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Methods (3/4) – Thin blood smears

For thin blood smears: We customize a CNN classifier for

parasite detection based on 7 convolutional layers 2 max-pooling layers 3 dense layers.

Input

Convolution(Input)

Batch Normalization (Norm1)

ConvolutionConv1_1

ConvolutionConv1_2

Max Pooling(MaxPool1)

ConvolutionConv2_1

ConvolutionConv2_2

Max Pooling(MaxPool2)

Batch Normalization (Norm2)

Dense(Fc1)

Dense(Fc2)

Dense(Fc3)

Output

Page 8: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Methods (4/4) – Thick blood smears

For thick blood smears:We propose a customized CNN model for parasite classification. Our

customized CNN model consists of three convolutional layers, three max-pooling layers, two fully-connected layers and a softmax classification layer.

Input44x44

Conv 1:16@42x42

Max-pooling 2:32@9x9

Parasite

Convolutions:16@5x5

Convolutions:32@5x5

Subsampling:2x2

Conv 2:32@19x19

Subsampling:3x3

Max-pooling 1:16@21x21

Convolutions:64@3x3

Conv 3:64@9x9

Non-parasite

Softmaxlayer

Final hidden features

+BatchNORM+ReLU

+BatchNORM+ReLU

+BatchNORM+ReLU

Page 9: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Experimental results (1/3) - Data

Images were acquired at Mahidol-Oxford Tropical Medicine Research Unit (MORU), Bangkok, Thailand.Manually annotated by an experienced parasitologistThin blood smears: 1200 images from 200 patients Annotated 213,000 cells

Thick blood smears: 1818 images from 150 patients Annotated 84,961 parasites Annotated 35,036 WBCs

Page 10: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Experimental results (2/3) – Thin blood smears

Evaluation on thin blood smears is performed based 10-fold cross-validation; The accuracy of our customized CNN model in discriminating between

parasites and distractors in thick smears is 94.53%; Evaluation on thick blood smears is performed based 5-fold cross-

validation; The accuracy of our customized CNN model in discriminating between

parasites and distractors in thick smears is 93.32%.

Page 11: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Experimental results (3/3) – Thick blood smears

Ground-truth Parasites

True Preselected parasites

False Preselected parasites

1 .png

0.9992

2 .png

0.9961

3 .png

0.9994

11 .png

0.9927

12 .png

0.9678

13 .png

0.9809

162 .png

0.0000

225 .png

0.0018

369 .png

0.0001

22 .png

0.4002

29 .png

0.5328

98 .png

0.0007

Page 12: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Conclusion

Deep learning is an accurate and reliable model for malaria parasite classification on both thin and thick blood smears A trained CNN classifier can be run efficiently on a mobile device

https://ceb.nlm.nih.gov/projects/malaria-screener/Contact information: [email protected]

[email protected]

Page 13: Smartphone-Supported Automated Malaria Parasite Detection€¦ · Smartphone-Supported Automated Malaria Parasite Detection ... Our deep learning based App for malaria parasite detection

#CMIMI18

Thanks for your attention!