paper-with-me

홈 › Papers

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 diagnosis from microscopic images. However, these methods need annotated images that show cells affected by malaria parasites and their life stages. Annotating images from LCM significantly increases the burden on medical experts compared to annotating images from high-cost microscopes (HCM). For this reason, a practical solution would be trained on HCM images which should generalize well on LCM images during testing. While earlier methods adopted a multi-stage learning process, they did not offer an end-to-end approach. In this work, we present an end-to-end learning framework, named CodaMal (COntrastive Domain Adpation for MALaria). In order to bridge the gap between HCM (training) and LCM (testing), we propose a domain adaptive contrastive loss. It reduces the domain shift by promoting similarity between the representations of HCM and its corresponding LCM image, without imposing an additional annotation burden. In addition, the training objective includes object detection objectives with carefully designed augmentations, ensuring the accurate detection of malaria parasites. On the publicly available large-scale M5-dataset, our proposed method shows a significant improvement of 16% over the state-of-the-art methods in terms of the mean average precision metric (mAP), provides 21x speed improvement during inference and requires only half of the learnable parameters used in prior methods. Our code is publicly available: https://daveishan.github.io/codamal-webpage/.

📄 PDF Abstract BibTeX arXiv:2402.10478

Code (1)

daveishan/codamal 공식 구현 pytorch

Tasks

Domain Adaptationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Addressing Challenges in Data Quality and Model Generalization for Malaria Detection

2024-12-31 · Kiswendsida Kisito Kabore, Desire Guel

Malaria remains a significant global health burden, particularly in resource-limited regions where timely and accurate diagnosis is critical to effective treatment and control. Deep Learning (DL) has emerged as a transfo…

DiagnosticDiversityDomain AdaptationTransfer Learning

Towards Low-Cost and Efficient Malaria Detection

2021-11-26 · CVPR 2022 1 · Waqas Sultani, Wajahat Nawaz, Syed Javed, Muhammad Sohail Danish 외

Malaria, a fatal but curable disease claims hundreds of thousands of lives every year. Early and correct diagnosis is vital to avoid health complexities, however, it depends upon the availability of costly microscopes an…

DiagnosticDomain Adaptation

MIAdapt: Source-free Few-shot Domain Adaptive Object Detection for Microscopic Images

2025-03-05 · Nimra Dilawar, Sara Nadeem, Javed Iqbal, Waqas Sultani 외

Existing generic unsupervised domain adaptation approaches require access to both a large labeled source dataset and a sufficient unlabeled target dataset during adaptation. However, collecting a large dataset, even if u…

Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation

A deep architecture based on attention mechanisms for effective end-to-end detection of early and mature malaria parasites in a realistic scenario

2025-01-26 · Computers in Biology and Medicine 2025 1 · Luca Zedda, Andrea Loddo, Cecilia Di Ruberto

Background: Malaria is a critical and potentially fatal disease caused by the Plasmodium parasite and is responsible for more than 600,000 deaths globally. Early and accurate detection of malaria parasites is crucial f…

DiagnosticMalaria Falciparum DetectionMalaria Malariae DetectionMalaria Ovale Detection+5

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