2 Rickmann and Bongratz et al.
The traditional software pipeline FreeSurfer [10], which is commonly used
in brain research, addresses this issue by offering a surface-based analysis in
addition to the voxel-based image processing stream. More precisely, the voxel
stream provides a voxel-based segmentation of the cortex and subcortical struc-
tures, whereas the surface-based stream creates cortical surfaces and a cortex
parcellation on the vertex level. To this end, FreeSurfer registers the surfaces to
a spherical atlas. Cortical thickness can be computed from these surfaces with
sub-millimeter accuracy and different regions of the brain can easily be analyzed
given the cortex parcellation. Yet, the applicability of FreeSurfer is limited by
its lengthy runtime (multiple hours per brain scan).
Recently, significantly faster deep learning-based approaches for cortical sur-
face reconstruction have been proposed [1,4,20,23]; they reconstruct cortical sur-
faces from an MRI scan within seconds. To date, however, these methods do not
come with the ability to provide a parcellation of the surfaces. At the same
time, recent parcellation methods [5,14] usually rely on FreeSurfer for the ex-
traction of the surface meshes. A notable exception is [15], which, however, is
not competitive in terms of surface accuracy.
In this work, we close this gap by augmenting two state-of-the-art corti-
cal surface reconstruction (CSR) methods [1,20] with two different parcellation
approaches in an end-to-end trainable manner. Namely, we extend the CSR net-
works with a graph classification network and, as an alternative, we propagate
template parcellation labels through the CSR network via a novel class-based
reconstruction loss. Both approaches are illustrated in Figure 1. We demonstrate
that both approaches yield highly accurate cortex parcellations on top of state-
of-the-art boundary surfaces.
2 Related Work
In the following, we will briefly review previous work related to corical surface
reconstruction and cortex parcellation. While we focus on joint reconstruction
and parcellation, the majority of existing methods solves only one of these two
tasks at a time, i.e., cortex parcellation or cortical surface reconstruction.
Convolutional neural networks (CNNs) remain a popular choice for med-
ical image segmentation and they have been applied successfully to the task
of cortex parcellation. For example, FastSurfer [16] replaces FreeSurfer’s voxel-
based stream by a multi-view 2D CNN. Similar approaches [17,3] have been pro-
posed based on 3D patch-based networks. However, the computation of cortical
biomarkers based on fully-convolutional segmentations is ultimately restricted
by the image resolution of the input MRI scans and the combination with the
FreeSurfer surface stream is not efficient in terms of inference time.
Deep learning-based parcellation methods operating on given surface meshes
(typically pre-computed with FreeSurfer) have also been presented in the past.
For example, the authors of [5] investigate different network architectures for the
segmentation of two brain areas. They found that graph convolution-based ap-
proaches are more suited compared to multi-layer perceptrons (MLPs). Similarly,