Automated ABO blood group detection from microscopic / agglutination images using deep learning. This project systematically addresses the lack of public ABO-labeled datasets, introduces explainable AI (Grad‑CAM), and benchmarks modern lightweight architectures. Built on a 30‑day structured research plan with IEEE‑format publication output.
Key directly related paper: IEEE ICCCNT 2022 — custom CNN on ABO images, 96.7% accuracy, but no XAI, no Rh factor, no modern backbones.
| Paper / Model | Task | Accuracy |
|---|---|---|
| IEEE 2022 (Custom CNN) | ABO blood group | 96.7% |
| Islam et al. 2024 (Optimized CNN+XAI) | WBC classification | 99.12% |
| Gavas & Olpadkar 2021 (ensemble) | PBC cell type | 99.51% |
| MobileNetV2 (2024 benchmark) | WBC | ~98.58% |
| EfficientNet-B3 (2025) | Leukemia ALL | 94.30% F1 |
🎯 Your target: surpass 96.7% using improved preprocessing (CLAHE), transfer learning (MobileNetV2/EfficientNetB0), Grad‑CAM explainability, and proper validation.