File size: 3,566 Bytes
23f2478
 
 
2a9aaf3
23f2478
2a9aaf3
23f2478
 
2a9aaf3
 
 
 
 
 
 
 
23f2478
 
2a9aaf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23f2478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
license: cc-by-nc-nd-4.0
task_categories:
- image-segmentation
modality:
- MRI
language: []
tags:
- medical-imaging
- neonatal-brain
- hypoxic-ischemic-encephalopathy
- HIE
- lesion-segmentation
- diffusion-MRI
- ADC
- 3D
pretty_name: BONBID-HIE
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: subject_id
    dtype: string
  - name: split
    dtype: string
  - name: num_slices
    dtype: int32
  - name: lesion_voxels
    dtype: int32
  - name: preview_slice_idx
    dtype: int32
  - name: adc_slice
    dtype: image
  - name: zadc_slice
    dtype: image
  - name: lesion_mask
    dtype: image
  - name: overlay
    dtype: image
  splits:
  - name: train
    num_bytes: 1370200
    num_examples: 85
  - name: val
    num_bytes: 42629
    num_examples: 4
  download_size: 1449540
  dataset_size: 1412829
---

# BONBID-HIE

**BONBID-HIE** (BOston Neonatal Brain Injury Dataset for Hypoxic Ischemic Encephalopathy) is a curated MRI dataset for neonatal HIE lesion segmentation, released as part of the MICCAI 2023 BONBID-HIE challenge.

## Dataset Summary

| Field | Details |
|---|---|
| Modality | Diffusion MRI (ADC-derived maps) |
| Body Part | Neonatal brain (term/late-preterm with HIE) |
| Subjects (Train) | 85 |
| Subjects (Val)   | 4 (Docker sanity-check split) |
| Subjects (Test)  | 44 (password-encrypted, not redistributed here) |
| Format | MetaImage `.mha` (3D volumes) |
| Total Size | ~1.3 GB |
| Scanners | GE 1.5T Signa, Siemens 3T Trio |
| License | CC BY-NC-ND 4.0 |

## Data Structure

Each split contains three parallel directories:

- `1ADC_ss/` — skull-stripped Apparent Diffusion Coefficient map (model **input**)
- `2Z_ADC/` — Z-score normalized ADC map (additional input/aid; **NOT ground truth**)
- `3LABEL/` — manual expert lesion annotation (**recommended ground truth**, train/val only)

File naming:
- `1ADC_ss/MGHNICU_{ID}-VISIT_01-ADC_ss.mha`
- `2Z_ADC/Zmap_MGHNICU_{ID}-VISIT_01-ADC_smooth2mm_clipped10.mha`
- `3LABEL/MGHNICU_{ID}-VISIT_01_lesion.mha`

Plus `BONBID2023_clinicaldata_val.xlsx` (clinical metadata for the val split).

## Ground Truth

The recommended ground truth is the **manual expert lesion annotation** in `3LABEL/`, drawn by a trained physician using MRICroN. For 27 uncertain cases, consensus was reached among three pediatric neuroradiologists. The `2Z_ADC/` map is provided as an algorithm-development aid and is NOT a ground-truth annotation.

## Notes

- Test split is omitted: it was distributed only to MICCAI 2023 challenge participants and is password-encrypted on Zenodo. Training samples (n=85) plus validation (n=4) are reproduced here.
- Val split is small (n=4) — intended as a Docker sanity-check, not a statistical validation set. Cross-validation on the train split is the typical evaluation strategy.

## Citation

```bibtex
@article{bao2024bonbid,
  title   = {{BOston Neonatal Brain Injury Data for Hypoxic Ischemic Encephalopathy (BONBID-HIE): I. MRI and Lesion Labeling}},
  author  = {Bao, Rina and Song, Ya'nan and Bates, Sara V. and others},
  journal = {Scientific Data},
  publisher = {Nature},
  year    = {2024},
  doi     = {10.1038/s41597-024-03986-7},
  url     = {https://www.nature.com/articles/s41597-024-03986-7}
}
```

## Source

Original release: [Zenodo record 10602767](https://zenodo.org/records/10602767) (V3, paper-cited)
Challenge portal: [bonbid-hie2023.grand-challenge.org](https://bonbid-hie2023.grand-challenge.org/)