Detection and Classification of Acute Lymphoblastic Leukemia Utilizing Deep Transfer Learning
Md. Abu Ahnaf Mollick, Md. Mahfujur Rahman, D.M. Asadujjaman, Abdullah, Tamim, Nosin Anjum Dristi, Md. Takbir Hossen

TL;DR
This paper presents a deep learning approach using CNNs, specifically MobileNetV2 and a custom model, to accurately classify stages of leukemia from blood cell images, aiding early diagnosis.
Contribution
It introduces a novel application of transfer learning and custom CNN architectures for leukemia stage classification with high accuracy.
Findings
MobileNetV2 achieved 99.69% accuracy.
Custom CNN model achieved 98.6% accuracy.
Synthetic data augmentation improved model performance.
Abstract
A mutation in the DNA of a single cell that compromises its function initiates leukemia,leading to the overproduction of immature white blood cells that encroach upon the space required for the generation of healthy blood cells.Leukemia is treatable if identified in its initial stages. However,its diagnosis is both arduous and time consuming. This study proposes a novel approach for diagnosing leukemia across four stages Benign,Early,Pre,and Pro using deep learning techniques.We employed two Convolutional Neural Network (CNN) models as MobileNetV2 with an altered head and a custom model. The custom model consists of multiple convolutional layers,each paired with corresponding max pooling layers.We utilized MobileNetV2 with ImageNet weights,adjusting the head to integrate the final results.The dataset used is the publicly available "Acute Lymphoblastic Leukemia (ALL) Image Dataset", and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Imaging for Blood Diseases · AI in cancer detection
MethodsPointwise Convolution · Depthwise Convolution · Max Pooling · Depthwise Separable Convolution · Batch Normalization · 1x1 Convolution · Convolution · Average Pooling · Inverted Residual Block
