Question
What is the best CNN architecture for chest X-ray classification?
Abstract
I am building a chest X-ray abnormality classification system for a hospital project. Currently comparing:
- ResNet-50 (pretrained on ImageNet)
- DenseNet-121 (pretrained on CheXNet)
- EfficientNet-B4
- Vision Transformer (ViT-B/16)
Dataset: 108,000 X-rays, 14 pathology classes, class imbalance is significant.
Which architecture would you recommend? Any experience with weighted loss functions for imbalanced medical data?
Publication Stats
6
Total Reads
1
Recommendations
0
Downloads
Citations data will be displayed here
References will be listed here
Discussion (2)
Add a comment