--- license: apache-2.0 tags: - medical - computer-vision - image-classification - multi-label-classification - radiology - pytorch - convnext - cbam - timm datasets: - stanfordmlgroup/chexpert metrics: - auc pipeline_tag: image-classification library_name: timm # THIS LINK ADDS THE DEMO WIDGET TO YOUR MODEL PAGE demonstrated_in: calender/GRADCAM-Convnext-Chexpert-Attention --- # ConvNeXt-CheXpert: CBAM-Augmented Thoracic Classifier [](https://github.com/jikaan/convnext-chexpert-attention) [](https://stanfordmlgroup.github.io/competitions/chexpert/) [](https://huggingface.co/spaces/calender/GRADCAM-Convnext-Chexpert-Attention) ## Model Description This repository contains the weights for a **ConvNeXt-Base** architecture fine-tuned for multi-label classification of chest radiographs. The model is augmented with **Convolutional Block Attention Modules (CBAM)** to enhance feature localization and interpretability. **Try the live demo here:** [👉 GRADCAM-Convnext-Chexpert-Attention Space](https://huggingface.co/spaces/calender/GRADCAM-Convnext-Chexpert-Attention) * **Architecture:** ConvNeXt-Base + CBAM * **Validation AUC:** 0.81 (Iteration 6) * **Input Resolution:** 384x384 ## Detectable Classes The model outputs probabilities for the following 14 classes: 1. No Finding 2. Enlarged Cardiomediastinum 3. Cardiomegaly 4. Lung Opacity 5. Lung Lesion 6. Edema 7. Consolidation 8. Pneumonia 9. Atelectasis 10. Pneumothorax 11. Pleural Effusion 12. Pleural Other 13. Fracture 14. Support Devices ## Interpretability (Grad-CAM) The model's attention mechanism allows for precise localization of pathologies.
Figure 1: Multi-label detection visualized via Grad-CAM.