Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<p align="center">
|
| 6 |
+
<h2 align="center">[MIDL 2025] Imitating Radiological Scrolling: A Global-Local Attention Model for 3D Chest CT Volumes Multi-Label Anomaly Classification 🩺👨🏻⚕️</h2>
|
| 7 |
+
</p>
|
| 8 |
|
| 9 |
+
✅ Official implementation of the paper "Imitating Radiological Scrolling: A Global-Local Attention Model for 3D Chest CT Volumes Multi-Label Anomaly Classification".
|
| 10 |
+
|
| 11 |
+
📄 Paper accepted for publication at MIDL 2025: [arXiv preprint](https://arxiv.org/abs/2503.20652).
|
| 12 |
+
|
| 13 |
+
💻 Source code available at [https://github.com/theodpzz/ct-scroll](https://github.com/theodpzz/ct-scroll).
|
| 14 |
+
|
| 15 |
+
## 🔥 Available resources
|
| 16 |
+
|
| 17 |
+
**model_state_dict.pt**: Model trained on the CT-RATE **train** set.
|
| 18 |
+
|
| 19 |
+
**thresholds.csv**: per-abnormality classification thresholds, optimized on the CT-RATE **validation** set.
|
| 20 |
+
|
| 21 |
+
**metrics_ctrate.csv**: per-abnormality and global classification metrics, evaluated on the **CT-RATE test** set.
|
| 22 |
+
|
| 23 |
+
**metrics_radchestct.csv**: per-abnormality and global classification metrics, evaluated on the **Rad-ChestCT test** set.
|
| 24 |
+
|
| 25 |
+
## 🤝🏻 Acknowledgment
|
| 26 |
+
|
| 27 |
+
We thank contributors from the CT-RATE dataset available at [https://huggingface.co/datasets/ibrahimhamamci/CT-RATE](https://huggingface.co/datasets/ibrahimhamamci/CT-RATE), and from the Rad-ChestCT dataset available at [https://zenodo.org/records/6406114](https://zenodo.org/records/6406114)
|