Over 100 million blood transfusions occur globally every year. Every single one requires accurate blood typing โ a mismatch can be fatal.
Traditional serological testing is slow, requires trained personnel and expensive reagents, and is susceptible to human error especially in high-throughput or resource-limited settings.
Existing CNN-based blood group classification works report accuracy but provide no explainability. Clinicians cannot trust a black-box diagnosis โ they need to see why the model decided.
Accurate ABO blood group classification is essential for safe blood transfusions, organ transplants, and emergency medical care. Traditional serological methods are time-consuming, require specialized reagents, and are susceptible to human error, particularly in resource-limited settings. While deep learning has demonstrated remarkable success in various medical imaging tasks, its application to ABO blood group classification from microscopic images remains underexplored, and existing approaches lack the explainability necessary for clinical trust. In this paper, we propose a CNN-based framework for automated ABO blood group classification from microscopic blood sample images, leveraging transfer learning with MobileNetV2 and custom convolutional architectures. We employ CLAHE-based preprocessing, extensive data augmentation, and introduce Grad-CAM visual explanations to provide interpretable model decisions โ enabling clinicians to understand which image regions drive classification outcomes. Experiments are conducted on the Barcelona PBC dataset and a custom ABO-labeled dataset, with models evaluated using accuracy, precision, recall, F1-score, and AUC-ROC metrics. Our approach aims to bridge the gap between high-performance classification and clinical explainability, offering a faster, more transparent alternative to conventional blood typing methods. To the best of our knowledge, this is the first work to combine lightweight CNN architectures with Grad-CAM explainability specifically for ABO blood group classification.
โ ๏ธ Results will be updated after model training is complete.
The Peripheral Blood Cell dataset from Mendeley Data contains ~17,000 labeled blood cell images across 8 classes. Used to validate the morphology classification pipeline and feature extraction capabilities of our CNN architecture.
View Dataset โA purpose-built dataset of microscopic blood smear images with ABO blood group labels (A, B, AB, O). Collected under controlled laboratory conditions with expert hematologist annotation. This dataset addresses the critical gap of publicly unavailable ABO-labeled image data.
View Dataset โ๐ Current stage: Build โ Model development and dataset preparation in progress