Skip to content

ugent-korea/parasite-detection-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parasite detection and localization

This is the BA4 dissertation in Ghent university. The used codes are available on the src folder.

Abstract

The goal of this project is the correct classification using Convolutional Neural Network and weakly-supervised localization using visualization. VGG-16 Architecture is used as CNN architecture and Gradient-weighted Class Activation Map (Grad-CAM) for visualization. The data for this project is the microscopy images of thick blood smears that were extracted from Trypanosoma parasites infected and non-infected mice. Hence, the positive samples are images containing parasites and the negative samples are images not-containing parasites. We conclude from experiments that the model can correctly classify the images up to 99% accuracy but not perfectly localize the parasites. The visualization showed that the model more focus on the global structures such as the clustering of blood cell rather than the parasites themselves.

VISUALIZATION

Here is the final result which is the most reasonable among a number of trials with the different tuning of data or model parameters.

Alt text

Releases

No releases published

Packages

No packages published

Languages