Related Experiment Video
Updated: Jan 29, 2026

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
PneuNet: a lightweight convolutional neural network with multiscale feature fusion for automated pneumonia detection
D Saranyaraj1, V Shrinaath1, Ananya Nayak1
1School of Computer Science and Engineering, Vellore Institute of Technology, Chennai, Tamil Nadu, India.
None:
Chest X-rays are a time-consuming, interpretation-heavy, and variable process in diagnosing pneumonia, a respiratory disease. This paper presents PneuNet, our unique convolutional neural network (CNN) structured to improve pneumonia identification by overcoming the challenges posed by chest X-ray interpretation processes. When interpreting pneumonia in a chest X-ray, deep learning, especially CNNs have demonstrated strength in medical imaging, and existing models such as Xception and MobileNet reported high pneumonia identification accuracies, with MobileNet being smaller and designed for use in resource-constrained edge devices. However, pre-trained models often do not adequately identify pneumonia because of a lack of customization. Therefore we designed PneuNet with four targeted innovations: depthwise separable convolutions for computational efficiency, Squeeze-and-Excitation (SE) blocks to emphasize informative channels, Atrous Spatial Pyramid Pooling (ASPP) for multiscale context, and a novel Learnable Pooling layer that replaces fixed global average pooling with trainable spatial weighting (1 × 1 convolution + sigmoid). This enables the model to dynamically focus on pneumonia-relevant lung regions instead of uniformly averaging features. PneuNet was trained and evaluated on the publicly available Chest X-ray Pneumonia Kaggle dataset using a stratified 80-10-10 split. On the training set (4,646 images), PneuNet achieved 97% accuracy. On the independent validation set (586 images) used for hyperparameter tuning and early stopping, it attained 93% accuracy. The final model, selected at the epoch of lowest validation loss, yielded 91% accuracy on the held-out test set (624 images). The modest 2% drop from validation to test performance, combined with a stabilized validation loss of 0.44 after epoch 42, confirms effective generalization and successful overfitting mitigation through dropout (rate = 0.3), L2 regularization (λ = 0.001), and early stopping (patience = 7). The accuracy and loss curves provide functional illustrations of the PneuNet model converging effectively, albeit with the possibility of improvements following additional tuning. Methods such as data augmentation, dropout, L2 regularization, tuning hyperparameters could allow PneuNet to become more robust. Although the model did particularly well compared to the baseline, of course there are improvements to be had with further tuning and other architecture search, and ideally transfer learning to establish more real world applications. Certainly increasing the quantity of data would also help for a wider generalization to provide additional features to the data model. Overall, this study demonstrates the possible value of deep learning for automating pneumonia screening, where deep learning introduces a possible efficient and scalable diagnostic tool for augmenting health care professionals, especially in developing nations.
Related Concept Videos
Convolution Properties II
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
Nuclear Fusion
A helium nucleus has a mass that is 0.7% less than that of four hydrogen nuclei; this lost mass is converted into energy during the fusion. This reaction produces about...
X-ray Crystallography
Diffraction
Diffraction is the change in the direction of travel experienced by an electromagnetic wave when it encounters a physical barrier whose dimensions are comparable to those of the wavelength of the light. X-rays are electromagnetic radiation with wavelengths about as long as the distance between neighboring...
Flail Chest-I
Flail chest is a severe and potentially life-threatening condition characterized by the fracture of three or more adjacent ribs in multiple places. It is most commonly caused by direct impacts and trauma, such as motor vehicle accidents or injuries from a steering wheel impact. It can also occur due to falls in elderly individuals with osteoporosis, or assaults involving sharp objects.
Pathophysiology
The pathophysiology of flail chest is complex, involving fractures of...
Flail Chest-II
Assessment:
1. Clinical Evaluation:
History:
Chest Physiotherapy
Purpose
CPT is primarily used for patients with excessive bronchial secretions who have difficulty clearing...

