CheX-DS: Improving Chest X-ray Image Classification with Ensemble Learning Based on DenseNet and Swin Transformer
Xinran Li, Yu Liu, Xiujuan Xu, Xiaowei Zhao

TL;DR
CheX-DS is a novel ensemble deep learning model combining DenseNet and Swin Transformer to improve chest X-ray classification, effectively handling data imbalance and outperforming previous methods on NIH dataset.
Contribution
This paper introduces CheX-DS, a new ensemble model that integrates CNN and Transformer architectures for better chest X-ray diagnosis.
Findings
Achieved an average AUC of 83.76% on NIH dataset.
Effectively addresses data imbalance with combined loss functions.
Outperforms previous state-of-the-art methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Global Average Pooling · Linear Layer · Kaiming Initialization · Multi-Head Attention · Dense Connections · Dense Block
