aims to automate the efficient pneumonia diagnosis
process.
2 LITERATURE REVIEW
In recent years, a number of research studies have
explored deep learning for the pneumonia detection.
Rohit Kundu, Ritacheta Das et al. (2021) proposed an
ensemble based deep learning methodology for
pneumonia detection in Chest radiographs. In this the
methodology is included of three CNN architectures
namely GoogLeNet, ResNet-18, and DenseNet-121
with a weighted average of ensemble methodology
using the precision, recall, F1-score, and AUC. This
study evaluated the algorithm using the two publicly
available datasets of pneumonia with an accuracy of
98.81% and 86.85% and also a sensitivity value of
98.80% and 87.02%. The proposed method also
exceeded the state-of-the art (SOA) methods and this
method performs better than the other ensembled
techniques. Tawsifur Rahman et al. (2020) analyzed
and used four pre-trained CNNs - AlexNet,
ResNet18, DenseNet201, and SqueezeNet. They are
categorized to identify subtypes of pneumonia
(normal vs. pneumonia, bacterial vs. viral, three-class
classification also) using transfer learning to classify
chest X-ray images. The dataset comprised of 5,247
X-rays and the methods reached the classification
accuracy of 98%, 95% and 93.3% respectively. The
study also supports using AI potentially to assist with
the rapid pneumonia diagnosis and screening.
Ayush Pant, Akshat Jain et al. (2020) by
considering the higher mortality rate of pneumonia,
this paper presented an automated deep learning
approach for the early diagnosis of pneumonia
detection by utilizing CNNs. The authors tried to
combine two CNN architectures with an ensemble
model to be allowed for the improvement of issues
with the existing methods. This study provides the
improved model with robustness and performance in
which it is to develop a diagnostic tool for the health
care professionals efficiently. Faiza M Qaimkhani,
Md G Hussain et al. (2022) studied the mostly applied
deep learning methods, which are specifically ANN,
CNN, and also the VGG19 architecture, which helps
to improve pneumonia identification accuracy
efficiently. The study focuses mainly on the early
identification, and special emphasis on the cases that
occur mostly in the children, although their aim is to
provide and serve a reliable, helpful automated
system as an aid to healthcare to mainly identify the
pneumonia cases rapidly for early treatment. Shagun
Sharma, Kalpna Guleria (2023) created a pneumonia
detection model that is mostly based on the deep
learning techniques by using the VGG-16
architecture. There is a various feature extraction
from the chest X-ray images, which are then
classified for pneumonia detection. This study aims
to support the healthcare professionals by early
diagnosis and precision of pneumonia, by improving
the health resource efficiency, and also overall
outcomes of the patient. These results show that deep
learning is a possible method for identification of
pneumonia, but, there is still a need for models that
balance the high accuracy with computational
efficiency for real-time applications.
3 METHODOLOGY
3.1 Methods
Convolutional Neural Networks: Convolutional
neural networks (CNNs), are fundamental
components of deep learning-based image
classification, including pneumonia detection in chest
X-rays. Analysis of medical imaging greatly benefits
from CNNs' ability to automatically extract
hierarchical features from input images. The
architecture is formed of different types of layers,
which include pooling layers, convolutional layers,
activation functions, and fully linked layers. The
convolutional layers use learnable filters to identify
key characteristics like edges, textures, and patterns
at various levels of abstraction. Activation functions
like ReLU (Rectified Linear Unit) introduce non-
linearity which enables the model to recognize the
complex patterns in medical imaging. Pooling layers,
such as max pooling, enhance computational
efficiency while maintaining essential information by
reducing the spatial dimensions of feature maps.
Once these features are extracted and then processed
through the fully connected layers, the model
classifies the image as either ‘Normal’ or
‘Pneumonia’. As CNNs can learn spatial structures
and identify the complex patterns which human
radiologists might miss, they perform better in
medical imaging than the traditional machine
learning techniques. The automatic feature
extraction, which reduces the need for manual feature
engineering, makes CNNs a resilient and effective
method for pneumonia detection in chest X-ray
analysis.
Pre-trained Model VGG16: The most commonly
used convolutional neural network (CNN)
architecture VGG16 was pre-trained model used on