Find
Walk one folder recursively and identify functional EPI time series from DICOM metadata.
Academic-led infrastructure to scale free open neuroimaging data
Scaling Neuro helps academic labs easily share their already collected fMRI, eventually unlocking the world's largest trainable neuroimaging dataset. Point it at a DICOM folder and it finds the EPI series, removes identifying metadata locally, and syncs the deidentified DICOMs to a shared archive.
From the researchers behind MindEye, CortexMAE, and Brainmarks
The scale opportunity
Aggregating all publicly available fMRI yields ~32K hours of scanning. >1000 hours of fMRI is routinely collected yearly at many universities. Thus, if just 32 universities join Scaling Neuro, we can share over 32K hours of fMRI yearly.
The public baseline is the estimate across freely accessible archives in NeuroAI for AI Safety. The network bar is 32 centers × 1,000 hours/year. The shareable total would be lower after institutional, consent, and privacy review. The dotted curve extends the data-scaling trend reported in CortexMAE; it illustrates the opportunity rather than making a quantitative performance projection.
How it works
Walk one folder recursively and identify functional EPI time series from DICOM metadata.
Remove direct identifiers, dates, paths, free text, and unsafe private metadata locally. Preserve Pixel Data.
Upload one deidentified DICOM archive per EPI series with resumable transfers and content hashes.
Participating labs get access to all the DICOMs without restrictions.
Functional EPI only. By only uploading raw functional scans that have identifiable metadata removed locally, we avoid all the friction associated with uploading brain scans. No task labels mean your study can't be scooped. No structurals mean no worrying about defacing. No BIDS, so no need to do anything other than point a script to a folder of DICOMs. *Note: Scaling Neuro serves a very different purpose to OpenNeuro; we hope you upload your raw data here and then upload standardized data over there!
Access data
Archive access is available to researchers whose lab agrees to participate in this shared functional MRI effort. Submit the form once to receive a personal access token.
Access granted
It is shown once. Treat it like a password.
Save it in your shell, then list the archive:
export SCALING_NEURO_ACCESS_TOKEN='PASTE_TOKEN'
curl -H "Authorization: Bearer $SCALING_NEURO_ACCESS_TOKEN" \
https://scalingneuro.org/v1/archive
Use any listed download_url to download a series:
curl -L -H "Authorization: Bearer $SCALING_NEURO_ACCESS_TOKEN" \
DOWNLOAD_URL -o series.dicom.tar.zst
shasum -a 256 series.dicom.tar.zst