paper-with-me

홈 › Papers

Applying Faster R-CNN for Object Detection on Malaria Images

2018-04-25 · Jane Hung, Deepali Ravel, Stefanie C. P. Lopes, Gabriel Rangel, Odailton Amaral Nery, Benoit Malleret, Francois Nosten, Marcus V. G. Lacerda, Marcelo U. Ferreira, Laurent Rénia, Manoj T. Duraisingh, Fabio T. M. Costa, Matthias Marti, Anne E. Carpenter

Deep learning based models have had great success in object detection, but the state of the art models have not yet been widely applied to biological image data. We apply for the first time an object detection model previously used on natural images to identify cells and recognize their stages in brightfield microscopy images of malaria-infected blood. Many micro-organisms like malaria parasites are still studied by expert manual inspection and hand counting. This type of object detection task is challenging due to factors like variations in cell shape, density, and color, and uncertainty of some cell classes. In addition, annotated data useful for training is scarce, and the class distribution is inherently highly imbalanced due to the dominance of uninfected red blood cells. We use Faster Region-based Convolutional Neural Network (Faster R-CNN), one of the top performing object detection models in recent years, pre-trained on ImageNet but fine tuned with our data, and compare it to a baseline, which is based on a traditional approach consisting of cell segmentation, extraction of several single-cell features, and classification using random forests. To conduct our initial study, we collect and label a dataset of 1300 fields of view consisting of around 100,000 individual cells. We demonstrate that Faster R-CNN outperforms our baseline and put the results in context of human performance.

📄 PDF Abstract BibTeX arXiv:1804.09548

Code (2)

ErickDiaz/bioinformatic_thesis_project tf
sriluk9/MalariaCells-ObjectDetection-Using-FasterRCNN

Tasks

Cell SegmentationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

PlasmoID: A dataset for Indonesian malaria parasite detection and segmentation in thin blood smear

2022-11-28 · Hanung Adi Nugroho, Rizki Nurfauzi, E. Elsa Herdiana Murhandarwati, Purwono Purwono

Indonesia holds the second-highest-ranking country for the highest number of malaria cases in Southeast Asia. A different malaria parasite semantic segmentation technique based on a deep learning approach is an alternati…

SegmentationSemantic Segmentation

CodaMal: Contrastive Domain Adaptation for Malaria Detection in Low-Cost Microscopes

2024-02-16 · Ishan Rajendrakumar Dave, Tristan de Blegiers, Chen Chen, Mubarak Shah

Malaria is a major health issue worldwide, and its diagnosis requires scalable solutions that can work effectively with low-cost microscopes (LCM). Deep learning-based methods have shown success in computer-aided diagnos…

Domain Adaptationobject-detectionObject Detection

A COCO-Formatted Instance-Level Dataset for Plasmodium Falciparum Detection in Giemsa-Stained Blood Smears

2025-07-24 · Frauke Wilm, Luis Carlos Rivera Monroy, Mathias Öttl, Lukas Mürdter 외 arxiv

Accurate detection of Plasmodium falciparum in Giemsa-stained blood smears is an essential component of reliable malaria diagnosis, especially in developing countries. Deep learning-based object detection methods have de…

Object DetectionCell Detection

Malaria Detection and Classificaiton

2020-11-29 · Ruskin Raj Manku, Ayush Sharma, Anand Panchbhai

Malaria is a disease of global concern according to the World Health Organization. Billions of people in the world are at risk of Malaria today. Microscopy is considered the gold standard for Malaria diagnosis. Microscop…

Malaria detection in Segmented Blood Cell using Convolutional Neural Networks and Canny Edge Detection

2022-02-21 · Tahsinur Rahman Talukdar, Mohammad Jaber Hossain, Tahmid H. Talukdar

We apply convolutional neural networks to identify between malaria infected and non-infected segmented cells from the thin blood smear slide images. We optimize our model to find over 95% accuracy in malaria cell detecti…

Cell DetectionEdge Detection