paper-with-me

Papers

CheX-DS: Improving Chest X-ray Image Classification with Ensemble Learning Based on DenseNet and Swin Transformer

2025-05-16 · Xinran Li, Yu Liu, Xiujuan Xu, Xiaowei Zhao

The automatic diagnosis of chest diseases is a popular and challenging task. Most current methods are based on convolutional neural networks (CNNs), which focus on local features while neglecting global features. Recently, self-attention mechanisms have been introduced into the field of computer vision, demonstrating superior performance. Therefore, this paper proposes an effective model, CheX-DS, for classifying long-tail multi-label data in the medical field of chest X-rays. The model is based on the excellent CNN model DenseNet for medical imaging and the newly popular Swin Transformer model, utilizing ensemble deep learning techniques to combine the two models and leverage the advantages of both CNNs and Transformers. The loss function of CheX-DS combines weighted binary cross-entropy loss with asymmetric loss, effectively addressing the issue of data imbalance. The NIH ChestX-ray14 dataset is selected to evaluate the model's effectiveness. The model outperforms previous studies with an excellent average AUC score of 83.76\%, demonstrating its superior performance.

📄 PDF Abstract BibTeX arXiv:2505.11168

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Kaiming Initialization 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Domain Shift Analysis in Chest Radiographs Classification in a Veterans Healthcare Administration Population

2024-07-30 · Mayanka Chandrashekar, Ian Goethert, Md Inzamam Ul Haque, Benjamin McMahon 외

Objectives: This study aims to assess the impact of domain shift on chest X-ray classification accuracy and to analyze the influence of ground truth label quality and demographic factors such as age group, sex, and study…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONTransfer Learning+1

Effect of Radiology Report Labeler Quality on Deep Learning Models for Chest X-Ray Interpretation

2021-04-01 · Saahil Jain, Akshay Smit, Andrew Y. Ng, Pranav Rajpurkar

Although deep learning models for chest X-ray interpretation are commonly trained on labels generated by automatic radiology report labelers, the impact of improvements in report labeling on the performance of chest X-ra…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Context Learning for Bone Shadow Exclusion in CheXNet Accuracy Improvement

2020-05-13 · Minh-Chuong Huynh, Trung-Hieu Nguyen, Minh-Triet Tran

Chest X-ray examination plays an important role in lung disease detection. The more accuracy of this task, the more experienced radiologists are required. After ChestX-ray14 dataset containing over 100,000 frontal-view X…

Comparing Different Deep Learning Architectures for Classification of Chest Radiographs

2020-02-20 · Keno K. Bressem, Lisa Adams, Christoph Erxleben, Bernd Hamm 외

Chest radiographs are among the most frequently acquired images in radiology and are often the subject of computer vision research. However, most of the models used to classify chest radiographs are derived from openly a…

ClassificationDeep LearningGeneral Classification

LeDNet: Localization-enabled Deep Neural Network for Multi-Label Radiography Image Classification

2024-07-04 · Lalit Pant, Shubham Arora

Multi-label radiography image classification has long been a topic of interest in neural networks research. In this paper, we intend to classify such images using convolution neural networks with novel localization techn…

Classificationfeature selectionimage-classificationImage Classification