Pediatric Pneumonia Detection from Chest X-Rays:A Comparative Study of Transfer Learning and Custom CNNs
Agniv Roy Choudhury

TL;DR
This study demonstrates that transfer learning with fine-tuned deep CNNs, especially ResNet50, achieves near-perfect accuracy in pediatric pneumonia detection from chest X-rays, outperforming custom models.
Contribution
It provides a comprehensive comparison showing transfer learning with fine-tuning significantly improves pediatric pneumonia detection accuracy over training CNNs from scratch.
Findings
Fine-tuned ResNet50 achieved 99.43% accuracy.
Transfer learning outperforms custom CNNs by 5.5 percentage points.
Grad-CAM visualizations confirm clinically relevant regions.
Abstract
Pneumonia is a leading cause of mortality in children under five, with over 700,000 deaths annually. Accurate diagnosis from chest X-rays is limited by radiologist availability and variability. Objective: This study compares custom CNNs trained from scratch with transfer learning (ResNet50, DenseNet121, EfficientNet-B0) for pediatric pneumonia detection, evaluating frozen-backbone and fine-tuning regimes. Methods: A dataset of 5,216 pediatric chest X-rays was split 80/10/10 for training, validation, and testing. Seven models were trained and assessed using accuracy, F1-score, and AUC. Grad-CAM visualizations provided explainability. Results: Fine-tuned ResNet50 achieved the best performance: 99.43\% accuracy, 99.61\% F1-score, and 99.93\% AUC, with only 3 misclassifications. Fine-tuning outperformed frozen-backbone models by 5.5 percentage points on average. Grad-CAM confirmed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Pneumonia and Respiratory Infections · Ultrasound in Clinical Applications
