FreeSurfer / FastSurfer
Also known as: FreeSurfer, FastSurfer, recon-all, cortical parcellation
Software pipelines that automatically segment the brain from an MRI scan and extract morphometric measurements such as cortical thickness and regional volume.
FreeSurfer and FastSurfer are the two most widely used open-source tools for extracting structural measurements from T1-weighted MRI scans. They are the entry point for almost every structural brain age pipeline.
FreeSurfer
Developed at the Martinos Center at Massachusetts General Hospital, FreeSurfer has been the field standard since the early 2000s. Its core pipeline (recon-all) takes a raw T1w scan and performs:
- Skull stripping — removes non-brain tissue
- Intensity normalisation — corrects for field inhomogeneity
- Tissue segmentation — separates grey matter, white matter, and CSF
- Surface reconstruction — models the cortex as a 2D sheet, capturing sulcal folding
- Parcellation — assigns each vertex or voxel to an anatomical region (using atlases such as Desikan–Killiany or Destrieux)
- Feature extraction — outputs thickness, volume, surface area, and curvature for ~70–150 regions per hemisphere
The full recon-all pipeline takes 4–8 hours per scan on a standard CPU.
FastSurfer
FastSurfer, developed at the German Center for Neurodegenerative Diseases, replicates much of FreeSurfer's output using deep learning. Its key advantages:
- Whole-brain segmentation in ~1 minute on a GPU (versus hours for FreeSurfer)
- Comparable accuracy to FreeSurfer on standard datasets
- Better performance on non-standard or lower-quality scans in some benchmarks
FastSurfer is increasingly used in large-scale studies and clinical pipelines where throughput matters.
What the outputs look like
Both tools produce a table of regional measurements. A typical entry might read:
Left entorhinal cortex — mean thickness: 3.41 mm, volume: 1 842 mm³
These measurements form the feature vector that brain age models use as input. A model trained on tens of thousands of healthy participants learns which combinations of regional thinning and volume loss are typical for a given age — and flags deviations.
Caveats
- FreeSurfer and FastSurfer outputs are not perfectly interchangeable; a brain age model trained on one should ideally not be applied to output from the other without validation.
- Both pipelines can fail or produce artefacts on low-quality scans (motion, unusual pathology, very elderly brains with extreme atrophy).
- Version changes between FreeSurfer releases can introduce systematic shifts in measurements — a known challenge for longitudinal studies.
Read more
Related terms
T1-weighted MRI
The standard MRI sequence for brain morphometry. Grey matter appears dark, white matter bright, and cerebrospinal fluid very dark — making tissue boundaries easy to measure.
MRI
A non-invasive imaging technique that uses strong magnetic fields and radio waves to produce detailed images of the brain's soft tissue structure.
Cortical thickness
The thickness of the brain's outer grey-matter ribbon (the cortex), measured millimetre-by-millimetre across its surface from a structural MRI.
Atrophy
The loss of brain tissue volume or cortical thickness over time, reflecting a reduction in the size or number of neurons and their supporting cells.
Brain age
An estimate of how old your brain appears structurally compared to a healthy reference population, derived from a single MRI scan.