Update README.md
Browse filesCorrected EfficientNet-B0 to EfficientNetV2-S
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
|
| 15 |
# MedicalPatchNet: Model Weights
|
| 16 |
|
| 17 |
-
This repository hosts the pre-trained model weights for **MedicalPatchNet** and the baseline **
|
| 18 |
|
| 19 |
For the complete source code, documentation, and instructions on how to train and evaluate the models, please visit our main GitHub repository:
|
| 20 |
|
|
@@ -29,7 +29,7 @@ MedicalPatchNet is a self-explainable deep learning architecture designed for ch
|
|
| 29 |
### Key Features
|
| 30 |
|
| 31 |
- **Self-explainable by design**: No need for external interpretation methods like Grad-CAM.
|
| 32 |
-
- **Competitive performance**: Achieves comparable classification accuracy to a standard
|
| 33 |
- **Superior localization**: Significantly outperforms Grad-CAM variants in pathology localization tasks.
|
| 34 |
- **Faithful explanations**: Saliency maps directly reflect the model's true reasoning.
|
| 35 |
|
|
@@ -42,7 +42,7 @@ The weights provided here are intended to be used with the code from our [GitHub
|
|
| 42 |
## Models Included
|
| 43 |
|
| 44 |
- **MedicalPatchNet**: The main patch-based, self-explainable model.
|
| 45 |
-
- **
|
| 46 |
|
| 47 |
---
|
| 48 |
|
|
|
|
| 14 |
|
| 15 |
# MedicalPatchNet: Model Weights
|
| 16 |
|
| 17 |
+
This repository hosts the pre-trained model weights for **MedicalPatchNet** and the baseline **EfficientNetV2-S** model, as described in our paper **MedicalPatchNet: A Patch-Based Self-Explainable AI Architecture for Chest X-ray Classification** [TODO ADD LINK].
|
| 18 |
|
| 19 |
For the complete source code, documentation, and instructions on how to train and evaluate the models, please visit our main GitHub repository:
|
| 20 |
|
|
|
|
| 29 |
### Key Features
|
| 30 |
|
| 31 |
- **Self-explainable by design**: No need for external interpretation methods like Grad-CAM.
|
| 32 |
+
- **Competitive performance**: Achieves comparable classification accuracy to a standard EfficientNetV2-S.
|
| 33 |
- **Superior localization**: Significantly outperforms Grad-CAM variants in pathology localization tasks.
|
| 34 |
- **Faithful explanations**: Saliency maps directly reflect the model's true reasoning.
|
| 35 |
|
|
|
|
| 42 |
## Models Included
|
| 43 |
|
| 44 |
- **MedicalPatchNet**: The main patch-based, self-explainable model.
|
| 45 |
+
- **EfficientNetV2-S**: The baseline model used for comparison with post-hoc methods (Grad-CAM, Grad-CAM++, and Eigen-CAM).
|
| 46 |
|
| 47 |
---
|
| 48 |
|