Datasets:
Size:
10K<n<100K
License:
File size: 1,951 Bytes
aeede7a b8b2c6f 67475fc aeede7a 67475fc aeede7a 7515797 aeede7a e771674 aeede7a f28b96c 7515797 aeede7a f8ad62c aeede7a f8ad62c aeede7a 72ca426 aeede7a 7515797 aeede7a 7515797 aeede7a b8b2c6f |
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 |
---
license: other
license_name: fomodataset
license_link: https://fomo25.github.io/dua
tags:
- brain
- mri
- ssl
- foundation_model
- 3d
- image
pretty_name: fomo-60k
size_categories:
- 10K<n<100K
task_categories:
- image-feature-extraction
- zero-shot-classification
---
# FOMO-60K: Brain MRI Dataset for Large-Scale Self-Supervised Learning with Clinical Data

This repo contains FOMO-60K, a large-scale dataset which includes MRIs from the clinic, containing 60K+ brain MRI scans.
This dataset is released in conjunction with the **FOMO25: Foundation Model Challenge for Brain MRI** hosted at **MICCAI 2025**.
See [fomo25.github.io](https://fomo25.github.io) for more information about the challenge.
Please be aware that usage of the dataset is subject to a [Data Usage Agreement](https://fomo25.github.io/dua) and a [Citation Policy](https://fomo25.github.io/citation-policy).
## Description
FOMO-60K is a large-scale dataset of brain MRI scans, including both clinical and research-grade scans. The dataset includes a wide range of sequences, including _T1, MPRAGE, T2, T2*, FLAIR, SWI, T1c, PD, DWI, ADC, and more_.
The dataset consists of
- 11,187 subjects
- 13,900 sessions
- 60,529 scans.
## Format
All data is provided as NIfTI-files. The dataset format is provided as one large standardized, preprocessed (including skull stripped, RAS reoriented, co-registered) dataset with the following format:
```
-- fomo-60k
|-- sub_01
|-- ses_01
|-- t1.nii.gz
```
Sessions with multiple scans of the same sequence are named `sequence_x.nii.gz`. Sessions where the sequence information was not available are named `scan_x.nii.gz`.
The dataset has been collected from the following public sources: OASIS, BraTS, MSD, IXI, MGH Wild, NKI, SOOP, NIMH, DLBS, IDEAS, ARC, MBSR, UCLA, QTAB, AOMIC ID1000. |