đ€ AI Summary
To address the severe scarcity of instance-level annotated data for *Plasmodium falciparum* in malaria diagnosis, this work introduces the first COCO-formatted, fine-grained object detection dataset covering infected/non-infected red blood cells and white blood cells. Annotation combines automated pre-screening with expert-led manual correction, significantly improving inter-annotator consistency and semantic accuracy. Leveraging this dataset, we conduct five-fold cross-validation using Faster R-CNN for instance-level parasite detection, achieving an F1 score of 0.88âdemonstrating the datasetâs efficacy in training high-performance deep learning models. The dataset is publicly released under an open license, providing a high-quality, standardized benchmark and reproducible technical foundation for AI-driven automated malaria diagnosis in low-resource settings.
đ Abstract
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 demonstrated strong potential for automated Malaria diagnosis, but their adoption is limited by the scarcity of datasets with detailed instance-level annotations. In this work, we present an enhanced version of the publicly available NIH malaria dataset, with detailed bounding box annotations in COCO format to support object detection training. We validated the revised annotations by training a Faster R-CNN model to detect infected and non-infected red blood cells, as well as white blood cells. Cross-validation on the original dataset yielded F1 scores of up to 0.88 for infected cell detection. These results underscore the importance of annotation volume and consistency, and demonstrate that automated annotation refinement combined with targeted manual correction can produce training data of sufficient quality for robust detection performance. The updated annotations set is publicly available via GitHub: https://github.com/MIRA-Vision-Microscopy/malaria-thin-smear-coco.