Acute Lymphoblastic Leukemia Classification from Microscopic Images using Convolutional Neural Networks

Jonas Prellberg,Oliver Kramer
DOI: https://doi.org/10.48550/arXiv.1906.09020
2020-04-01
Abstract:Examining blood microscopic images for leukemia is necessary when expensive equipment for flow cytometry is unavailable. Automated systems can ease the burden on medical experts for performing this examination and may be especially helpful to quickly screen a large number of patients. We present a simple, yet effective classification approach using a ResNeXt convolutional neural network with Squeeze-and-Excitation modules. The approach was evaluated in the C-NMC online challenge and achieves a weighted F1-score of 88.91% on the test set. Code is available at <a class="link-external link-https" href="https://github.com/jprellberg/isbi2019cancer" rel="external noopener nofollow">this https URL</a>
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to automatically classify Acute Lymphoblastic Leukemia (ALL) from microscope images by using Convolutional Neural Networks (CNNs). Specifically, the paper aims to develop an effective method, which combines the ResNeXt convolutional neural network with the Squeeze - and - Excitation module, to distinguish normal B - lymphoid precursor cells from malignant B - lymphoblasts, so as to assist medical experts in the diagnosis of ALL. This method is especially suitable for areas that cannot afford expensive flow cytometer equipment. It can quickly screen a large number of patients and reduce the workload of medical experts. The main challenges mentioned in the paper include: - The imbalance problem of the dataset, that is, the number of ALL cells is approximately twice that of normal cells. - Possible errors introduced during the image pre - processing process, such as some cells being mislabeled as background or containing redundant background information. - How to effectively use deep - learning techniques to improve classification performance, especially in the case of a relatively small dataset. To address these challenges, the authors adopted a variety of techniques, including data augmentation, layer - specific learning rate adjustment, and multi - angle rotation at test time, etc. Eventually, they achieved a weighted F1 - score of 88.91% in the test set of the C - NMC online challenge.