Datasets:
id int32 1 357 | slice int32 0 154 | t1c imagewidth (px) 240 240 | t1n imagewidth (px) 240 240 | t2f imagewidth (px) 240 240 | t2w imagewidth (px) 240 240 | seg imagewidth (px) 240 240 ⌀ |
|---|---|---|---|---|---|---|
1 | 0 | |||||
1 | 1 | |||||
1 | 2 | |||||
1 | 3 | |||||
1 | 4 | |||||
1 | 5 | |||||
1 | 6 | |||||
1 | 7 | |||||
1 | 8 | |||||
1 | 9 | |||||
1 | 10 | |||||
1 | 11 | |||||
1 | 12 | |||||
1 | 13 | |||||
1 | 14 | |||||
1 | 15 | |||||
1 | 16 | |||||
1 | 17 | |||||
1 | 18 | |||||
1 | 19 | |||||
1 | 20 | |||||
1 | 21 | |||||
1 | 22 | |||||
1 | 23 | |||||
1 | 24 | |||||
1 | 25 | |||||
1 | 26 | |||||
1 | 27 | |||||
1 | 28 | |||||
1 | 29 | |||||
1 | 30 | |||||
1 | 31 | |||||
1 | 32 | |||||
1 | 33 | |||||
1 | 34 | |||||
1 | 35 | |||||
1 | 36 | |||||
1 | 37 | |||||
1 | 38 | |||||
1 | 39 | |||||
1 | 40 | |||||
1 | 41 | |||||
1 | 42 | |||||
1 | 43 | |||||
1 | 44 | |||||
1 | 45 | |||||
1 | 46 | |||||
1 | 47 | |||||
1 | 48 | |||||
1 | 49 | |||||
1 | 50 | |||||
1 | 51 | |||||
1 | 52 | |||||
1 | 53 | |||||
1 | 54 | |||||
1 | 55 | |||||
1 | 56 | |||||
1 | 57 | |||||
1 | 58 | |||||
1 | 59 | |||||
1 | 60 | |||||
1 | 61 | |||||
1 | 62 | |||||
1 | 63 | |||||
1 | 64 | |||||
1 | 65 | |||||
1 | 66 | |||||
1 | 67 | |||||
1 | 68 | |||||
1 | 69 | |||||
1 | 70 | |||||
1 | 71 | |||||
1 | 72 | |||||
1 | 73 | |||||
1 | 74 | |||||
1 | 75 | |||||
1 | 76 | |||||
1 | 77 | |||||
1 | 78 | |||||
1 | 79 | |||||
1 | 80 | |||||
1 | 81 | |||||
1 | 82 | |||||
1 | 83 | |||||
1 | 84 | |||||
1 | 85 | |||||
1 | 86 | |||||
1 | 87 | |||||
1 | 88 | |||||
1 | 89 | |||||
1 | 90 | |||||
1 | 91 | |||||
1 | 92 | |||||
1 | 93 | |||||
1 | 94 | |||||
1 | 95 | |||||
1 | 96 | |||||
1 | 97 | |||||
1 | 98 | |||||
1 | 99 |
This dataset is derived from the BraTS PED 2024 (Brain Tumor Segmentation Challenge 2024 – Pediatric track). The original dataset consists of multi-institutional, multi-parametric MRI scans of pediatric brain tumor patients, curated for the task of automated tumor segmentation. Each subject includes the following MRI modalities:
- T1-weighted (T1)
- T1-weighted post-contrast (T1c)
- T2-weighted (T2w)
- T2-FLAIR (T2f)
Additionally, expert-annotated segmentation masks are provided with voxel-wise tumor labels:
- Background (0)
- Tumor core / non-enhancing / cystic (1)
- Edema (2)
- Enhancing tumor (3)
This repository provides a 2D slice-based version of the BraTS PED 2024 dataset, designed for efficient training of deep learning models.
📦 Dataset Structure
Each entry in the dataset corresponds to a single 2D slice and contains:
volume_id→ Unique identifier for the patient/volumeslice_id→ Index of the slice within the volumet1c→ T1-weighted contrast-enhanced slicet1n→ T1-weighted slicet2f→ T2-FLAIR slicet2w→ T2-weighted sliceseg→ Segmentation mask slice
Use
from datasets import load_dataset
bratsped24 = load_dataset("chehablaborg/BraTS_PED_2024", split="train")
sample_id = 314
t1c = bratsped24[sample_id]["t1c"]
t1n = bratsped24[sample_id]["t1n"]
t2f = bratsped24[sample_id]["t2f"]
t2w = bratsped24[sample_id]["t2w"]
seg = bratsped24[sample_id]["seg"]
plt.imshow(t1c, cmap="grey")
plt.show()
📚 Citation (Original Dataset)
If you use this dataset, please mention us in an acknowledgement (chehablab.com) and cite the original BraTS PED paper:
@misc{BraTS_PEDs,
title = {The Brain Tumour Segmentation in Pediatric Magnetic Resonance Imaging (BraTS-PEDs) Dataset and Challenge},
author = {
Fathi Kazerooni, Anahita and Khalili, Nastaran and Liu, Xinyang and Jiang, Zhifan and Gandhi, Deep and Pavaine, Julija and Shah, Lalit M. and Jones, Blaise V. and Sheth, Nakul and Prabhu, Sanjay P. and McAllister, Aaron S. and Tu, Wenxin and Nandolia, Khanak K. and Rodriguez, Andres and Shaikh, Ibraheem Salman and Sanchez-Montano, Mariana and Lai, Hollie Anne and Haldar, Debaditya and Anderson, Hannah and Bagheri, Saba and Zapaishchykova, Anna and Familiar, Ariana M. and Gottipati, Anurag and Maleki, Nazanin and Poussaint, Tina and Storm, Paul B. and Bornhorst, Miriam and Packer, Roger and Hummel, Trent and de Blank, Peter and Hoffman, Lindsey and Aboian, Mariam and Nabavizadeh, Ali and Ware, Jeffrey B. and Kann, Benjamin H. and Bakas, Spyridon and Rood, Brian and Resnick, Adam and Vossough, Arastoo and Linguraru, Marius George
},
year = {2025},
howpublished = {\url{https://doi.org/10.7937/DX5C-TJ86}},
doi = {10.7937/DX5C-TJ86},
eprint = {2404.15009},
archivePrefix = {arXiv},
primaryClass = {cs.CV},
url = {https://arxiv.org/abs/2404.15009}
}
License
This work is licensed under a Creative Commons CC BY-NC 4.0 License.

Chehab Lab @ 2026
- Downloads last month
- 61