Research Project โ€” 2026

Home-Based ABO Blood Group Classification from Microscopic Blood Sample Images Using Transfer Learning and Explainable AI

YashxoxoยทSelf Madeยท2026
๐Ÿ“„ Read Abstract ๐Ÿ”— View on arXiv
CNN MobileNetV2 Grad-CAM XAI Blood Group Detection
Problem Statement
Why does this matter?
Blood typing is a critical, high-stakes process โ€” yet current methods remain largely manual, slow, and vulnerable to human error.
๐Ÿฉธ
100M+

Transfusions Yearly

Over 100 million blood transfusions occur globally every year. Every single one requires accurate blood typing โ€” a mismatch can be fatal.

โณ

Manual & Error-Prone

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.

๐Ÿ”

No AI Explainability

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.

Proposed Solution
Architecture Pipeline
Click any step in the pipeline to see its detailed description.
๐Ÿ”ฌ
Input Image
Microscope Slide
โ†’
โš™๏ธ
Preprocessing
CLAHE + Resize
โ†’
๐Ÿ”„
Augmentation
Flip ยท Rotate ยท Zoom
โ†’
๐Ÿง 
CNN / MobileNetV2
Feature Extraction
โ†’
๐Ÿ”ฅ
Grad-CAM
Explainability
โ†’
๐Ÿฉธ
Blood Group
A ยท B ยท AB ยท O
๐Ÿ”ฌ Input Image
Microscopic blood smear images captured under standard laboratory conditions. Each image contains red blood cells whose surface antigen patterns determine the ABO blood group. Images are typically stained (Giemsa/Wright) and captured at 100ร—โ€“400ร— magnification.
Abstract
Paper Summary
A concise overview of the research objectives, methodology, and expected contributions.

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.

Experimental Results
Performance Metrics
Model evaluation results will be populated after the training pipeline is complete.
โ€”
Accuracy
โ€”
Precision
โ€”
Recall
โ€”
F1-Score

Confusion Matrix (Placeholder)

A
B
AB
O
A
โ€”
โ€”
โ€”
โ€”
B
โ€”
โ€”
โ€”
โ€”
AB
โ€”
โ€”
โ€”
โ€”
O
โ€”
โ€”
โ€”
โ€”

โš ๏ธ Results will be updated after model training is complete.

Datasets
Data Sources
Two complementary datasets are used to train and validate the classification pipeline.
Public Dataset

Barcelona PBC Dataset

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 โ†’
Custom Dataset

Custom ABO-Labeled 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 โ†’
Technology
Tech Stack
Tools and frameworks powering this research.
๐Ÿ
Python
๐Ÿง 
TensorFlow / Keras
๐Ÿ‘๏ธ
OpenCV
๐Ÿ“ฑ
MobileNetV2
๐Ÿ”ฅ
Grad-CAM
๐Ÿ“Š
scikit-learn
๐Ÿ“ˆ
Matplotlib
๐Ÿ““
Jupyter
Publication
Target Timeline
Projected milestones from project inception to publication.
๐Ÿ”จ
Build
๐Ÿ“„
arXiv Upload
๐Ÿ“ฎ
Journal Submission
๐Ÿ”Ž
Peer Review
โœ…
Published

๐Ÿ“ Current stage: Build โ€” Model development and dataset preparation in progress

Copied to clipboard โœ“