the architectures of deep learning, which is a
convolution neural network (CNN). CNN is used as
a method for automatic, accurate, and reliable image
analysis, [2].
The CNN finds patterns in images and then helps
classify the images. In most of the literature where
CNN has been used, abnormalities in objects within
images cannot be found directly, but the model has
to be trained with large data sets containing images
in which the abnormality has already been identified
and classified by humans. However, to get
categorized data to train and test is a laborious
process. Furthermore, if the data and categories are
changed, then the software code has to be changed
again.
The data size required for CNN is typically large.
However, literature has shown that there are CNN
techniques capable of utilizing small datasets, as
demonstrated in, [3], [4], [5]. Nevertheless, it should
be noted that even these small datasets often consist
of hundreds or thousands of samples. In contrast, the
MFA approach utilizes a mere 21 images for all
steps, including the training, testing, validation,
detection, and classification of abnormalities.
For example, if cancer needs to be identified and
classified into one of several types of tumors using
CT scan images, a CNN does not directly identify
the cancer in the images to classify the cancer types.
To do so, the CNN has to be trained with data in
which cancer has already been identified, as well as
images from healthy individuals without cancer.
This research proposes an AI-based method as an
alternative that can bypass some of these challenges
by using a Multilayer Fuzzy Approach.
1.3 Computer Vision
Computer vision is an interdisciplinary science to
gain micro and macroscopic understanding of an
image. It provides a straightforward and meaningful
description of real-world objects from images and
involves digital images or medical scans. Computer
vision deals with images in terms of pixels, and its
features include image processing, feature
extraction, and cropping images. Additionally,
computer vision techniques like structural similarity
(SS) help with comparing two similar images like
CT scans of lungs from two patients. Using this
technique, it is possible to find the similarity or
differences among the images in terms of a
percentage or a fraction.
1.3.1 Image Comparison
An image has a fuzzy nature since it is a two-
dimensional projection of a three-dimensional real
object, [6]. Images are used in many scientific fields
like geography, medicine, social sciences, and
psychometrics. While it might be used to find water
resources in the field of geography, it can be used to
analyze CT scans, X-rays, and MRI scans, to study a
pathological problem, a cancer tumor, or an
infection in the field of medicine.
Images for medical sciences are typically
standardized with a specific setup, angle, and other
technical arrangements. For instance, a CT scan of
the chest to detect a lung cancer tumor is acquired
using the same settings. All images are taken from
approximately the same side of the object in the
image, like for instance, the front view of lungs. In
addition, images of the same kind of object are
acquired, such as the lungs or the brain. All images
are also taken with the same lighting and intensity,
covering approximately the same area. Furthermore,
the images can be microscopic or macroscopic but
not mixed.
1.3.2 Pixels
Each image is represented by units known as pixels.
Additionally, an image can be represented as an
image function, which, in turn, is the mathematical
representation of an image. The image function is a
vector-valued function consisting of a small number
of arguments. The digital image is a special case of
an image function, [6]. Once an image is
represented as an image function, many of the
statistical and mathematical concepts can be
applied. These pixels are also considered to be fuzzy
numbers.
1.3.3 Grey Scale Image
Generating a grey-scale image is a process in which
each pixel of the image is represented by only the
intensity information of the light. The colors of the
image are black, white, and grey.
1.3.4 Structural Similarity Index (SSI)
The SSI is obtained when two similar images are
compared, and this parameter reveals the percentage
similarity between the two images, [7]. When more
than 2 similar images are compared, then we get a
structural similarity score. Several software like
MATLAB, Python, and CRAN-R can be used to
determine the SSI. The software will divide the
parts of the images into sub-frames and compare
them to find the similarity between one image and
the next. Python was used in this study.
1.4 Fuzziness
In many real-world situations, information is not
always clear-cut or binary. Instead, it allows for the
WSEAS TRANSACTIONS on COMPUTERS
DOI: 10.37394/23205.2023.22.24
Kishore Kumar Akula, Alexander Gegov,
Farzad Arabikhan