🤖 AI Summary
Automated diagnosis of pneumonia from chest X-ray images remains challenging, particularly in resource-constrained settings requiring robust, interpretable, and computationally efficient models. Method: This study systematically evaluates VGG19 for binary classification of pneumonia versus normal cases using transfer learning, extensive data augmentation, and intensity normalization—trained end-to-end on a public benchmark dataset—and compares it against SVM, XGBoost, MLP, and ResNet50. Contribution/Results: VGG19 achieves superior performance with 92% accuracy, 0.95 AUC, 0.90 F1-score, and 87% recall—outperforming ResNet50 by +3.2% in recall, demonstrating enhanced lesion detectability. To our knowledge, this is the first empirical validation of VGG19’s overall superiority in pneumonia X-ray diagnosis. The results confirm that lightweight CNN architectures can match or exceed deeper models in medical imaging tasks, while highlighting deep learning’s advantages over traditional machine learning in complex texture analysis and generalization under limited sample sizes. This work provides a highly robust, deployable solution for early automated pneumonia screening in primary healthcare settings.
📝 Abstract
This study aims to explore the automatic classification method of pneumonia X-ray images based on VGG19 deep convolutional neural network, and evaluate its application effect in pneumonia diagnosis by comparing with classic models such as SVM, XGBoost, MLP, and ResNet50. The experimental results show that VGG19 performs well in multiple indicators such as accuracy (92%), AUC (0.95), F1 score (0.90) and recall rate (0.87), which is better than other comparison models, especially in image feature extraction and classification accuracy. Although ResNet50 performs well in some indicators, it is slightly inferior to VGG19 in recall rate and F1 score. Traditional machine learning models SVM and XGBoost are obviously limited in image classification tasks, especially in complex medical image analysis tasks, and their performance is relatively mediocre. The research results show that deep learning, especially convolutional neural networks, have significant advantages in medical image classification tasks, especially in pneumonia X-ray image analysis, and can provide efficient and accurate automatic diagnosis support. This research provides strong technical support for the early detection of pneumonia and the development of automated diagnosis systems and also lays the foundation for further promoting the application and development of automated medical image processing technology.