Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

OpenBHB: a Multi-Site Brain MRI Dataset for Age Prediction and Debiasing

The Open Big Healthy Brains (OpenBHB) dataset is a large (N>5000) multi-site 3D brain MRI dataset gathering 10 public datasets (IXI, ABIDE 1, ABIDE 2, CoRR, GSP, Localizer, MPI-Leipzig, NAR, NPC, RBP) of T1 images acquired across 93 different centers, spread worldwide (North America, Europe and China). Only healthy controls have been included in OpenBHB with age ranging from 6 to 88 years old, balanced between males and females. All T1 images have been uniformly pre-processed with CAT12 (SPM), FreeSurfer (FSL) and Quasi-Raw (in-house minimal pre-processing) and they all passed a visual quality check. Both Voxel-Based Morphometry and Surface-Based Morphometry measures are available for each T1 MRI. Participant's age and sex are provided as well as the acquisition site, MRI magnetic field and MRI scanner settings used for each image acquisition.

Note: OpenBHB has been divided into an official train, validation and test split for the open challenge currently deployed on brain age prediction and site-effect removal (see below). To avoid any data leakage during this challenge, data in test are kept private on the submission servers to compute the challenge metrics. Only training and validation data are openly available for now.

Age prediction with site-effect removal challenge

OpenBHB has been designed for brain age prediction and debiasing with site-effect removal in current brain MRI datasets through representation learning. The challenge consists in developing new algorithms taking as input T1 MRI images available in OpenBHB and outputting representation vectors preserving the biological variability (age) and removing undesirable non-biological confounding variables (acquisition site/settings). The representation quality is evaluated through linear probing on brain age prediction and site debiasing with (MAE and RMSE for age, balanced accuracy for site prediction). All algorithms can be submitted on RAMP with a public recording of their performance and an official leaderboard.

Dataset organization

This dataset comprises 3227 training samples, 757 validation samples and 664 testing samples (kept private) dedicated to the OpenBHB challenge. Each sample comes with original T1 MRI and 6 pre-processed numpy arrays:

  • quasi-raw volume, linearly co-registered, skull-stripped, bias-corrected
  • cat12 volume, non-linearly co-registered, gray-matter extracted
  • surface-based features computed on mesh (xhemi) using FreeSurfer
  • cat12 Region-Of-Interests, gray matter volumes computed per brain region using the Neuromorphometric atlas
  • FreeSurfer Desikan ROI, surface-based features computed using Desikan atlas
  • FreeSurfer Destrieux ROI (surface-based features computed using Destrieux atlas)
openBHB/ 
β”œβ”€β”€ README.md
β”œβ”€β”€ participants.tsv # meta-data relative to subjects and scans, e.g. age, sex, site label
β”œβ”€β”€ qc.tsv # quality check metrics, e.g. Euler number
β”œβ”€β”€ train/
    β”œβ”€β”€derivatives/
        β”œβ”€β”€sub-*
            β”œβ”€β”€ses-1
                β”œβ”€β”€ sub-*_preproc-quasiraw_T1w.npy          # quasi-raw 3D volume
                β”œβ”€β”€ sub-*_preproc-cat12vbm_desc-gm_T1w.npy  # cat12 3D volume
                β”œβ”€β”€ sub-*_preproc-cat12vbm_desc-gm_ROI.npy       # gray matter volume on Neuromorphometric atlas
                β”œβ”€β”€ sub-*_preproc-freesurfer_desc-xhemi_T1w.npy  # surface-based features on mesh
                β”œβ”€β”€ sub-*_preproc-freesurfer_desc-desikan_ROI.npy # surface-based features on Desikan atlas
                β”œβ”€β”€ sub-*_preproc-freesurfer_desc-destrieux_ROI.npy # surface-based features on Destrieux atlas
    β”œβ”€β”€rawdata/
        β”œβ”€β”€sub-*
            β”œβ”€β”€ses-1
                β”œβ”€β”€ sub-*_T1w.nii # raw T1 MRI
β”œβ”€β”€ val/
    β”œβ”€β”€derivatives/
        β”œβ”€β”€sub-*
            ...  # same structure as 'train'
    β”œβ”€β”€rawdata/
        β”œβ”€β”€sub-*
            ... # same structure as 'train'
β”œβ”€β”€ resource/
    β”œβ”€β”€ cat12vbm_space-MNI152_desc-gm_TPM.nii.gz  # template used in CAT12 co-registration
    β”œβ”€β”€ quasiraw_space-MNI152_desc-brain_T1w.nii.gz # template used in quasi-raw co-registration
    β”œβ”€β”€ cat12vbm_labels.txt  # ROI names for Neuromorphometric atlas
    β”œβ”€β”€ freesurfer_atlas-desikan_labels.txt # ROI names for Desikan atlas
    β”œβ”€β”€ freesurfer_atlas-destrieux_labels.txt # ROI names for Destrieux atlas
    β”œβ”€β”€ freesurfer_channels.txt # Feature names derived by FreeSurfer on Destrieux/Desikan atlas
    β”œβ”€β”€ freesurfer_xhemi_channels.txt 
    β”œβ”€β”€ neuromorphometrics.csv  # Neuromorphometric labels
    β”œβ”€β”€ neuromorphometrics.nii  # Neuromorphometric atlas
    β”œβ”€β”€ resources.json  # meta-data info on numpy arrays

Acknowledgments

If you use this dataset for your work, please use the following citation:

@article{dufumier2021,
  title={{OpenBHB: a Large-Scale Multi-Site Brain MRI Data-set for Age Prediction and Debiasing}},
  author={Dufumier, Benoit and Grigis, Antoine and Victor, Julie and Ambroise, Corentin and Frouin, Vincent and Duchesnay, Edouard},
  journal={NeuroImage},
  year={2022}
}

Licence and Data Usage Agreement

This dataset is under Licence CC BY-NC-SA 3.0. By downloading this dataset, you also agree to the most restrictive Data Usage Agreement (DUA) of all cohorts:

Dataset License Terms
ABIDE 1 CC BY-NC-SA 3.0 (SA)
ABIDE 2 CC BY-NC-SA 3.0
IXI CC0
CoRR CC0
GSP CC0
NAR CC0
MPI-Leipzig CC0
NPC CC0
RBP CC0
Localizer CC BY 3.0
Downloads last month
130