Angelou0516 commited on
Commit
5676181
·
verified ·
1 Parent(s): af5680c

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +129 -0
README.md ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - medical
7
+ - mri
8
+ - mpmri
9
+ - brain
10
+ - glioblastoma
11
+ - glioma
12
+ - brain-tumor
13
+ - tumor-segmentation
14
+ - brats
15
+ - nifti
16
+ - tcia
17
+ - upenn-gbm
18
+ pretty_name: UPENN-GBM (mpMRI + Tumor Segmentation)
19
+ size_categories:
20
+ - n<1K
21
+ ---
22
+
23
+ # UPENN-GBM — mpMRI + Tumor Segmentation
24
+
25
+ The University of Pennsylvania glioblastoma (UPenn-GBM) cohort: structural
26
+ multi-parametric MRI (mpMRI) of de novo glioblastoma patients with tumor
27
+ sub-region segmentations. This is the **NIfTI** release from TCIA — images are
28
+ skull-stripped and co-registered to the SRI24 atlas, and the segmentations are
29
+ aligned to them.
30
+
31
+ > **This HuggingFace mirror is a segmentation-focused subset** of the full TCIA
32
+ > collection. It contains the structural mpMRI sequences and the tumor
33
+ > segmentations only. The DICOM package (139 GB), the DSC/DTI derivative maps,
34
+ > the skull-**unstripped** images, the histopathology WSIs (149 GB), and the
35
+ > radiomic-feature tables are **not** included here — obtain those from TCIA.
36
+
37
+ ## Dataset Details
38
+
39
+ | Field | Value |
40
+ |---|---|
41
+ | Modality | Brain mpMRI — T1, T1-Gd (T1CE), T2, T2-FLAIR |
42
+ | Body part | Brain (de novo glioblastoma) |
43
+ | Task | 3D multi-class tumor sub-region segmentation |
44
+ | Structural scans | 671 (630 patients; `_21` = follow-up timepoints) |
45
+ | Manual/expert masks | 147 (`images_segm`) — **recommended ground truth** |
46
+ | Automated masks | 611 (`automated_segm`) |
47
+ | Segmentable scans | 611 (have a manual and/or automated mask) |
48
+ | Volume geometry | 240 × 240 × 155, 1 mm isotropic, SRI24 atlas space |
49
+ | Format | NIfTI (`.nii.gz`) |
50
+ | License | CC BY 4.0 |
51
+
52
+ ## Label Scheme (BraTS convention)
53
+
54
+ | Value | Tumor sub-region |
55
+ |---|---|
56
+ | 0 | Background |
57
+ | 1 | Necrotic / non-enhancing tumor core (NCR/NET) |
58
+ | 2 | Peritumoral edematous / infiltrated tissue (ED) |
59
+ | 4 | GD-enhancing tumor (ET) |
60
+
61
+ Evaluation regions: **WT** (whole tumor) = 1+2+4, **TC** (tumor core) = 1+4,
62
+ **ET** (enhancing tumor) = 4. Note the enhancing-tumor label is **4** (native
63
+ BraTS/TCIA encoding), *not* 3 — verified across the released masks.
64
+
65
+ ## Mask Sources (two)
66
+
67
+ 1. **`images_segm` — manually-corrected expert segmentation (147 scans).**
68
+ Automated labels reviewed and corrected/approved by board-certified
69
+ neuroradiologists. **This is the recommended ground truth.**
70
+ 2. **`automated_segm` — automated segmentation (611 scans).** Label fusion
71
+ (STAPLE) of an ensemble of top BraTS-ranked deep models (DeepMedic,
72
+ DeepSCAN, nnU-Net). Silver/weak standard.
73
+
74
+ All 147 manually-corrected scans also have an automated mask. 60 scans
75
+ (follow-up `_21` timepoints) have neither and are image-only.
76
+
77
+ **Recommended GT policy (used by `subjects_manifest.json`):** prefer the manual
78
+ mask in `images_segm`; fall back to `automated_segm`; skip scans with neither.
79
+
80
+ ## Structure
81
+
82
+ ```
83
+ images_structural/<subject>/<subject>_T1.nii.gz
84
+ images_structural/<subject>/<subject>_T1GD.nii.gz
85
+ images_structural/<subject>/<subject>_T2.nii.gz
86
+ images_structural/<subject>/<subject>_FLAIR.nii.gz
87
+ images_segm/<subject>_segm.nii.gz # manual/expert GT (147)
88
+ automated_segm/<subject>_automated_approx_segm.nii.gz # automated (611)
89
+ metadata/UPENN-GBM_clinical_info_v2.1.csv # clinical + genomic per subject
90
+ subjects_manifest.json # per-scan paths, mask availability, GT policy
91
+ ```
92
+
93
+ `<subject>` = `UPENN-GBM-NNNNN_TT`, where `TT` is the timepoint (`11` = baseline,
94
+ `21` = follow-up). `subjects_manifest.json` lists, for every structural scan, the
95
+ four modality paths, the manual/automated mask paths (if present), and the chosen
96
+ `gt_path`/`gt_source` — so loaders need not re-derive availability.
97
+
98
+ ## Notes for Loaders
99
+
100
+ - **Images and masks share an identical grid** (240×240×155, 1 mm iso, SRI24) —
101
+ no resampling or axis permutation is needed between a scan and its mask.
102
+ - The NIfTI images are SRI-registered and **do not** align with the TCIA DICOM
103
+ package by design.
104
+ - Multi-channel input: stack T1/T1GD/T2/FLAIR as channels (BraTS-style).
105
+
106
+ ## Source
107
+
108
+ - TCIA collection: https://www.cancerimagingarchive.net/collection/upenn-gbm/
109
+ - DOI: `10.7937/TCIA.709X-DN49`
110
+ - Public, no registration required (TCIA fully public since 2025-07-07).
111
+
112
+ ## Citation
113
+
114
+ ```bibtex
115
+ @article{bakas2022upenngbm,
116
+ author = {Bakas, Spyridon and Sako, Chiharu and Akbari, Hamed and Bilello, Michel
117
+ and Sotiras, Aristeidis and Shukla, Gaurav and Rudie, Jeffrey D. and
118
+ Flores Santamar\'ia, Nadina and Fathi Kazerooni, Anahita and Pati, Sarthak
119
+ and others},
120
+ title = {The University of Pennsylvania glioblastoma (UPenn-GBM) cohort:
121
+ advanced MRI, clinical, genomics, \& radiomics},
122
+ journal = {Scientific Data},
123
+ volume = {9},
124
+ number = {1},
125
+ pages = {453},
126
+ year = {2022},
127
+ doi = {10.1038/s41597-022-01560-7}
128
+ }
129
+ ```