paper-with-me

홈 › Papers

Automated Web-Based Malaria Detection System with Machine Learning and Deep Learning Techniques: A Comparative Analysis

2024-06-27 · Abraham Genetu Taye, Sador Yonas Yemane, Melkamu Hunegnaw Asmare

Malaria parasites pose a significant global health burden, causing widespread suffering and mortality. Detecting malaria infection accurately is crucial for effective treatment and control. However, existing automated detection techniques have shown limitations in terms of accuracy and generalizability. Many studies have focused on specific features without exploring more comprehensive approaches. In our case, we formulate a deep learning technique for malaria infected cell classification using traditional CNNs and transfer learning models notably VGG19, InceptionV3, and Xception. The models were trained using NIH datasets and tested using different performance metrics such as accuracy, precision, re- call, and F1-score. The test results showed that deep CNNs achieved the highest accuracy - 97%, followed by Xception with an accuracy of 95%. A machine learning model SVM achieved an accuracy of 83%, while an Inception-V3 achieved an accuracy of 94%. Furthermore, the system can be accessed through a web interface, where users can upload blood smear images for malaria detection

📄 PDF Abstract BibTeX

Code (1)

abrahamgenetu/Automated_Malaria_Detection_System 공식 구현

Tasks

Medical Image ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Average Pooling 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Automated Web-Based Malaria Detection System with Machine Learning and Deep Learning Techniques

2024-06-27 · Abraham G Taye, Sador Yemane, Eshetu Negash, Yared Minwuyelet 외

Malaria parasites pose a significant global health burden, causing widespread suffering and mortality. Detecting malaria infection accurately is crucial for effective treatment and control. However, existing automated de…

Transfer Learning

Mosquito detection with low-cost smartphones: data acquisition for malaria research

2017-11-16 · Yunpeng Li, Davide Zilli, Henry Chan, Ivan Kiskin 외

Mosquitoes are a major vector for malaria, causing hundreds of thousands of deaths in the developing world each year. Not only is the prevention of mosquito bites of paramount importance to the reduction of malaria trans…

Deep learning and machine learning for Malaria detection: overview, challenges and future directions

2022-09-27 · Imen Jdey, Ghazala Hcini, Hela Ltifi

To have the greatest impact, public health initiatives must be made using evidence-based decision-making. Machine learning Algorithms are created to gather, store, process, and analyse data to provide knowledge and guide…

Decision MakingDeep Learning

Metrics to guide development of machine learning algorithms for malaria diagnosis

2022-09-14 · Charles B. Delahunt, Noni Gachuhi, Matthew P. Horning

Automated malaria diagnosis is a difficult but high-value target for machine learning (ML), and effective algorithms could save many thousands of children's lives. However, current ML efforts largely neglect crucial use …

Deep learning enabled multi-wavelength spatial coherence microscope for the classification of malaria-infected stages with limited labelled data size

2019-03-14 · Neeru Singla, Vishal Srivastava

Malaria is a life-threatening mosquito-borne blood disease, hence early detection is very crucial for health. The conventional method for the detection is a microscopic examination of Giemsa-stained blood smears, which n…

General Classification