paper-with-me

Papers

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

2024-12-29 · Weijie He, Tong Zhou, Yanlin Xiang, Yang Lin, Jiacheng Hu, Runyuan Bao

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.

📄 PDF Abstract BibTeX arXiv:2412.20345

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationMedical Image AnalysisMedical Image Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Evaluating how interactive visualizations can assist in finding samples where and how computer vision models make mistakes

2023-05-19 · Hayeong Song, Gonzalo Ramos, Peter Bodik

Creating Computer Vision (CV) models remains a complex practice, despite their ubiquity. Access to data, the requirement for ML expertise, and model opacity are just a few points of complexity that limit the ability of e…

A Unified Interactive Model Evaluation for Classification, Object Detection, and Instance Segmentation in Computer Vision

2023-08-09 · Changjian Chen, Yukai Guo, Fengyuan Tian, Shilong Liu 외

Existing model evaluation tools mainly focus on evaluating classification models, leaving a gap in evaluating more complex models, such as object detection. In this paper, we develop an open-source visual analysis tool, …

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Explaining Automatic Image Assessment

2025-02-03 · Max Lisaius, Scott Wehrwein

Previous work in aesthetic categorization and explainability utilizes manual labeling and classification to explain aesthetic scores. These methods require a complex labeling process and are limited in size. Our proposed…

Evaluating the visualization of what a Deep Neural Network has learned

2015-09-21 · Wojciech Samek, Alexander Binder, Grégoire Montavon, Sebastian Bach 외

Deep Neural Networks (DNNs) have demonstrated impressive performance in complex machine learning tasks such as image classification or speech recognition. However, due to their multi-layer nonlinear structure, they are n…

ClassificationGeneral Classificationimage-classificationImage Classification+2

Vision Transformers for Kidney Stone Image Classification: A Comparative Study with CNNs

2025-08-19 · Ivan Reyes-Amezcua, Francisco Lopez-Tiro, Clement Larose, Andres Mendez-Vazquez 외 arxiv

Kidney stone classification from endoscopic images is critical for personalized treatment and recurrence prevention. While convolutional neural networks (CNNs) have shown promise in this task, their limited ability to ca…

Image Classification