SlideShare a Scribd company logo
1 of 8
Download to read offline
Bulletin of Electrical Engineering and Informatics
Vol. 9, No. 2, April 2020, pp. 611~618
ISSN: 2302-9285, DOI: 10.11591/eei.v9i2.1857  611
Journal homepage: http://beei.org
Investigation of white blood cell biomaker model for acute
lymphoblastic leukemia detection based on convolutional
neural network
Syadia Nabilah Mohd Safuan1
, Mohd Razali Md Tomari2
, Wan Nurshazwani Wan Zakaria3
,
Mohd Norzali Hj Mohd4
, Nor Surayahani Suriani5
1,2
EMCenter, Universiti Tun Hussein Onn Malaysia, Malaysia
3,4,5
Department of Electronic Engineering, Faculty of Electrical & Electronic Engineering,
Universiti Tun Hussein Onn Malaysia, Malaysia
Article Info ABSTRACT
Article history:
Received Oct 22, 2019
Revised Dec 30, 2019
Accepted Jan 31, 2020
Acute Lymphoblastic Leukemia (ALL) is a disease that is defined
by uncontrollable growth of malignant and immature White Blood Cells
(WBCs) which is called lymphoblast. Traditionally, lymphoblast analysis
is done manually and highly dependent on the pathologist’s skill
and experience which sometimes yields inaccurate result. For that reason,
in this project an algorithm to automatically detect WBC and subsequently
examine ALL disease using Convolutional Neural Network (CNN)
is proposed. Several pretrained CNN models which are VGG, GoogleNet
and Alexnet were analaysed to compare its performance for differentiating
lymphoblast and non-lymphoblast cells from IDB database. The tuning
is done by experimenting the convolution layer, pooling layer and fully
connected layer. Technically, 70% of the images are used for training
and another 30% for testing. From the experiments, it is found that the best
pretrained models are VGG and GoogleNet compared to AlexNet
by achieving 100% accuracy for training. As for testing, VGG obtained
the highest performance which is 99.13% accuracy. Apart from that,
VGG also proven to have better result based on the training graph which
is more stable and contains less error compared to the other two models.
Keywords:
Acute lymphoblastic leukemia
Convolutional neural network
White blood cell
This is an open access article under the CC BY-SA license.
Corresponding Author:
Mohd Razali Md Tomari,
EMCenter, Universiti Tun Hussein Onn Malaysia,
86400, Parit Raja, Batu Pahat, Johor, Malaysia.
Email: mdrazali@uthm.edu.my
1. INTRODUCTION
Leukemia is one of blood cancer disease that is highly related to White Blood Cell (WBC) and can
cause fatal and death [1]. WBC is closely related to human immune system which helps to fight diseases
and viruses [2]. Human are always surrounded by harms, bacteria and viruses every day, hence a strong
immune system is needed. WBC analysis is very crucial and greatly helps to monitor our immunity level
for early prevention. It is also potentially can be diagnosed with diseases such as HIV, Lymphoma
and Leukemia. In this paper, Acute Lymphoblastic Leukemia (ALL) is detected from WBC region in blood
smear image as illustrated in Figure 1.
WBC has five types which are Neutrophils, Eosinophils, Basophils, Monocytes and Lymphocytes
as shown in Figure 2 [3]. Basically, ALL comes from the presence of Lymphoblast which is the abnormal
cell of Lymphocytes. It can be differentiated by its shape irregularities, small cavity in the cytoplasm,
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618
612
spherical particles within nucleus and the number of lobes in the nucleus [4]. This disease commonly attacks
25% of young children below 15 years old [5].
Conventional method of detecting ALL is by manual analysis which the pathologist needs to review
the blood sample image manually [6-7]. It is highly dependent on the pathologist’s skill and experience [8].
Among pathologist itself might produce different result and it creates confusion. Other than that,
as the sample increase, it will be more challenging for the pathologist and it is also time consuming [9].
Blood smear image consists of non-uniform illumination which will harden the pathologist’s work [10].
Automated system also can help to aid pathologist in the blood diagnosis [11]. Other than that, computer
aided system by using machine learning is proposed to identify lymphoblast and detect ALL.
However, machine learning consists of complicated process of segmentation, feature extraction
and classification [12, 13]. It is also challenging as the classification result is highly dependent
on the selection of features. If the features selected is insignificant, classification accuracy will be affected.
WBC
Basophils
Eosinophils
Neutrophils
Monocytes
Lymphocytes
Normal
Abnormal Lymphoblast
Figure 1. Structure of ALL
Figure 2. Illustration of five types of WBC in a blood smear image [3]
In this work, computer aided using Convolutional Neural Network (CNN) which is deep learning
model is done to cater the limitations. The biggest advantage of deep learning is its ability to learn
the object’s features, no complex classifier design needed and its performance is high [14]. Other than that,
it is widely used in medical field due to its ability to achieve impressive performance [15]. Deep learning also
can be defined as a class of machine learning techniques that exploit many layers of non-linear information
processing for supervised or unsupervised feature extraction and transformation and for pattern analysis
and classification [16]. CNN process an input data by its multiple layers which consists of four key features:
local connections, shared weights, pooling and the use of many layers [17]. Deep learning in medical benefit
is exploit nowadays. There are many research and applications using deep learning that can be found
previously such as image classification for Malaria diagnosis which use the AlexNet pretrained model [18].
Other than that, AlexNet of CNN is also used for fire detection and it achieved stable accuracy as reported
in [19]. CNN architecture that consiste of 5 layers of convolutional, pooling and fully connected layer
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan)
613
is proposed to detect the subtype of WBC [20]. Face and non-face image classification is reported in [21]
to shows an outstanding performance. Other than that, there are also research on ALL identification which
compares the result of machine learning and CNN and CNN showed the best performance result [22].
Some works combine CNN with Recursive Neural Network (RNN) to classify types of WBC [23].
Lastly, the most related work to ours is as reported in [24] which used AlexNet pretrained model to identify
lymphoblast and detect ALL. Rest of the paper is organized as follows: Section II describes the proposed
framework and methodology of the process, section III presents the result of the implementation
and analysis. Section IV provides the conclusion and future works.
2. RESEARCH METHOD
2.1. Dataset
Images used were from ALL_IDB which consist of public blood smear image that contains of ALL
effected cell and healthy cell as shown in Figure 3. There are three main elements in the blood smear image
which are Red Blood Cell (RBC), white blood cell (WBC) and the background. The deep colored purple
is the WBC region while the pinkish or lighter purple is the RBC region and other than that is considered as
the background. The first row shows the lymphoblast cell and the second row shows non-lymphoblast cell.
It can be differentiated by its shape irregularities, small cavity in the nucleus, spherical particles within
nucleus and number of lobes in the nucleus. In this paper, there are 30 images of lymphoblast and 30 images
of healthy cell were examined to detect ALL. These images resolution are the same which are 257x257.
However, the input size is resized based on the pre-trained model used. There are 60 images in total and 70%
of it is used for training and 30% is used for testing. The software language used is Matlab with R2018b
version. While for completing the algorithm, deep network designer in Matlab software is used.
All the layers used for CNN model such as convolution layer, fully connected layer and pooling
is in the mentioned toolbox.
Figure 3. Lymphoblast and non-lymphoblast
2.2. Convotional neural network
In this paper, we compare the pre-trained models of AlexNet, GoogleNet and Vgg16 for ALL
detection. The CNN key operation is as shown in Figure 4. After input image is extracted, the filters with
learned weights to generate feature maps in done in the convolution part. Basically, image size will differ
after the convolution layer. Non-linearity is often done by using Rectified Linear Unit (ReLU) to minimize
the features vector. Lastly, fully connected is the classifier which act to classify the lymphoblast
and non-lymphoblast cell. In every pre-trained models that were used, we changed the last fully connected to
2 class output using softmax function. The mini batch size and epoch is set to 10 and 6 respectively
for all models.
 AlexNet: It contains of 8 layers which consists of 5 convolutional and 3 fully connected layers as shown
in Figure 5. Input image for AlexNet is RGB image with resolution of 227x227. Firstly, 11x11
convolution mask is used over 227x227 input image followed by 5x5, 3x3, 3x3 and 3x3 convolution
mask. AlexNet used ReLU for the non-linearity function.
 GoogleNet: It contains 22 layers as shown in Figure 6. Input image required for GoogleNet is slightly
different from AlexNet. It requires RGB input image with 224x224 resolution. GoogleNet has addition
of inception layer which is used to convolve in parallel different sizes from 1x1 to 5x5 and it is done by
applying Gabor filters with different sizes. It is also widely known by its ability to cater image related
problems [22].
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618
614
 VGG:This pre-trained model consists of 19 layers as shown in Figure 7 and the input image is from
the resolution of 224x224 which is same as GoogleNet. VGG uses 3x3 filters with stride of 1 in
convolution layer and it also used the same padding in pooling layer which is 2x2 and the stride is 2.
Input Image Convolution Non-Linearity
Pooling (optional)
Dropout (optional)
Fully connected
Figure 4. CNN key operation
Figure 5. AlexNet architecture
Figure 6. GoogleNet architecture
Figure 7. VGG architecture
3. RESEARCH METHOD
Images of two classes of Lymphoblast and Non-lymphoblast cell is trained by using 3 pre-trained
models which are AlexNet, GoogleNet and VGG. The parameters such as mini batch size, epoch, iteration,
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan)
615
percentage of training and testing are set the same which are 10, 6, 24, 70% and 30% respectively.
Figure 8 shows the training process for AlexNet, GoogleNet and VGG model. Based on the graph, VGG
model is more stable as it achieves 100% validation accuracy at iteration of 12 until the rest of iteration
compare to GoogleNet which is at iteration 18. It shows that VGG achieves 100 % stability faster
than the other two models.
The comparison of three models is made in terms of its training and testing accuracy and the elapsed
time for training process. It can be seen that training accuracy of AlexNet is 94.44% while for GoogleNet and
VGG, both training achieve 100% accuracy. The result has been tabulated in Table 1. In the training process,
AlexNet training accuracy is the lowest as the layer is lesser and might not be significant for ALL detection.
However, the elapsed time is the shortest compared to GoogleNet and VGG. It is due because the AlexNet
model has the fewest layer which is 8 layers compared to GoogleNet and VGG which are 22
and 19 layers respectively.
(a)
(b)
Figure 8. Training graph of, (a) AlexNet, (b) GoogleNet
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618
616
(c)
Figure 8. Training graph of, (c) VGG (continue)
While in Table 2, comparison of testing result for lymphoblast and non-lymphoblast is tabulated.
It can clearly be seen that for both lymphoblast and non-lymphoblast classification, VGG model obtains
the highest accuracy. The illustration of testing classification for AlexNet, GoogleNet and VGG is depicted
in Figure 9(a) and Figure 9(b) respectively. Both AlexNet and GoogleNet contains error in classifying
Lymphoblast cell. In 30 images, there is one image that is misclassified. While for VGG model, all images
are perfectly classified to its class and category. Best result can be achieved by a model that contains layers
between 16-19 as reported in [25]. Other than that, VGG is also reported to have advantages of stacking
multiples convolutional layers with small-sized kernels which can improve the effectiveness of receptive
field of the network [25].
Table 1. Accuracy of training and testing
CNN Model Training (%)
Testing
(%)
Elapsed time
AlexNet 94.44 97.16 52 sec
GoogleNet 100 91.45 1 min 57 sec
VGG 100 99.13 8 min 35 sec
Table 2. Accuracy of testing for lymphoblast
and non-lymphoblast
CNN Model Lymphoblast (%) Non-Lymphoblast (%)
AlexNet 97.66 96.66
GoogleNet 89.58 93.32
VGG 99.77 98.49
29 1
0 30
Lymphoblast Non-Lymphoblast
Lymphoblast
Non-Lymphoblast
30 0
0 30
Lymphoblast Non-Lymphoblast
Lymphoblast
Non-Lymphoblast
(a) (b)
Figure 9. (a) Confusion matrix of AlexNet and GoogleNet, (b) Confusion matrix of VGG
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan)
617
4. CONCLUSION
In this paper, comparison of three different pretrained models of AlexNet, GoogleNet and VGG was
made to classify Lymphoblast cell for ALL detection. These models have different number of layer
and the layers are differentiated from each other. It was compared using Convolutional Neural Network on
Matlab. There were 60 images in total which consist of 30 lymphoblast images and 30 non-lymphoblast
images. In this project, 70% of the images was used for training and 30% was used for testing purposes.
As a result, VGG was able to classify lymphoblast and non-lymphoblast cell correctly compare to AlexNet
and GoogleNet. In the training process, VGG and GoogleNet able to achieve 100% accuracy. While in
the testing assessment, VGG still maintains its high accuracy by obtaining 99.13% which is the highest
compared to AlexNet and GoogleNet which obtained 97.16% and 91.45% respectively. VGG also proven
the best from its confusion matrix. There are no misclassification of cells by using VGG model. While for
AlexNet and GoogleNet, there was one image that has been misclassified by the models.
In the future, the authors expected the system to be better by modifying the best pretrained model
for WBC which is VGG to improve the result and accuracy. Next, the authors wish to increase the sample
image and cater the illumination problem. Lastly, the algorithm is expected to be able to classify all five
types of WBC which are lymphocyte, monocytes, neutrophils, basophil and eosinophil.
ACKNOWLEDGEMENT
The authors would like to thank to Ministry of Education (MOE) and Universiti Tun Hussein Onn
Malaysia(UTHM) for supporting this research under Fundamental Research Grant Scheme(FRGS)
(Vot. No K191) and Postgraduate Research Grant Scheme (GPPS) (Vot. no. H400).
REFERENCES
[1] F. Scotti, “Automatic Morphological Analysis for Acute Leukemia Identification in Peripheral Blood Microscope
Images,” 2005 IEEE Int. Conf. on Computational Intelligence for Measurement Sys. and App., pp. 96-101, 2005.
[2] C. Zhang, et al., “White Blood Cell Segmentation by Color-Space-Based K-Means Clustering,” Sensors, vol. 14,
no. 9, pp. 16128-16147, 2014.
[3] G. Stovall, “Smear of Peripheral Blood,” Available from: http://pulpbits.net/5-types-of-white-blood-cells-
pictures/smear-of-peripheral-blood/, 2013.
[4] L. Putzu, et al., “White Blood Cells Identification and Classification from Leukemic Blood Image,” 2013 Proc.of
the IWBBIO Int. Work-Conference on Bioinformatics and Biomedical Enginee., pp. 99-106, 2013.
[5] T. Allen, et al., “Immunotherapy and Acute Lymphoblastic Leukemia,” EC Cancer, vol. 2, pp. 141-147, 2016.
[6] S. Arslan, et.al., “A Color and Shape Based Algorithm for Segmentation of White Blood Cells in Peripheral Blood
and Bone Marrow Images,” Cytometry Part A, vol. 85, no. 6, pp. 480-490, 2014.
[7] J. Duan, et al., “A WBC Segmentation Methord Based on HSI Color Space,” 4th IEEE International Conference on
Broadband Network and Multimedia Technology (IC-BNMT), pp. 629-632, 2011.
[8] B. Venkatalakshmi and K. Thilagavathi, “Automatic Red Blood Cell Counting using Hough Transform,”
2013 IEEE Conference on in Information & Communication Technologies (ICT), pp. 267-271, 2013.
[9] J. Nemane, et.al., “White Blood Cell Segmentation and Counting using Global Threshold,” International Journal
of Emerging Technology and Advanced Engineering, vol. 3, no. 6, pp. 639-643, 2013
[10] R. B. Hegde, et al., “Peripheral Blood Smear Analysis using Image Processing Approach for Diagnostic
Purposes: A review,” Biocybernetics and Biomedical Engineering, vol. 38, pp. 467-480, 2018.
[11] H. Mohamed, et al., “Automated Detection of White Blood Cells Cancer Diseases,” 2018 IEEE First International
Workshop on Deep and Representation Learning (IWDRL), pp. 48-54, 2018.
[12] M. Jiang, et al., “White Blood Cells Classification with Deep Convolutional Neural Networks,” International
Journal of Pattern Recognition and Artificial Intelligence, vol. 32, no. 9, 2018.
[13] S. N. Safuan, et al., “White Blood Cell(WBC) Counting Analysis in Blood Smear Images using Various Color
Segmentation Methods,” Measurement, vol. 116, pp. 543-555, 2018.
[14] Q. Huang, et al., “Convolutional Neural Network for Medical Hyperspectral Image Classification with Kernel
Fusion,” 2018 IEEE Int. Conference on Biological Information and Biomedical Engineering, pp. 74-77, 2018.
[15] D. Lévy, and A. Jain, “Breast Mass Classification from Mammograms using Deep Convolutional Neural
Networks,” 30th Conference on Neural Information Processing Systems, Barcelona, Spain, pp. 1-6, 2016.
[16] L. Deng and D. Yu, “Deep Learning: Methods and Applications,” Foundations and Trends® in Signal Processing,
vol. 7, no. 3-4, pp. 197-387, 2014.
[17] Y. LeCun, Y. Bengio, and G. Hinton,” Deep Learning,” Nature, vol. 521, pp. 436-444, 2015
[18] Z. Liang, et al., “CNN-based Image Analysis for Malaria Diagnosis,” 2016 IEEE International Conference on
Bioinformatics and Biomedicine (BIBM), pp. 493-496, 2016.
[19] G. Son, et al., “An Analysis of Parameters of Convolutional Neural Network for Fire Detection” 2nd ACM
International Conference on Software Engineering and Information Management, pp. 21-24, 2019.
[20] P. Tiwari, et al., “Detection of Subtype Blood Cells using Deep Learning,” Cognitive Systems Research, vol. 52,
pp. 1036-1044, 2018
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618
618
[21] D. Jaswal, et al., “Image Classification Using Convolutional Neural Networks,” International Journal of Scientific
and Engineering Research, vol. 5, no. 6, pp. 1661-1668, 2014.
[22] S. Rajpurohit, et al., “Identification of Acute Lymphoblastic Leukemia in Microscopic Blood Image Using Image
Processing and Machine Learning Algorithms,” 2018 International Conference on Advances in Computing,
Communications and Informatics (ICACCI), pp. 2359-2363, 2018.
[23] G. Liang, et al., “Combining Convolutional Neural Network with Recursive Neural Network for Blood Cell Image
Classification,” IEEE Access, vol. 6, pp. 36188-36197, 2018
[24] S. Shafique and S. Tehsin, “Acute Lymphoblastic Leukemia Detection and Classification of Its Subtypes Using
Pretrained Deep Convolutional Neural Networks,” Technology in Cancer Research & Treatment, vol. 17,
pp. 1-7. 2018
[25] L. Tsochatzidis, L. Costaridou, and I. Pratikakis, “Deep Learning for Breast Cancer Diagnosis from
Mammograms-A Comparative Study,” Journal of Imaging, vol. 5, no. 3, pp. 1-11, 2019
BIOGRAPHIES OF AUTHORS
Syadia Nabilah Mohd Safuan received B.Eng (2016) in Electronics Engineering from
Universiti Tun Hussein Onn Malaysia and is currently doing master in Electrical Engineering at
Universiti Tun Hussein Onn Malaysia. Her current research interest includes image processing
and computer vision system. She is author and co-author of several journal papers and
conference proceedings.
Razali Tomari was born in Johor, Malaysia, in 1980. He received the B.Eng degree in
Mechatronics from the Universiti Teknologi Malaysia, in 2003, M.Sc in intelligent system from
the Universiti Putra Malaysia, in 2006. And PhD degree in computer vision and robotic from
the Saitama University, Japan in 2013. In 2003, he joined Faculty of Electrical Engineering,
University Tun Hussein Onn as a tutor and later on become a Senior Lecturer in 2013. His
current research interest includes computer vision, pattern recognition, smart wheelchair and
sensing technology.
W. N. Wan Zakaria received B.Eng (2007) in Electronics and Mechanical Engineering from
Chiba University and MSc in Mechatronics (2008) and PhD in Mechanical and System
Engineering (2012) from Newcastle University. She is currently a lecturer in Faculty of
Electrical and Electronic Engineering, Universiti Tun Hussein Onn Malaysia. Her current
interests include Medical Robotics System specifically on development of robot force control,
Image Processing and Computer Aided Diagnosis, and development of Wearable Device. She is
author and co-author of several journal papers and conference proceedings.
Mohd Norzali Haji Mohd is currently working as Senior lecturer, Faculty Lab Manager and
Former Industrial Training Coordinator at the Department of Computer Engineering, Faculty of
Electrical and Electronic Engineering, Univeristi Tun Hussein Onn Malaysia (UTHM). He
received Diploma in Computer Engineering from Toyama Maritime College, Japan in 2000 and
B.Eng., M.Eng. from Fukui University, Japan in 2002 and 2004 respectively. In April 2015, he
received Ph.D. from the Department of Information Sciences and Biomedical Engineering,
Kagoshima University, Japan.
Nor Surayahani Suriani is Senior Lecturer in Universiti Tun Hussein Onn Malaysia (UTHM).
She received her PhD in Electronics and Computer System from Universiti Kebangasaan
Malaysia (UKM) in 2015, and finished her Master (Universiti Teknologi Malaysia) and Bac.
Eng. (Universiti Putra Malaysia) in Electronics and Communication in 2007 and 2003,
respectively. Her research interest focuses on computer vision, image processing and bioinspired
visual cortex algorithm development. She has published in Q1 impact factor and Scopus journals
mainly in image processing and bio-inspired computer vision areas especially in healthcare and
activity monitoring applications.

More Related Content

Similar to CNN model detects acute lymphoblastic leukemia from blood images

Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaMicroscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaEditor IJCATR
 
An Automated Solution for Extracting and Counting of White Blood Cells in a B...
An Automated Solution for Extracting and Counting of White Blood Cells in a B...An Automated Solution for Extracting and Counting of White Blood Cells in a B...
An Automated Solution for Extracting and Counting of White Blood Cells in a B...ijtsrd
 
IRJET- Detection of White Blood Cell Image using Nucleus Segmentation
IRJET- Detection of White Blood Cell Image using Nucleus SegmentationIRJET- Detection of White Blood Cell Image using Nucleus Segmentation
IRJET- Detection of White Blood Cell Image using Nucleus SegmentationIRJET Journal
 
Detection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onDetection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onIAEME Publication
 
Analysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationAnalysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationIRJET Journal
 
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptx
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptxPPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptx
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptxdevnamu
 
An Efficient VLSI Design for Extracting Local Binary Pattern
An Efficient VLSI Design for Extracting Local Binary PatternAn Efficient VLSI Design for Extracting Local Binary Pattern
An Efficient VLSI Design for Extracting Local Binary PatternIJTET Journal
 
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...IRJET Journal
 
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...ijtsrd
 
Classification of blast cell type on acute myeloid leukemia based on image mo...
Classification of blast cell type on acute myeloid leukemia based on image mo...Classification of blast cell type on acute myeloid leukemia based on image mo...
Classification of blast cell type on acute myeloid leukemia based on image mo...TELKOMNIKA JOURNAL
 
8 A Cellular Neural Network based system for cell counting in culture of biol...
8 A Cellular Neural Network based system for cell counting in culture of biol...8 A Cellular Neural Network based system for cell counting in culture of biol...
8 A Cellular Neural Network based system for cell counting in culture of biol...Cristian Randieri PhD
 
New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...IJECEIAES
 
Detection and classification of blood cancer from microscopic cell images usi...
Detection and classification of blood cancer from microscopic cell images usi...Detection and classification of blood cancer from microscopic cell images usi...
Detection and classification of blood cancer from microscopic cell images usi...IJARIIT
 
IRJET- Counting of RBCS and WBCS using Image Processing Technique
IRJET- Counting of RBCS and WBCS using Image Processing TechniqueIRJET- Counting of RBCS and WBCS using Image Processing Technique
IRJET- Counting of RBCS and WBCS using Image Processing TechniqueIRJET Journal
 
Automatic recognition of white blood cells
Automatic recognition of white blood cellsAutomatic recognition of white blood cells
Automatic recognition of white blood cellsAboul Ella Hassanien
 
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...sipij
 
Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)sipij
 
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...sipij
 

Similar to CNN model detects acute lymphoblastic leukemia from blood images (20)

Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaMicroscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
 
An Automated Solution for Extracting and Counting of White Blood Cells in a B...
An Automated Solution for Extracting and Counting of White Blood Cells in a B...An Automated Solution for Extracting and Counting of White Blood Cells in a B...
An Automated Solution for Extracting and Counting of White Blood Cells in a B...
 
IRJET- Detection of White Blood Cell Image using Nucleus Segmentation
IRJET- Detection of White Blood Cell Image using Nucleus SegmentationIRJET- Detection of White Blood Cell Image using Nucleus Segmentation
IRJET- Detection of White Blood Cell Image using Nucleus Segmentation
 
Detection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onDetection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based on
 
Analysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationAnalysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis Classification
 
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptx
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptxPPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptx
PPT-Detection of Blood Cancer in Microscopic Images of Human Blood.pptx
 
An Efficient VLSI Design for Extracting Local Binary Pattern
An Efficient VLSI Design for Extracting Local Binary PatternAn Efficient VLSI Design for Extracting Local Binary Pattern
An Efficient VLSI Design for Extracting Local Binary Pattern
 
RBC
RBCRBC
RBC
 
F0363029031
F0363029031F0363029031
F0363029031
 
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...
MALARIAL PARASITES DETECTION IN THE BLOOD CELL USING CONVOLUTIONAL NEURAL NET...
 
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
 
Classification of blast cell type on acute myeloid leukemia based on image mo...
Classification of blast cell type on acute myeloid leukemia based on image mo...Classification of blast cell type on acute myeloid leukemia based on image mo...
Classification of blast cell type on acute myeloid leukemia based on image mo...
 
8 A Cellular Neural Network based system for cell counting in culture of biol...
8 A Cellular Neural Network based system for cell counting in culture of biol...8 A Cellular Neural Network based system for cell counting in culture of biol...
8 A Cellular Neural Network based system for cell counting in culture of biol...
 
New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...
 
Detection and classification of blood cancer from microscopic cell images usi...
Detection and classification of blood cancer from microscopic cell images usi...Detection and classification of blood cancer from microscopic cell images usi...
Detection and classification of blood cancer from microscopic cell images usi...
 
IRJET- Counting of RBCS and WBCS using Image Processing Technique
IRJET- Counting of RBCS and WBCS using Image Processing TechniqueIRJET- Counting of RBCS and WBCS using Image Processing Technique
IRJET- Counting of RBCS and WBCS using Image Processing Technique
 
Automatic recognition of white blood cells
Automatic recognition of white blood cellsAutomatic recognition of white blood cells
Automatic recognition of white blood cells
 
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
 
Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)
 
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
 

More from journalBEEI

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherjournalBEEI
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...journalBEEI
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...journalBEEI
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksjournalBEEI
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkjournalBEEI
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...journalBEEI
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...journalBEEI
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...journalBEEI
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmjournalBEEI
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennajournalBEEI
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headjournalBEEI
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...journalBEEI
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationjournalBEEI
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...journalBEEI
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)journalBEEI
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...journalBEEI
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...journalBEEI
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...journalBEEI
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationjournalBEEI
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...journalBEEI
 

More from journalBEEI (20)

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipher
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networks
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural network
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithm
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antenna
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human head
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting application
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentation
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

CNN model detects acute lymphoblastic leukemia from blood images

  • 1. Bulletin of Electrical Engineering and Informatics Vol. 9, No. 2, April 2020, pp. 611~618 ISSN: 2302-9285, DOI: 10.11591/eei.v9i2.1857  611 Journal homepage: http://beei.org Investigation of white blood cell biomaker model for acute lymphoblastic leukemia detection based on convolutional neural network Syadia Nabilah Mohd Safuan1 , Mohd Razali Md Tomari2 , Wan Nurshazwani Wan Zakaria3 , Mohd Norzali Hj Mohd4 , Nor Surayahani Suriani5 1,2 EMCenter, Universiti Tun Hussein Onn Malaysia, Malaysia 3,4,5 Department of Electronic Engineering, Faculty of Electrical & Electronic Engineering, Universiti Tun Hussein Onn Malaysia, Malaysia Article Info ABSTRACT Article history: Received Oct 22, 2019 Revised Dec 30, 2019 Accepted Jan 31, 2020 Acute Lymphoblastic Leukemia (ALL) is a disease that is defined by uncontrollable growth of malignant and immature White Blood Cells (WBCs) which is called lymphoblast. Traditionally, lymphoblast analysis is done manually and highly dependent on the pathologist’s skill and experience which sometimes yields inaccurate result. For that reason, in this project an algorithm to automatically detect WBC and subsequently examine ALL disease using Convolutional Neural Network (CNN) is proposed. Several pretrained CNN models which are VGG, GoogleNet and Alexnet were analaysed to compare its performance for differentiating lymphoblast and non-lymphoblast cells from IDB database. The tuning is done by experimenting the convolution layer, pooling layer and fully connected layer. Technically, 70% of the images are used for training and another 30% for testing. From the experiments, it is found that the best pretrained models are VGG and GoogleNet compared to AlexNet by achieving 100% accuracy for training. As for testing, VGG obtained the highest performance which is 99.13% accuracy. Apart from that, VGG also proven to have better result based on the training graph which is more stable and contains less error compared to the other two models. Keywords: Acute lymphoblastic leukemia Convolutional neural network White blood cell This is an open access article under the CC BY-SA license. Corresponding Author: Mohd Razali Md Tomari, EMCenter, Universiti Tun Hussein Onn Malaysia, 86400, Parit Raja, Batu Pahat, Johor, Malaysia. Email: mdrazali@uthm.edu.my 1. INTRODUCTION Leukemia is one of blood cancer disease that is highly related to White Blood Cell (WBC) and can cause fatal and death [1]. WBC is closely related to human immune system which helps to fight diseases and viruses [2]. Human are always surrounded by harms, bacteria and viruses every day, hence a strong immune system is needed. WBC analysis is very crucial and greatly helps to monitor our immunity level for early prevention. It is also potentially can be diagnosed with diseases such as HIV, Lymphoma and Leukemia. In this paper, Acute Lymphoblastic Leukemia (ALL) is detected from WBC region in blood smear image as illustrated in Figure 1. WBC has five types which are Neutrophils, Eosinophils, Basophils, Monocytes and Lymphocytes as shown in Figure 2 [3]. Basically, ALL comes from the presence of Lymphoblast which is the abnormal cell of Lymphocytes. It can be differentiated by its shape irregularities, small cavity in the cytoplasm,
  • 2.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618 612 spherical particles within nucleus and the number of lobes in the nucleus [4]. This disease commonly attacks 25% of young children below 15 years old [5]. Conventional method of detecting ALL is by manual analysis which the pathologist needs to review the blood sample image manually [6-7]. It is highly dependent on the pathologist’s skill and experience [8]. Among pathologist itself might produce different result and it creates confusion. Other than that, as the sample increase, it will be more challenging for the pathologist and it is also time consuming [9]. Blood smear image consists of non-uniform illumination which will harden the pathologist’s work [10]. Automated system also can help to aid pathologist in the blood diagnosis [11]. Other than that, computer aided system by using machine learning is proposed to identify lymphoblast and detect ALL. However, machine learning consists of complicated process of segmentation, feature extraction and classification [12, 13]. It is also challenging as the classification result is highly dependent on the selection of features. If the features selected is insignificant, classification accuracy will be affected. WBC Basophils Eosinophils Neutrophils Monocytes Lymphocytes Normal Abnormal Lymphoblast Figure 1. Structure of ALL Figure 2. Illustration of five types of WBC in a blood smear image [3] In this work, computer aided using Convolutional Neural Network (CNN) which is deep learning model is done to cater the limitations. The biggest advantage of deep learning is its ability to learn the object’s features, no complex classifier design needed and its performance is high [14]. Other than that, it is widely used in medical field due to its ability to achieve impressive performance [15]. Deep learning also can be defined as a class of machine learning techniques that exploit many layers of non-linear information processing for supervised or unsupervised feature extraction and transformation and for pattern analysis and classification [16]. CNN process an input data by its multiple layers which consists of four key features: local connections, shared weights, pooling and the use of many layers [17]. Deep learning in medical benefit is exploit nowadays. There are many research and applications using deep learning that can be found previously such as image classification for Malaria diagnosis which use the AlexNet pretrained model [18]. Other than that, AlexNet of CNN is also used for fire detection and it achieved stable accuracy as reported in [19]. CNN architecture that consiste of 5 layers of convolutional, pooling and fully connected layer
  • 3. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan) 613 is proposed to detect the subtype of WBC [20]. Face and non-face image classification is reported in [21] to shows an outstanding performance. Other than that, there are also research on ALL identification which compares the result of machine learning and CNN and CNN showed the best performance result [22]. Some works combine CNN with Recursive Neural Network (RNN) to classify types of WBC [23]. Lastly, the most related work to ours is as reported in [24] which used AlexNet pretrained model to identify lymphoblast and detect ALL. Rest of the paper is organized as follows: Section II describes the proposed framework and methodology of the process, section III presents the result of the implementation and analysis. Section IV provides the conclusion and future works. 2. RESEARCH METHOD 2.1. Dataset Images used were from ALL_IDB which consist of public blood smear image that contains of ALL effected cell and healthy cell as shown in Figure 3. There are three main elements in the blood smear image which are Red Blood Cell (RBC), white blood cell (WBC) and the background. The deep colored purple is the WBC region while the pinkish or lighter purple is the RBC region and other than that is considered as the background. The first row shows the lymphoblast cell and the second row shows non-lymphoblast cell. It can be differentiated by its shape irregularities, small cavity in the nucleus, spherical particles within nucleus and number of lobes in the nucleus. In this paper, there are 30 images of lymphoblast and 30 images of healthy cell were examined to detect ALL. These images resolution are the same which are 257x257. However, the input size is resized based on the pre-trained model used. There are 60 images in total and 70% of it is used for training and 30% is used for testing. The software language used is Matlab with R2018b version. While for completing the algorithm, deep network designer in Matlab software is used. All the layers used for CNN model such as convolution layer, fully connected layer and pooling is in the mentioned toolbox. Figure 3. Lymphoblast and non-lymphoblast 2.2. Convotional neural network In this paper, we compare the pre-trained models of AlexNet, GoogleNet and Vgg16 for ALL detection. The CNN key operation is as shown in Figure 4. After input image is extracted, the filters with learned weights to generate feature maps in done in the convolution part. Basically, image size will differ after the convolution layer. Non-linearity is often done by using Rectified Linear Unit (ReLU) to minimize the features vector. Lastly, fully connected is the classifier which act to classify the lymphoblast and non-lymphoblast cell. In every pre-trained models that were used, we changed the last fully connected to 2 class output using softmax function. The mini batch size and epoch is set to 10 and 6 respectively for all models.  AlexNet: It contains of 8 layers which consists of 5 convolutional and 3 fully connected layers as shown in Figure 5. Input image for AlexNet is RGB image with resolution of 227x227. Firstly, 11x11 convolution mask is used over 227x227 input image followed by 5x5, 3x3, 3x3 and 3x3 convolution mask. AlexNet used ReLU for the non-linearity function.  GoogleNet: It contains 22 layers as shown in Figure 6. Input image required for GoogleNet is slightly different from AlexNet. It requires RGB input image with 224x224 resolution. GoogleNet has addition of inception layer which is used to convolve in parallel different sizes from 1x1 to 5x5 and it is done by applying Gabor filters with different sizes. It is also widely known by its ability to cater image related problems [22].
  • 4.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618 614  VGG:This pre-trained model consists of 19 layers as shown in Figure 7 and the input image is from the resolution of 224x224 which is same as GoogleNet. VGG uses 3x3 filters with stride of 1 in convolution layer and it also used the same padding in pooling layer which is 2x2 and the stride is 2. Input Image Convolution Non-Linearity Pooling (optional) Dropout (optional) Fully connected Figure 4. CNN key operation Figure 5. AlexNet architecture Figure 6. GoogleNet architecture Figure 7. VGG architecture 3. RESEARCH METHOD Images of two classes of Lymphoblast and Non-lymphoblast cell is trained by using 3 pre-trained models which are AlexNet, GoogleNet and VGG. The parameters such as mini batch size, epoch, iteration,
  • 5. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan) 615 percentage of training and testing are set the same which are 10, 6, 24, 70% and 30% respectively. Figure 8 shows the training process for AlexNet, GoogleNet and VGG model. Based on the graph, VGG model is more stable as it achieves 100% validation accuracy at iteration of 12 until the rest of iteration compare to GoogleNet which is at iteration 18. It shows that VGG achieves 100 % stability faster than the other two models. The comparison of three models is made in terms of its training and testing accuracy and the elapsed time for training process. It can be seen that training accuracy of AlexNet is 94.44% while for GoogleNet and VGG, both training achieve 100% accuracy. The result has been tabulated in Table 1. In the training process, AlexNet training accuracy is the lowest as the layer is lesser and might not be significant for ALL detection. However, the elapsed time is the shortest compared to GoogleNet and VGG. It is due because the AlexNet model has the fewest layer which is 8 layers compared to GoogleNet and VGG which are 22 and 19 layers respectively. (a) (b) Figure 8. Training graph of, (a) AlexNet, (b) GoogleNet
  • 6.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618 616 (c) Figure 8. Training graph of, (c) VGG (continue) While in Table 2, comparison of testing result for lymphoblast and non-lymphoblast is tabulated. It can clearly be seen that for both lymphoblast and non-lymphoblast classification, VGG model obtains the highest accuracy. The illustration of testing classification for AlexNet, GoogleNet and VGG is depicted in Figure 9(a) and Figure 9(b) respectively. Both AlexNet and GoogleNet contains error in classifying Lymphoblast cell. In 30 images, there is one image that is misclassified. While for VGG model, all images are perfectly classified to its class and category. Best result can be achieved by a model that contains layers between 16-19 as reported in [25]. Other than that, VGG is also reported to have advantages of stacking multiples convolutional layers with small-sized kernels which can improve the effectiveness of receptive field of the network [25]. Table 1. Accuracy of training and testing CNN Model Training (%) Testing (%) Elapsed time AlexNet 94.44 97.16 52 sec GoogleNet 100 91.45 1 min 57 sec VGG 100 99.13 8 min 35 sec Table 2. Accuracy of testing for lymphoblast and non-lymphoblast CNN Model Lymphoblast (%) Non-Lymphoblast (%) AlexNet 97.66 96.66 GoogleNet 89.58 93.32 VGG 99.77 98.49 29 1 0 30 Lymphoblast Non-Lymphoblast Lymphoblast Non-Lymphoblast 30 0 0 30 Lymphoblast Non-Lymphoblast Lymphoblast Non-Lymphoblast (a) (b) Figure 9. (a) Confusion matrix of AlexNet and GoogleNet, (b) Confusion matrix of VGG
  • 7. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Investigation of white blood cell biomarker model for… (Syadia Nabilah Mohd Safuan) 617 4. CONCLUSION In this paper, comparison of three different pretrained models of AlexNet, GoogleNet and VGG was made to classify Lymphoblast cell for ALL detection. These models have different number of layer and the layers are differentiated from each other. It was compared using Convolutional Neural Network on Matlab. There were 60 images in total which consist of 30 lymphoblast images and 30 non-lymphoblast images. In this project, 70% of the images was used for training and 30% was used for testing purposes. As a result, VGG was able to classify lymphoblast and non-lymphoblast cell correctly compare to AlexNet and GoogleNet. In the training process, VGG and GoogleNet able to achieve 100% accuracy. While in the testing assessment, VGG still maintains its high accuracy by obtaining 99.13% which is the highest compared to AlexNet and GoogleNet which obtained 97.16% and 91.45% respectively. VGG also proven the best from its confusion matrix. There are no misclassification of cells by using VGG model. While for AlexNet and GoogleNet, there was one image that has been misclassified by the models. In the future, the authors expected the system to be better by modifying the best pretrained model for WBC which is VGG to improve the result and accuracy. Next, the authors wish to increase the sample image and cater the illumination problem. Lastly, the algorithm is expected to be able to classify all five types of WBC which are lymphocyte, monocytes, neutrophils, basophil and eosinophil. ACKNOWLEDGEMENT The authors would like to thank to Ministry of Education (MOE) and Universiti Tun Hussein Onn Malaysia(UTHM) for supporting this research under Fundamental Research Grant Scheme(FRGS) (Vot. No K191) and Postgraduate Research Grant Scheme (GPPS) (Vot. no. H400). REFERENCES [1] F. Scotti, “Automatic Morphological Analysis for Acute Leukemia Identification in Peripheral Blood Microscope Images,” 2005 IEEE Int. Conf. on Computational Intelligence for Measurement Sys. and App., pp. 96-101, 2005. [2] C. Zhang, et al., “White Blood Cell Segmentation by Color-Space-Based K-Means Clustering,” Sensors, vol. 14, no. 9, pp. 16128-16147, 2014. [3] G. Stovall, “Smear of Peripheral Blood,” Available from: http://pulpbits.net/5-types-of-white-blood-cells- pictures/smear-of-peripheral-blood/, 2013. [4] L. Putzu, et al., “White Blood Cells Identification and Classification from Leukemic Blood Image,” 2013 Proc.of the IWBBIO Int. Work-Conference on Bioinformatics and Biomedical Enginee., pp. 99-106, 2013. [5] T. Allen, et al., “Immunotherapy and Acute Lymphoblastic Leukemia,” EC Cancer, vol. 2, pp. 141-147, 2016. [6] S. Arslan, et.al., “A Color and Shape Based Algorithm for Segmentation of White Blood Cells in Peripheral Blood and Bone Marrow Images,” Cytometry Part A, vol. 85, no. 6, pp. 480-490, 2014. [7] J. Duan, et al., “A WBC Segmentation Methord Based on HSI Color Space,” 4th IEEE International Conference on Broadband Network and Multimedia Technology (IC-BNMT), pp. 629-632, 2011. [8] B. Venkatalakshmi and K. Thilagavathi, “Automatic Red Blood Cell Counting using Hough Transform,” 2013 IEEE Conference on in Information & Communication Technologies (ICT), pp. 267-271, 2013. [9] J. Nemane, et.al., “White Blood Cell Segmentation and Counting using Global Threshold,” International Journal of Emerging Technology and Advanced Engineering, vol. 3, no. 6, pp. 639-643, 2013 [10] R. B. Hegde, et al., “Peripheral Blood Smear Analysis using Image Processing Approach for Diagnostic Purposes: A review,” Biocybernetics and Biomedical Engineering, vol. 38, pp. 467-480, 2018. [11] H. Mohamed, et al., “Automated Detection of White Blood Cells Cancer Diseases,” 2018 IEEE First International Workshop on Deep and Representation Learning (IWDRL), pp. 48-54, 2018. [12] M. Jiang, et al., “White Blood Cells Classification with Deep Convolutional Neural Networks,” International Journal of Pattern Recognition and Artificial Intelligence, vol. 32, no. 9, 2018. [13] S. N. Safuan, et al., “White Blood Cell(WBC) Counting Analysis in Blood Smear Images using Various Color Segmentation Methods,” Measurement, vol. 116, pp. 543-555, 2018. [14] Q. Huang, et al., “Convolutional Neural Network for Medical Hyperspectral Image Classification with Kernel Fusion,” 2018 IEEE Int. Conference on Biological Information and Biomedical Engineering, pp. 74-77, 2018. [15] D. Lévy, and A. Jain, “Breast Mass Classification from Mammograms using Deep Convolutional Neural Networks,” 30th Conference on Neural Information Processing Systems, Barcelona, Spain, pp. 1-6, 2016. [16] L. Deng and D. Yu, “Deep Learning: Methods and Applications,” Foundations and Trends® in Signal Processing, vol. 7, no. 3-4, pp. 197-387, 2014. [17] Y. LeCun, Y. Bengio, and G. Hinton,” Deep Learning,” Nature, vol. 521, pp. 436-444, 2015 [18] Z. Liang, et al., “CNN-based Image Analysis for Malaria Diagnosis,” 2016 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), pp. 493-496, 2016. [19] G. Son, et al., “An Analysis of Parameters of Convolutional Neural Network for Fire Detection” 2nd ACM International Conference on Software Engineering and Information Management, pp. 21-24, 2019. [20] P. Tiwari, et al., “Detection of Subtype Blood Cells using Deep Learning,” Cognitive Systems Research, vol. 52, pp. 1036-1044, 2018
  • 8.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 9, No. 2, April 2020 : 611 – 618 618 [21] D. Jaswal, et al., “Image Classification Using Convolutional Neural Networks,” International Journal of Scientific and Engineering Research, vol. 5, no. 6, pp. 1661-1668, 2014. [22] S. Rajpurohit, et al., “Identification of Acute Lymphoblastic Leukemia in Microscopic Blood Image Using Image Processing and Machine Learning Algorithms,” 2018 International Conference on Advances in Computing, Communications and Informatics (ICACCI), pp. 2359-2363, 2018. [23] G. Liang, et al., “Combining Convolutional Neural Network with Recursive Neural Network for Blood Cell Image Classification,” IEEE Access, vol. 6, pp. 36188-36197, 2018 [24] S. Shafique and S. Tehsin, “Acute Lymphoblastic Leukemia Detection and Classification of Its Subtypes Using Pretrained Deep Convolutional Neural Networks,” Technology in Cancer Research & Treatment, vol. 17, pp. 1-7. 2018 [25] L. Tsochatzidis, L. Costaridou, and I. Pratikakis, “Deep Learning for Breast Cancer Diagnosis from Mammograms-A Comparative Study,” Journal of Imaging, vol. 5, no. 3, pp. 1-11, 2019 BIOGRAPHIES OF AUTHORS Syadia Nabilah Mohd Safuan received B.Eng (2016) in Electronics Engineering from Universiti Tun Hussein Onn Malaysia and is currently doing master in Electrical Engineering at Universiti Tun Hussein Onn Malaysia. Her current research interest includes image processing and computer vision system. She is author and co-author of several journal papers and conference proceedings. Razali Tomari was born in Johor, Malaysia, in 1980. He received the B.Eng degree in Mechatronics from the Universiti Teknologi Malaysia, in 2003, M.Sc in intelligent system from the Universiti Putra Malaysia, in 2006. And PhD degree in computer vision and robotic from the Saitama University, Japan in 2013. In 2003, he joined Faculty of Electrical Engineering, University Tun Hussein Onn as a tutor and later on become a Senior Lecturer in 2013. His current research interest includes computer vision, pattern recognition, smart wheelchair and sensing technology. W. N. Wan Zakaria received B.Eng (2007) in Electronics and Mechanical Engineering from Chiba University and MSc in Mechatronics (2008) and PhD in Mechanical and System Engineering (2012) from Newcastle University. She is currently a lecturer in Faculty of Electrical and Electronic Engineering, Universiti Tun Hussein Onn Malaysia. Her current interests include Medical Robotics System specifically on development of robot force control, Image Processing and Computer Aided Diagnosis, and development of Wearable Device. She is author and co-author of several journal papers and conference proceedings. Mohd Norzali Haji Mohd is currently working as Senior lecturer, Faculty Lab Manager and Former Industrial Training Coordinator at the Department of Computer Engineering, Faculty of Electrical and Electronic Engineering, Univeristi Tun Hussein Onn Malaysia (UTHM). He received Diploma in Computer Engineering from Toyama Maritime College, Japan in 2000 and B.Eng., M.Eng. from Fukui University, Japan in 2002 and 2004 respectively. In April 2015, he received Ph.D. from the Department of Information Sciences and Biomedical Engineering, Kagoshima University, Japan. Nor Surayahani Suriani is Senior Lecturer in Universiti Tun Hussein Onn Malaysia (UTHM). She received her PhD in Electronics and Computer System from Universiti Kebangasaan Malaysia (UKM) in 2015, and finished her Master (Universiti Teknologi Malaysia) and Bac. Eng. (Universiti Putra Malaysia) in Electronics and Communication in 2007 and 2003, respectively. Her research interest focuses on computer vision, image processing and bioinspired visual cortex algorithm development. She has published in Q1 impact factor and Scopus journals mainly in image processing and bio-inspired computer vision areas especially in healthcare and activity monitoring applications.