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:
- Downloads last month
- 130