A Diagnostic Model for Acute Lymphoblastic Leukemia Using Metaheuristics and Deep Learning Methods

Amir Masoud Rahmani,Parisa Khoshvaght,Hamid Alinejad-Rokny,Samira Sadeghi,Parvaneh Asghari,Zohre Arabi,Mehdi Hosseinzadeh
2024-08-12
Abstract:Acute lymphoblastic leukemia (ALL) severity is determined by the presence and ratios of blast cells (abnormal white blood cells) in both bone marrow and peripheral blood. Manual diagnosis of this disease is a tedious and time-consuming operation, making it difficult for professionals to accurately examine blast cell characteristics. To address this difficulty, researchers use deep learning and machine learning. In this paper, a ResNet-based feature extractor is utilized to detect ALL, along with a variety of feature selectors and classifiers. To get the best results, a variety of transfer learning models, including the Resnet, VGG, EfficientNet, and DensNet families, are used as deep feature extractors. Following extraction, different feature selectors are used, including Genetic algorithm, PCA, ANOVA, Random Forest, Univariate, Mutual information, Lasso, XGB, Variance, and Binary ant colony. After feature qualification, a variety of classifiers are used, with MLP outperforming the others. The recommended technique is used to categorize ALL and HEM in the selected dataset which is C-NMC 2019. This technique got an impressive 90.71% accuracy and 95.76% sensitivity for the relevant classifications, and its metrics on this dataset outperformed others.
Computer Vision and Pattern Recognition,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the challenges in the manual diagnosis process of Acute Lymphoblastic Leukemia (ALL). Specifically, manual diagnosis of ALL is a cumbersome and slow process, and laboratory personnel face difficulties in accurately assessing the characteristics of leukemia cells (especially blast cells). To solve this problem, researchers have utilized deep learning and machine - learning techniques to improve the accuracy and efficiency of ALL detection. ### Main objectives of the paper: 1. **Reduce the error rate in manual diagnosis**: By applying deep learning and other powerful methods, it aims to reduce the error rate inherent in existing screening techniques. 2. **Improve the accuracy of disease detection**: Through deep learning and feature selection techniques, improve the accuracy of ALL detection. ### Specific methods: - **Feature extraction**: Use pre - trained models such as ResNet, EfficientNet, DenseNet as feature extractors to extract useful features from images. - **Feature selection**: Reduce the feature dimension through a variety of feature selection methods (such as genetic algorithms, PCA, ANOVA, random forests, etc.) and retain the most relevant features. - **Classification**: Use classifiers such as Multilayer Perceptron (MLP) to classify the selected features to distinguish ALL from normal cells. ### Experimental results: - This method achieved an accuracy of 90.55% and a sensitivity of 95.94% on the C - NMC 2019 dataset, and these indicators are better than other methods. ### Summary: The paper proposes an efficient and accurate ALL detection model by combining deep learning and multiple feature selection methods, aiming to improve the diagnostic accuracy of ALL, reduce the error in manual diagnosis, and thus provide strong support for clinical diagnosis.