Angelou0516 commited on
Commit
478ae8c
·
verified ·
1 Parent(s): cff49e5

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +125 -0
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ pretty_name: "ISLES'24 (Ischemic Stroke Lesion Segmentation Challenge 2024)"
4
+ task_categories:
5
+ - image-segmentation
6
+ tags:
7
+ - medical
8
+ - medical-imaging
9
+ - stroke
10
+ - brain
11
+ - ct
12
+ - cta
13
+ - ct-perfusion
14
+ - mri
15
+ - dwi
16
+ - segmentation
17
+ - isles
18
+ size_categories:
19
+ - n<1K
20
+ ---
21
+
22
+ # ISLES'24 - Ischemic Stroke Lesion Segmentation Challenge 2024
23
+
24
+ A real-world, **longitudinal, multimodal** acute-stroke dataset: acute admission
25
+ CT (NCCT, CTA, 4D CT-perfusion + derived perfusion maps), follow-up MRI
26
+ (DWI/ADC), and clinical tabular data, with the **final infarct lesion** as the
27
+ segmentation target.
28
+
29
+ > **This repository mirrors the public TRAINING set only (149 cases).** The
30
+ > 98-case ISLES'24 test set is withheld by the organizers for challenge scoring
31
+ > on Grand Challenge and is **not** part of any public release.
32
+
33
+ ## Provenance
34
+
35
+ - **Official source:** Zenodo record **16748089** - *"ISLES'24 - A Real-World
36
+ Longitudinal Multimodal Stroke Dataset"*, `train.7z`, CC BY-NC-SA 4.0
37
+ (author-provided; not a third-party re-host).
38
+ - **Challenge:** https://isles-24.grand-challenge.org/
39
+ - **Code / data-loading reference:** https://github.com/ezequieldlrosa/isles24
40
+ - This mirror is an **unmodified raw copy** of the released volumes (no
41
+ resampling, no intensity changes), with two documented exceptions below.
42
+
43
+ ## Counts & faithfulness notes
44
+
45
+ - **149 training cases** (`sub-stroke0001` ... `sub-stroke0189`, non-contiguous):
46
+ University Hospital Munich (TUM) + University Hospital Zurich.
47
+ - The companion paper reports **N=150** for training; the public Zenodo release
48
+ ships **149** (one case excluded upstream). This mirror = the 149 released.
49
+ - **Dropped duplicate:** the upstream release contains one stray uncompressed
50
+ file `sub-stroke0142_ses-02_lesion-msk.nii` (a native-space leftover). Subject
51
+ 0142 also has the standard co-registered `*_space-ncct_lesion-msk.nii.gz` like
52
+ every other case, so this mirror keeps the standard GT and omits the stray.
53
+
54
+ ## Structure (BIDS)
55
+
56
+ ```
57
+ <sub>/ sub-stroke0001 ... sub-stroke0189 (149)
58
+ ses-01 = acute admission CT
59
+ ses-02 = follow-up MRI (2-9 days later)
60
+
61
+ raw_data/<sub>/ses-01/ # native acquisition space
62
+ *_ncct.nii.gz *_cta.nii.gz *_ctp.nii.gz (4D, 55 timepoints)
63
+ perfusion-maps/ *_{cbf,cbv,mtt,tmax}.nii.gz
64
+
65
+ derivatives/<sub>/ # ALL co-registered to NCCT (space-ncct)
66
+ ses-01/ *_space-ncct_cta.nii.gz *_space-ncct_ctp.nii.gz (4D)
67
+ *_space-ncct_lvo-msk.nii.gz # large-vessel occlusion (CTA), binary
68
+ *_space-ncct_cow-msk.nii.gz # Circle-of-Willis anatomy (CTA), multi-class
69
+ perfusion-maps/ *_space-ncct_{cbf,cbv,mtt,tmax}.nii.gz
70
+ ses-02/ *_space-ncct_dwi.nii.gz *_space-ncct_adc.nii.gz
71
+ *_space-ncct_lesion-msk.nii.gz # <-- GROUND TRUTH (final infarct), binary
72
+
73
+ phenotype/<sub>/ses-*/ *_demographic_baseline.csv *_outcome.csv
74
+ ```
75
+
76
+ **Co-registration:** within each subject, the raw NCCT and every
77
+ `derivatives/*space-ncct*` volume (CTA, perfusion maps, DWI/ADC, all masks)
78
+ share an identical voxel grid (shape, spacing, affine). The raw NCCT itself is
79
+ the reference space (hence there is no `space-ncct_ncct`). So a fully aligned
80
+ input+label stack = raw `ncct` + the `derivatives` `space-ncct` modalities +
81
+ `space-ncct_lesion-msk`.
82
+
83
+ ## Ground truth
84
+
85
+ | Mask | Space | Type | Role |
86
+ |------|-------|------|------|
87
+ | `space-ncct_lesion-msk` (ses-02) | NCCT | binary {0,1} | **Gold standard** - final infarct lesion, the challenge target |
88
+ | `space-ncct_lvo-msk` (ses-01) | NCCT | binary {0,1} | Auxiliary - large-vessel occlusion (on CTA) |
89
+ | `space-ncct_cow-msk` (ses-01) | NCCT | multi-class | Auxiliary - Circle-of-Willis anatomy (on CTA) |
90
+
91
+ The **gold-standard lesion mask** is derived from the follow-up **DWI**: masks
92
+ were auto-generated by **DeepISLES** (the productized ISLES'22 winning ensemble)
93
+ and then **quality-controlled / manually corrected and verified by two
94
+ neuroradiologists** (>10 years' experience). The neuroradiologist-verified DWI
95
+ lesion is the reference standard; it is provided co-registered into NCCT space.
96
+
97
+ ## Cross-dataset overlap (leakage note)
98
+
99
+ - **No patient reuse** from **ISLES'22** (a different, MRI-only DWI cohort).
100
+ ISLES'24 is a new acute-stroke CT cohort. Modality and patients differ.
101
+ - There is **center-level** overlap (Munich contributes to both editions) and a
102
+ **methodological** dependency (ISLES'24 GT masks are produced by DeepISLES,
103
+ which was trained on ISLES'22) - but neither is shared imaging.
104
+ - No shared TCIA / BraTS / Medical Segmentation Decathlon lineage. Identifiers
105
+ are challenge-internal BIDS `sub-stroke####` IDs only.
106
+
107
+ ## License
108
+
109
+ **CC BY-NC-SA 4.0** (per the Zenodo deposit). Non-commercial, share-alike,
110
+ attribution required.
111
+
112
+ ## Citation
113
+
114
+ ```bibtex
115
+ @article{delarosa2024isles24,
116
+ title = {ISLES'24: Final Infarct Prediction with Multimodal Imaging and Clinical Data. Where Do We Stand?},
117
+ author = {de la Rosa, Ezequiel and Su, Ruisheng and Reyes, Mauricio and Riedel, Eda Otman and Baazaoui, Hakim and Wiest, Roland and Kofler, Florian and Kirschke, Jan S. and Wiestler, Benedikt and Menze, Bjoern},
118
+ journal = {arXiv preprint arXiv:2408.10966},
119
+ year = {2024}
120
+ }
121
+ ```
122
+
123
+ Data: Zenodo record 16748089 (de la Rosa et al., 2025). Please also credit the
124
+ ISLES'24 challenge organizers and the contributing hospitals (TUM Munich, USZ
125
+ Zurich).