paper-with-me

Papers

Lightweight Weighted Average Ensemble Model for Pneumonia Detection in Chest X-Ray Images

2025-01-27 · Suresh Babu Nettur, Shanthi Karpurapu, Unnati Nettur, Likhit Sagar Gajja, Sravanthy Myneni, Akhil Dusi, Lalithya Posham

Pneumonia is a leading cause of illness and death in children, underscoring the need for early and accurate detection. In this study, we propose a novel lightweight ensemble model for detecting pneumonia in children using chest X-ray images. This ensemble model integrates two pre-trained convolutional neural networks (CNNs), MobileNetV2 and NASNetMobile, selected for their balance of computational efficiency and accuracy. These models were fine-tuned on a pediatric chest X-ray dataset and combined to enhance classification performance. Our proposed ensemble model achieved a classification accuracy of 98.63%, significantly outperforming individual models such as MobileNetV2 (97.10%) and NASNetMobile(96.25%) in terms of accuracy, precision, recall, and F1 score. Moreover, the ensemble model outperformed state-of-the-art architectures, including ResNet50, InceptionV3, and DenseNet201, while maintaining computational efficiency. The proposed lightweight ensemble model presents a highly effective and resource-efficient solution for pneumonia detection, making it particularly suitable for deployment in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2501.16249

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyPneumonia Detection

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

An ensemble-based approach by fine-tuning the deep transfer learning models to classify pneumonia from chest X-ray images

2020-11-11 · Sagar Kora Venu

Pneumonia is caused by viruses, bacteria, or fungi that infect the lungs, which, if not diagnosed, can be fatal and lead to respiratory failure. More than 250,000 individuals in the United States, mainly adults, are diag…

Pneumonia DetectionRespiratory FailureTransfer Learning

Ensemble-CVDNet: A Deep Learning based End-to-End Classification Framework for COVID-19 Detection using Ensembles of Networks

2020-12-09 · Coşku Öksüz, Oğuzhan Urhan, Mehmet Kemal Güllü

The new type of coronavirus disease (COVID-19), which started in Wuhan, China in December 2019, continues to spread rapidly affecting the whole world. It is essential to have a highly sensitive diagnostic screening tool …

DiagnosticGPU

FLANNEL: Focal Loss Based Neural Network Ensemble for COVID-19 Detection

2020-10-30 · Zhi Qiao, Austin Bae, Lucas M. Glass, Cao Xiao 외

To test the possibility of differentiating chest x-ray images of COVID-19 against other pneumonia and healthy patients using deep neural networks. We construct the X-ray imaging data from two publicly available sources, …

Iteratively Pruned Deep Learning Ensembles for COVID-19 Detection in Chest X-rays

2020-04-16 · Sivaramakrishnan Rajaraman, Jen Siegelman, Philip O. Alderson, Lucas S. Folio 외

We demonstrate use of iteratively pruned deep learning model ensembles for detecting pulmonary manifestation of COVID-19 with chest X-rays. This disease is caused by the novel Severe Acute Respiratory Syndrome Coronaviru…

COVID-19 DiagnosisEnsemble LearningTransfer Learning

Efficient and Accurate Pneumonia Detection Using a Novel Multi-Scale Transformer Approach

2024-08-08 · Alireza Saber, Pouria Parhami, Alimohammad Siahkarzadeh, Mansoor Fateh 외

Pneumonia, a prevalent respiratory infection, remains a leading cause of morbidity and mortality worldwide, particularly among vulnerable populations. Chest X-rays serve as a primary tool for pneumonia detection; however…

ClassificationComputational EfficiencyDiagnosticPneumonia Detection