theodpzz commited on
Commit
17b1f75
·
verified ·
1 Parent(s): 423b4af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -2,6 +2,26 @@
2
  license: cc-by-nc-4.0
3
  ---
4
 
5
- ## Code repository
 
 
6
 
7
- The project source code can be found [here](https://github.com/theodpzz/ct-scroll).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)