CVLGDec 29, 2024

Deep Learning in Image Classification: Evaluating VGG19's Performance on Complex Visual Data

arXiv:2412.20345v17 citationsh-index: 102025 5th International Conference on Neural Networks, Information and Communication Engineering (NNICE)
Originality Synthesis-oriented
AI Analysis

It addresses pneumonia detection for medical applications, but is incremental as it applies an existing deep learning method to a specific dataset.

This study tackled pneumonia diagnosis by evaluating VGG19 for classifying X-ray images, achieving 92% accuracy and outperforming models like SVM and ResNet50 in metrics such as AUC and F1 score.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes