Abstract:Automated malaria diagnosis from blood smear microscopy is a critical challenge in global health AI; in resource-limited settings, the scarcity of expert microscopists remains the primary bottleneck to timely and accurate diagnosis. Three compounding failure modes prevent reliable clinical deployment of existing deep learning systems. First, end-to-end detectors treat unannotated cells as background during training, producing recall figures that are strongly influenced by annotation completeness rather than reflecting true cell recovery. Second, Non-Maximum Suppression tends to suppress valid detections in dense smear regions where infection counts matter most. Third, existing whole-slide detection pipelines lack per-cell spatial evidence for clinical audit, despite image-level explainability methods such as Grad-CAM having been applied to malaria image classification tasks. We present MalariAI, a two-stage decoupled framework that addresses all three failure modes in a unified pipeline. Stage 1 applies an annotation-agnostic distance-transform guided watershed algorithm to isolate every cell in a full 1600x1200 blood smear image, recovering 75.95% of ground-truth cells by centroid localisation across the 120-image NIH BBBC041 test set without any ground-truth input. Stage 2 fine-tunes EfficientNet-B0 with Focal Loss (gamma = 2.0, per-class inverse-frequency weights) on 64x64 crops, achieving 98.36% overall classification accuracy with 87.5% and 75.0% per-class accuracy on the rare schizont and gametocyte stages, compared to only 24.57% and 25.95% AP for a Faster R-CNN baseline on the same classes. Grad-CAM++ heatmaps generated per detected cell provide instance-level spatial evidence for clinical audit, enabling microscopists to verify model predictions at the individual parasite level without sacrificing classification performance.
Abstract:Cardiovascular diseases (CVDs) represent significant global health challenges today, necessitating regular and reliable monitoring to enable early intervention. Phonocardiogram (PCG) signals present a promising non-invasive method for assessing cardiovascular health. While recent studies have focused on estimating heart rate (HR) from PCG signals and blood pressure (BP) through multimodal combinations with other physiological data, reliable and cost-effective systems that can predict both HR and BP using only PCG signals remain largely unexplored. In this study, we proposed and developed a lab-scale cost-effective Phonocardiogram Tracking (PhonoTrack) system that can measure both HR and BP using only the PCG signal. We also introduced a corresponding dataset collected from 15 participants to evaluate the effectiveness of the proposed system. HR was determined using several peak detection methods, such as Hilbert Transform (HT), Shannon Entropy (SE), and WES, achieving notable Pearson correlation coefficients of 0.965, 0.973, and 0.955, respectively. The corresponding root mean square errors (RMSEs) were 2.467 bpm, 1.688 bpm, and 1.992 bpm for HT, SE, and WES, respectively. Additionally, we developed an advanced semi-empirical model based on multiple regression techniques to estimate systolic blood pressure (SBP) and diastolic blood pressure (DBP). This model demonstrated standard deviations of 2.10 mmHg for SBP and 3.20 mmHg for DBP across all subjects, with Pearson correlation coefficients of 0.89 and 0.70, respectively. These findings pave the way for developing a non-invasive, low-cost, and portable PhonoTrack device, positioning it as a promising solution for continuous cardiovascular monitoring settings.