Angelou0516/NCI-ISBI
收藏Hugging Face2026-04-07 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/Angelou0516/NCI-ISBI
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-3.0
task_categories:
- image-segmentation
tags:
- medical
- mri
- prostate
- segmentation
pretty_name: NCI-ISBI 2013 Prostate Segmentation Challenge
size_categories:
- n<1K
configs:
- config_name: default
data_files:
- split: training
path: data/training-*
- split: leaderboard
path: data/leaderboard-*
- split: test
path: data/test-*
dataset_info:
features:
- name: patient_id
dtype: string
- name: scanner
dtype: string
- name: num_slices
dtype: int64
- name: image
dtype: image
- name: segmentation
dtype: image
- name: overlay
dtype: image
splits:
- name: training
num_bytes: 13804314
num_examples: 60
- name: leaderboard
num_bytes: 2846877
num_examples: 10
- name: test
num_bytes: 2646332
num_examples: 10
download_size: 19321085
dataset_size: 19297523
---
# NCI-ISBI 2013 — Automated Segmentation of Prostate Structures
T2-weighted MRI dataset for prostate zonal segmentation (Peripheral Zone and Central Gland).
## Dataset Details
| Field | Value |
|---|---|
| Modality | T2-weighted MRI (1.5T + 3T) |
| Body part | Prostate |
| Classes | 2 — Peripheral Zone (PZ), Central Gland (CG) |
| Subjects | 80 (60 train / 10 leaderboard / 10 test) |
| Format | DICOM images + NRRD segmentations |
| License | CC BY 3.0 |
## Structure
```
images/
Training/ # 60 cases (30 Prostate3T + 30 ProstateDx)
Leaderboard/ # 10 cases
Test/ # 10 cases
segmentations/
Training/ # 60 NRRD masks
Leaderboard/ # 10 NRRD masks
Test/ # 10 NRRD masks
```
Each patient directory under `images/` contains DICOM slices (~15-38 per case).
Segmentation masks are NRRD files with matching patient IDs.
- **Prostate3T-\***: acquired at 3T (Siemens TIM, surface coil)
- **ProstateDx-\***: acquired at 1.5T (Philips Achieva, endorectal coil)
## Segmentation Labels
| Label | Structure |
|---|---|
| 0 | Background |
| 1 | Central Gland (CG) |
| 2 | Peripheral Zone (PZ) |
## Source
- TCIA: [NCI-ISBI 2013 Challenge](https://wiki.cancerimagingarchive.net/display/Public/NCI-ISBI+2013+Challenge+-+Automated+Segmentation+of+Prostate+Structures)
- DOI: `10.7937/K9/TCIA.2015.zF0vlOPv`
## Citation
```bibtex
@misc{bloch2015nciisbi,
author = {Bloch, N. and Madabhushi, A. and Huisman, H. and Freymann, J. and Kirby, J. and Grauer, M. and Enquobahrie, A. and Jaffe, C. and Clarke, L. and Farahani, K.},
title = {NCI-ISBI 2013 Challenge: Automated Segmentation of Prostate Structures},
year = {2015},
publisher = {The Cancer Imaging Archive},
doi = {10.7937/K9/TCIA.2015.zF0vlOPv}
}
```
提供机构:
Angelou0516



