Deep Learning Algorithms for Early Diagnosis of Acute Lymphoblastic Leukemia

Dimitris Papaioannou,Ioannis Christou,Nikos Anagnou,Aristotelis Chatziioannou
2024-07-14
Abstract:Acute lymphoblastic leukemia (ALL) is a form of blood cancer that affects the white blood cells. ALL constitutes approximately 25% of pediatric cancers. Early diagnosis and treatment of ALL are crucial for improving patient outcomes. The task of identifying immature leukemic blasts from normal cells under the microscope can prove challenging, since the images of a healthy and cancerous cell appear similar morphologically. In this study, we propose a binary image classification model to assist in the diagnostic process of ALL. Our model takes as input microscopic images of blood samples and outputs a binary prediction of whether the sample is normal or cancerous. Our dataset consists of 10661 images out of 118 subjects. Deep learning techniques on convolutional neural network architectures were used to achieve accurate classification results. Our proposed method achieved 94.3% accuracy and could be used as an assisting tool for hematologists trying to predict the likelihood of a patient developing ALL.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the early diagnosis of acute lymphoblastic leukemia (ALL). Specifically, the authors propose a binary - classification image recognition model to assist in the diagnosis process of ALL. This model aims to input the images of blood samples under the microscope and output a binary prediction result of whether the sample is normal or cancerous. The paper emphasizes the crucial role of early diagnosis and treatment of ALL in improving the prognosis of patients, and points out that it is a challenging task to identify immature leukemia blasts and normal cells under the microscope because these two types of cells are very similar in morphology. By using deep - learning techniques, especially the convolutional neural network (CNN) architecture, this study has achieved an accuracy rate of 94.3% and can be used as an auxiliary tool for hematologists to predict the possibility of patients developing ALL.