Abstract
Accurate registration of brain MRI scans is fundamental for cross-subject analysis in neuroscientific studies. This involves aligning both the cortical surface of the brain and the interior volume. Traditional methods treat volumetric and surface-based registration separately, which often leads to inconsistencies that limit downstream analyses. We propose a deep learning framework, NeurAlign, that registers 3D brain MRI images by jointly aligning both cortical and subcortical regions through a unified volume-and-surface-based representation. Our approach leverages an intermediate spherical coordinate space to bridge anatomical surface topology with volumetric anatomy, enabling consistent and anatomically accurate alignment. By integrating spherical registration into the learning, our method ensures geometric coherence between volume and surface domains. In a series of experiments on both in-domain and out-of-domain datasets, our method consistently outperforms both classical and machine learning-based registration methods—improving the Dice score by up to 7 points while maintaining regular deformation fields. Additionally, it is orders of magnitude faster than the standard method for this task, and is simpler to use because it requires no additional inputs beyond an MRI scan. With its superior accuracy, fast inference, and ease of use, NeurAlign sets a new standard for joint cortical and subcortical registration.
1. Introduction
Accurate alignment of both cortical and subcortical regions is essential for comprehensive and consistent whole-brain analysis in neuroimaging studies. For example, functional MRI (fMRI) measures brain activity by detecting blood oxygenation changes, with a key goal of localizing functional regions in the cerebral cortex. Mapping activation patterns to brain structure reveals functional organization and is essential for quantifying how neurodegenerative diseases affect things such as cognition (Fischl et al., 2008; Thompson et al., 2007; Ghosh et al., 2010).
Traditional deformable volumetric registration methods compute a three-dimensional (3D) displacement field to align brain images by maximizing intensity similarity (Avants et al., 2008; Balakrishnan et al., 2019; Rueckert et al., 1999). While effective for aligning subcortical structures and global anatomy, volumetric deformable registration often fails in the cortex. The cortex is a thin, highly curved surface with significant inter-subject variability in folding patterns that is difficult to align in Euclidean space (Fischl et al., 1999). Accurate alignment is critical, since the cortex encodes many of the brain’s high-level functions such as memory and language, and serves as a primary target for structural and functional neuroimaging studies (Fischl, 2012). Surface-based methods address this challenge by projecting the cortex onto a sphere and aligning the cortex using pre-computed anatomical features such as sulcal depth and/or curvature. This facilitates registration by providing a common geometric space to preserve the topology of the cortex (Fischl et al., 1999; Yeo et al., 2009).
Using fundamentally different representations for surface and volume registration forces neuroscience researchers to tackle two disjoint problems and combine solutions ad hoc (Tucholka et al., 2012). This typically involves solving an elastic partial differential equation to propagate the surface registration to the interior brain. However, interpolating the surface registration to the interior is not guaranteed to be consistent with the original volumetric registration. This sequential approach prevents computing a coherent registration that simultaneously satisfies both cortical and subcortical alignment objectives. This introduces errors, undermining whole-brain analyses by potentially misaligning anatomically and functionally connected areas (Joshi et al., 2009; Postelnicu et al., 2008; Ahmad et al., 2019).
In this work, we propose NeurAlign, a machine learning framework for unified registration of cortical and subcortical structures. NeurAlign, simultaneously trains a volumetric registration network and a spherical registration network using a shared framework that combines both domains. Unlike existing approaches, our model explicitly couples the two through a loss function that encourages the volumetric deformation field on the cortical ribbon to match the spherical registration field. This promotes topologically correct and geometrically consistent alignment across cortical and subcortical regions. Crucially, because our method performs registration in a single forward pass, it enables efficient and scalable whole-brain registration for large population studies. Further, NeurAlign does not require cortical meshes nor segmentations at inference, avoiding the computationally intensive preprocessing required by other methods. Our method, NeurAlign, achieves significantly improved cortical and subcortical alignment compared to the standard joint registration framework, CVS (Postelnicu et al., 2008), while reducing computation time by several orders of magnitude. In addition, NeurAlign substantially outperforms state-of-the-art volumetric machine learning–based registration approaches. To summarize our contributions:
We propose a unified machine learning model that performs consistent registration of both cortical and subcortical structures using coupled spherical and volumetric networks.
We derive a cortical consistency loss that explicitly encourages agreement between the volumetric deformation field in the cortex and the spherical registration field, promoting anatomically coherent alignment across the entire brain.
Our proposed method leverages cortical meshes during training, but does not require them during inference, enabling accessible, rapid, and accurate registration.
We validate our method on four clinical neuroimaging datasets, showing substantially improved and rapid cortical and subcortical alignment compared to standard baselines.
Our code and model weights are available at https://github.com/mabulnaga/neuralign.
2. Related Work
Volumetric Registration.
Deformable registration estimates a dense spatial mapping between a pair of images. Classical methods (Rueckert et al., 1999; Ashburner, 2007; Rohr et al., 2001; Modat et al., 2010) solve an optimization problem for each pair of images. This balances an image-similarity objective, often mean-squared error (MSE) or normalized cross correlation (NCC) (Avants et al., 2008), between the warped image and the fixed image, with a regularization objective that encourages a smooth solution. Methods differ in their optimization strategy, choice of the objective function, and in how they parameterize the deformation field.
Learning-based methods fit the parameters of a neural network to a training dataset. The network learns a nonlinear function that maps an input image pair to an output transform, generally enabling much faster inference than classical methods. Supervised approaches (Sokooti et al., 2017; Rohé et al., 2017; Yang et al., 2017) reproduce known simulated deformations or fields estimated by classical methods, whereas unsupervised approaches (De Vos et al., 2017; Balakrishnan et al., 2019; Mok et al., 2023; Grzech et al., 2022; Abulnaga et al., 2025; Hoffmann et al., 2021; Rakic et al., 2026) optimize an image-similarity loss term and a regularization loss term at training, analogous to classical registration.
Both optimization-based and machine learning-based volumetric approaches are highly effective at aligning subcortical structures. However, they struggle with cortical registration, since the optimization landscape in Euclidean space often leads to suboptimal local minima. This can lead to implausible solutions that, for example, move voxels from one gyrus to the next instead of following the cortical fold. Further, relying only on image-based features cannot align the functional regions of the cortex, so geometric features must be employed from geometric representations (Fischl et al., 1999; Ségonne et al., 2007).
Spherical Registration.
Cortical alignment in the spherical domain is the standard approach in neuroscientific studies (Fischl, 2012; Ghosh et al., 2010; Tucholka et al., 2012). Mapping the cortex to the sphere simplifies the optimization, since the registration is guaranteed to preserve topology. The registration is driven by geometric descriptors that measure the cortical shape and folding patterns (Fischl et al., 1999; Yeo et al., 2009; Conroy et al., 2013; Zhao et al., 2019). Similar to volumetric registration, spherical registration is posed as an optimization problem that balances a geometric similarity objective with a regularization objective. Recent methods use deep learning to improve inference time (Li et al., 2024; Zhao et al., 2019; Cheng et al., 2020). The spherical mesh is parameterized to the 2D plane using a stereographic projection. The registration is performed in 2D space using convolutional neural networks (Zhao et al., 2019). Icosahedral CNNs (Zhao et al., 2021) learn directly on the sphere but require a rigid tessellation that is not produced natively by standard neuroimaging pipelines. These methods have achieved comparable accuracy to classical techniques with a significant improvement in speed. We build on the planar parameterization methods to construct a spherical registration network and jointly model it with a volumetric network.
Surface Mesh Registration.
Surface registration aligns two meshes or point clouds in 3D Euclidean space. Classical approaches typically frame the task as a deformation problem, aiming to align two shapes by estimating a rigid or non-rigid transformation, that minimizes a distance metric (Besl & McKay, 1992; Rusinkiewicz & Levoy, 2001; Sorkine & Alexa, 2007; Weischedel, 2012; Abulnaga et al., 2023). An alternative paradigm treats surface registration as a shape correspondence problem, focusing on establishing point-to-point correspondences based on intrinsic geometry (Deng et al., 2022). Functional maps (Ovsjanikov et al., 2012) and extensions (Sharp et al., 2022; Donati et al., 2020; Cao et al., 2023) have emerged as a powerful representation for such correspondences, enabling compact linear descriptions of dense mappings between shapes. However these methods, developed for graphics applications target moderate complexity meshes and scale poorly to high-curvature, high-resolution cortical surfaces, despite some efforts for memory-efficient variants (Magnet & Ovsjanikov, 2024). Furthermore, because of the high curvature and topological consistency constraints of cortical surfaces, Euclidean 3D embeddings become unstable and less informative. Finally, these methods are unsuitable for registering volumetric structures as they are only defined for 2-dimensional surfaces. These reasons further motivate the use of spherical registration to align cortical surfaces.
Combined Volume and Surface Registration.
Existing neuroscientific studies treat volumetric and cortical registration as two separate problems. The Combined Volume and Surface framework (CVS) (Postelnicu et al., 2008; Zöllei et al., 2010) is the standard method for jointly aligning cortical and subcortical anatomy in adult brains. CVS first aligns the cortical surface then propagates the resulting deformation into the volume using an elastic model, followed by intensity-based refinement. While effective, this sequential formulation decouples the surface and volumetric objectives, can introduce inconsistencies near the cortical–subcortical boundary, and requires surface meshes and long runtimes. Related work has also used cortical surface registration to supervise volumetric registration (Ahmad et al., 2019), though focused in the infant-brain domain. A strength of these variational approaches is that they offer a principled way to propagate surface constraints into the volume using well-understood physical models. However, they remain impractical for large-scale datasets, as they require several hours of computation per pair and depend on extracting cortical surfaces and segmentation labelmaps.
To address these limitations, we introduce NeurAlign, which incorporates the established idea of surface-guided alignment into a single, unified learning-based diffeomorphic framework. NeurAlign jointly aligns cortical and subcortical structures through a single forward pass, requires only 3D MRI at inference time (without surface meshes), and provides the speed and simplicity needed for high-throughput neuroimaging studies.
3. Methods
We develop NeurAlign, a method for jointly aligning cortical and subcortical structures in 3D brain MRI. We jointly optimize a volumetric and a spherical deformation field and propose a soft constraint to encourage consistency between the two registration fields. We first propose the continuous formulation of the problem before describing the discrete case.
3.1. Continuous Model
Let be bounded brain volumes, with associated smooth cortical surfaces . We seek a bijective map that aligns both the cortical and subcortical structures. Each volume is equipped with an intensity sampling function . The surfaces are also equipped with geometric descriptor functions , such as sulcal depth or mean curvature.
Finding amounts to finding a solution to the following optimization problem,
| (1) |
with denoting the feasible set of maps, enforcing for instance .
Here, measures image similarity, compares surface descriptors, and denote the volume and surface measures, and R [·] denotes a set of regularization functionals.
Solving Eq. (1) is difficult: the joint matching of intensities and geometric features has a nonconvex objective with degenerate solutions. Enforcing is especially challenging as the cortex is thin, highly folded, and has variable structure across subjects. Fine-grained boundary correspondence is poorly captured in a Euclidean volumetric grid, and optimizers often only align subsets of folds while blurring or misaligning others (Ségonne et al., 2007). Finally, finding a unified representation that captures both the volumetric image and cortical surface is difficult.
We use a joint representation, where cortical alignment is performed on the sphere, using topologypreserving maps and volumetric registration is performed in 3D. By enforcing consistency between the two, this learning-based formulation efficiently registers both the cortical and subcortical structures.
3.2. Spherical Alignment
We revise the optimization problem in Eq. (1) by introducing a spherical intermediate domain to help enforce the constraint set . Let denote the (fixed) invertible spherical maps obtained via cortical inflation (Fischl et al., 1999; Hoopes et al., 2022) for each surface. The cortical alignment problem then computes a map that displaces spherical coordinates , to align geometric descriptors. By optimizing on the sphere, we guarantee satisfaction of the constraint . The revised optimization problem is then:
| (2) |
We decouple this optimization into two separate optimization problems: volumetric registration of subcortical regions using , and cortical registration on the sphere using . We introduce a constraint set to encourage a consistent mapping below.
Cortical Alignment Consistency Constraint.
Optimizing Eq. (2) independently can estimate maps and that map the cortex to different locations in the volume. We therefore require consistency in Euclidean space by composing maps to the sphere and back: for .
To keep the problem tractable, we soften this constraint using a coupling energy that encourages consistent alignment:
| (3) |
where measures dissimilarity in the mapping by the squared error. We replace the hard constraint with the coupling energy (Eq. (3)) to achieve a consistent mapping that accurately aligns both cortical and subcortical structures. This constraint only acts on a set of Lebesgue measure zero in (the cortical surface ) and is therefore weak. In practice, however, our discrete implementation avoids this issue: the consistency loss samples the volumetric deformation at mesh vertex locations via trilinear interpolation, distributing gradients to neighboring voxels. We also impose smoothness priors on the map, allowing the surface-derived updates to naturally propagate throughout the volume.
The remainder of this section focuses on the discretization and use of neural networks to model the registration problem.
3.3. Discrete Model
We discretize the optimization problem in Eq. (2), and use neural networks to parameterize the volumetric and spherical maps. Specifically, we formulate an unsupervised learning problem where we jointly learn 3D and 2D U-Net convolutional neural networks (CNN) (Ronneberger et al., 2015). Given an image and a surface, the networks output the 3D and 2D deformation fields , respectively. We propose a consistency loss to obtain an accurate cortical surface registration in the volume. Figure 1 presents an overview of our framework.
Figure 1:

Unified cortical and volumetric registration framework. We employ a volumetric CNN to perform 3D image alignment, and a 2D spherical CNN to align the cortical surfaces in the spherical domain. In training, the models require the MRI images, the cortical surface meshes, and the inflated spheres. The resultant deformation fields of both models are used in a loss term that encourages cortical registration to be consistent in the spherical and volumetric pathways. At inference time, the 3D model does not require meshes nor spheres to perform registration.
Notation.
Let denote two 3D brain MRI scans, where gives the intensity at spatial location x. Each image used in training the networks also has an associated triangular surface mesh representing the cortical surface extracted from the respective anatomy. Vertex of mesh , is a 3D coordinate in the image space of . Each cortical surface mesh has an associated mesh in the spherical domain denoted , where , with the same triangle connectivity. The vertices are mapped to the sphere by a standard spherical inflation procedure and have an associated representation (Fischl et al., 1999).
Volumetric Registration Network.
We employ a neural network to predict as a function of the input images, where is parameterized by . A core 3D convolutional network first outputs a stationary velocity field (SVF), which we then integrate to obtain a diffeomorphic displacement field (Ashburner, 2007; Dalca et al., 2019a). In the deformation field , each voxel in is assigned a displacement vector .
Spherical Registration Network.
We construct a 2D CNN registration network for the sphere. We parameterize the spherical meshes to the 2D Euclidean plane using a stereographic projection . By mapping to the plane, we can use a standard 2D CNN to learn a 2D diffeomorphic displacement field in the space of spherical angles .
To account for the nonuniform sampling of the spherical parameterization, where regions near the poles are stretched, we apply distortion correction in all surface-based losses by weighting samples by , where is the elevation angle (Cheng et al., 2020; Li et al., 2024). We also handle the discontinuities at the image boundaries using the padding strategy of (Li et al., 2024), employing circular padding along the left–right axis and a 180° circular shift with reflection padding at the poles.
We use a neural network to predict , by first predicting a SVF that is integrated. The network outputs a displacement field such that , where is a discrete location in pixel coordinates on the parameterized grid.
3.3.1. Unified Training and Cortical Alignment
Cortical Consistency Loss.
We maximize alignment of the cortex and subcortical structures between a pair of images while maintaining a smooth map.
We discretize the proposed consistency loss in Eq. (3), and use it to jointly train the volumetric and spherical registration networks. The consistency loss penalizes disagreement between the predicted 3D displacement on the cortex, and the 3D displacement computed from the predicted 2D warp:
| (4) |
where is the number of vertices in is the projection of to the plane, and is a similarity metric; we use the mean squared error in our experiments. We implement with trilinear interpolation over the mapped planar parameterizations of . Maps and are the outputs of the 3D and 2D CNN, respectively.
Image Similarity Loss.
Both networks are trained by minimizing an unsupervised loss that balances image-similarity and field regularity. The similarity loss on the volume matches MRI intensities and the loss on the sphere matches geometric descriptors. We pre-compute geometric descriptors on the cortical meshes, . As is standard in spherical registration, we use the sulcal depth and mean curvature (Fischl et al., 1999; Cheng et al., 2020). The similarity loss is . Here, is a weighting to correct for area distortion introduced by the stereographic projection. The similarity loss measures pairwise similarity between the fixed image and sphere and the mapped image and sphere, . We use the local normalized cross correlation function as our similarity measure (Avants et al., 2010).
Regularization.
We regularize the displacement fields to be smooth to encourage a well-behaved map. Our regularization loss is , where is the Jacobian of map .
Auxiliary structural loss.
The use of anatomical label maps during training of learning-based registration often improves substructure alignment (Balakrishnan et al., 2019). When segmentation maps are available for some pairs of images, we use this information to supervise by structural alignment. Let indicate the segmentation labelmap of the brain substructures for image . We add an additional loss to align these structures, . In practice, we use the soft Dice loss function, which captures volume overlap of the warped subcortical structures on one image warped to the second.
Joint training loss.
Combining all loss terms provides our joint optimization problem:
| (5) |
where , and are hyperparameters.
4. Experiments
We evaluate NeurAlign using 3D brain MRI scans from multiple datasets comprising healthy subjects and subjects with cognitive disorders. We compare our method against CVS, the state-of-the-art combined cortical surface-volume registration framework (Postelnicu et al., 2008) and against learning-based methods that emphasize structural alignment. We test the ability of our method to generalize to new datasets unseen in training.
4.1. Experimental Setup
Data.
We train our model using two public 3D brain MRI datasets: OASIS-1 (Marcus et al., 2007) and ADNI (Mueller et al., 2005). Both datasets are obtained from large population studies focused on Alzheimer’s disease (AD). OASIS-1 (Marcus et al., 2007) includes T1-weighted (T1w) scans of 416 subjects aged 18–96. We use a random subset of 100 ADNI subjects aged 56–90, half of whom were diagnosed with AD. For each ADNI subject, we use data from two sessions, two years apart.
For each dataset, we hold out 20% of the subjects for testing, stratified by gender, age, and disease state. The remaining subjects are split into 85% for training and 15% for validation using the same stratification. In training, we randomly sample pairs from both datasets. In our test set, we create 123 non-overlapping pairs for registration: 83 pairs aligning OASIS-1 and OASIS-1, 20 pairs aligning ADNI and ADNI, and 20 pairs aligning OASIS-1 and ADNI.
Held-out datasets.
We use two additional held-out datasets for testing model generalization. The IXI dataset contains MRI scans from healthy subjects acquired in 3 London hospitals (IXI Consortium). We randomly select T1w scans from 115 subjects for evaluation. We also hold out 80 T1w scans from the Mindboggle-101 dataset (Klein et al., 2017), a collection of manually labeled brain MRI volumes and surfaces. We exclude all OASIS-1 subjects from the Mindboggle dataset.
All evaluations are performed on T1w MRI, which is the modality that enables reliable cortical surface extraction. T1w MRI has the strongest gray-white matter contrast and supports reliable delineation of white and pial surfaces (Fischl et al., 1999; Fischl, 2012; Hoopes et al., 2022).
Processing.
We use FreeSurfer (Fischl, 2012) to perform all image preprocessing. FreeSurfer is an open-source, widely used toolkit in neuroimaging that supports cortical surface analysis, longitudinal workflows, and population-scale MRI studies. We first perform affine alignment of each image to the Talairach template (Talairach & Tournoux, 1990). We crop all images to a roughly 10 mm margin around the brain. To prepare our training data, we generate anatomical segmentations, white matter (internal) and pial (external) cortical surface reconstructions, and spherically inflated surfaces with parameterized curvature maps. For evaluation, we use both volumetric segmentations of subcortical brain regions, computed on the volume, as well as parcellations of the cortical ribbon, computed on the surface mesh. Surface parcellations are rasterized as volumetric segmentations. We emphasize that our method does not require surface meshes, spheres, nor segmentation labelmaps at inference.
Implementation Details.
We train using the Adam optimizer (Kingma & Ba, 2014) with a learning rate of 10‒4. We set the field regularization hyperparameter to , the segmentation loss weight to , and the cortical consistency weight to . These were chosen using a grid search over the validation set. We train for 300, 000 iterations, using the best performing model on the validation set. All models are trained on a single GPU. All CVS experiments are done on an Intel(R) Xeon(R) Gold 5218 CPU, as there is no GPU implementation.
Baselines.
We select state-of-the-art baselines that emphasize structural alignment. We evaluate CVS (Postelnicu et al., 2008; Zöllei et al., 2010), the most widely used joint volume-cortical alignment registration method, which is integrated in the FreeSurfer software suite. CVS performs sequential spherical to volumetric alignment using a biomechanical model and image intensity registration.
We evaluate uGradICON (Tian et al., 2024), a modern foundation model for medical image registration that generalizes well to unseen data. UniGradICON employs test-time optimization to improve pairwise-registration accuracy. We also use the uGradICON-seg variant that performs loss function masking using the segmentation labelmaps to improve cortical structure alignment.
We test SynthMorph (Hoffmann et al., 2023; 2024), a state-of-the-art registration tool trained exclusively on images synthesized from label maps. Since this tool optimized the overlap of standard FreeSurfer labels in training, which include only two large cortical structures, we also retrain it with extended label sets, optimizing overlap of the “a2009s” set of 196 labels that include finer Destrieux parcels of the cortex (Destrieux et al., 2010) (SynthMorph-wm).
We evaluate VoxelMorph (Dalca et al., 2019b), an unsupervised diffeomorphic registration model. We use the same size UNet as our model and train on our training set. We also evaluate FireANTs (Jena et al., 2025), a library for fast medical image registration using Riemannian optimization. We use the SyN transformation for symmetric diffeomorphic registration.
Evaluation.
To evaluate registration accuracy, we compute Dice scores between anatomical structures in the warped and target images. We report overlap for 43 subcortical structures and for cortical regions obtained by parcellating the cortical ribbon into 34 regions per hemisphere. We assess field regularity and topology by computing the determinant of the Jacobian of the map, at each voxel . Locations where represent folded regions. We report the percentage of folds (% folds). We measure the smoothness of the warp fields using the standard deviation of (Leow et al., 2007).
4.2. Results
Table 1 and Figure 2 present results on the 3 datasets. Our method, NeurAlign, consistently achieves the highest cortical Dice score, often by a large margin. For example, it improves by up to 7 Dice points on the held-out Mindboggle dataset. NeurAlign also achieves the highest subcortical Dice score on OASIS-1 & ADNI and Mindboggle. We obtain slightly lower subcortical Dice on IXI (1.5 points at worse), though the difference is not substantial. Across all datasets, NeurAlign achieves statistically better cortical Dice scores and in many cases a substantial increase (up to 7.5 points over the next best method). We also outperform baselines on whole cerebral cortex alignment (see Suppl. A.2). Finally, NeurAlign produces regular deformation fields with negligible folding. These results demonstrate that we are able to greatly improve cortical structure alignment while maintaining strong performance in substructure alignment and field regularity.
Table 1:
Performance across three datasets. The proposed method (NeurAlign) substantially improves cortical dice and consistently matches or improves subcortical Dice, and produces smooth deformation fields with negligible folding. Mean ± standard deviation across subjects are indicated.
| Dataset | Method | Dice (↑) cortical | Dice (↑) subcortical | % folds (↓) | SD log det J (↓) |
|---|---|---|---|---|---|
| OASIS-1 & ADNI | uGradICON | 0.58 ± 0.028 | 0.701 ± 0.032 | 0.647 ± 0.105 | 0.408 ± 0.127 |
| uGradICON-seg | 0.583 ± 0.028 | 0.701 ± 0.031 | 0.688 ± 0.101 | 0.41 ± 0.126 | |
| SynthMorph | 0.511 ± 0.033 | 0.673 ± 0.034 | 0.0 ± 0.0 | 0.197 ± 0.1 | |
| SynthMorph-wm | 0.525 ± 0.032 | 0.682 ± 0.031 | 0.0 ± 0.0 | 0.188 ± 0.1 | |
| VoxelMorph | 0.551 ± 0.039 | 0.756 ± 0.026 | 0.001 ± 0.001 | 0.479 ± 0.233 | |
| FireANTs | 0.554 ± 0.038 | 0.684 ± 0.041 | 1.319 ± 0.171 | 0.5 ± 0.137 | |
| CVS | 0.681 ± 0.035 | 0.715 ± 0.041 | 1.73 ± 0.321 | 8.737 ± 3.475 | |
| NeurAlign (Ours) | 0.698 ± 0.032 | 0.747 ± 0.026 | 0.169 ± 0.037 | 0.829 ± 0.281 | |
| IXI | uGradICON | 0.631 ± 0.021 | 0.824 ± 0.022 | 0.489 ± 0.1 | 0.382 ± 0.121 |
| uGradICON-seg | 0.639 ± 0.021 | 0.825 ± 0.022 | 0.602 ± 0.109 | 0.399 ± 0.125 | |
| SynthMorph | 0.577 ± 0.03 | 0.811 ± 0.021 | 0.0 ± 0.0 | 0.177 ± 0.069 | |
| SynthMorph-wm | 0.599 ± 0.025 | 0.817 ± 0.019 | 0.0 ± 0.0 | 0.167 ± 0.064 | |
| VoxelMorph | 0.566 ± 0.045 | 0.816 ± 0.038 | 0.001 ± 0.001 | 0.465 ± 0.17 | |
| FireANTs | 0.601 ± 0.037 | 0.8 ± 0.04 | 1.382 ± 0.183 | 0.501 ± 0.133 | |
| CVS | 0.582 ± 0.039 | 0.814 ± 0.038 | 1.865 ± 0.382 | 7.591 ± 4.115 | |
| NeurAlign (Ours) | 0.683 ± 0.029 | 0.81 ± 0.036 | 0.081 ± 0.023 | 0.712 ± 0.24 | |
| Mindboggle | uGradICON | 0.618 ± 0.038 | 0.821 ± 0.023 | 0.85 ± 0.404 | 0.436 ± 0.199 |
| uGradICON-seg | 0.626 ± 0.038 | 0.822 ± 0.023 | 0.958 ± 0.4 | 0.445 ± 0.188 | |
| SynthMorph | 0.577 ± 0.054 | 0.806 ± 0.065 | 0.0 ± 0.0 | 0.185 ± 0.071 | |
| SynthMorph-wm | 0.596 ± 0.048 | 0.811 ± 0.059 | 0.0 ± 0.0 | 0.173 ± 0.062 | |
| VoxelMorph | 0.573 ± 0.072 | 0.827 ± 0.09 | 0.002 ± 0.002 | 0.51 ± 0.245 | |
| FireANTs | 0.597 ± 0.07 | 0.79 ± 0.09 | 1.604 ± 0.347 | 0.53 ± 0.169 | |
| CVS | 0.535 ± 0.07 | 0.766 ± 0.081 | 2.164 ± 0.652 | 7.429 ± 4.654 | |
| NeurAlign (Ours) | 0.703 ± 0.06 | 0.823 ± 0.086 | 0.174 ± 0.034 | 0.831 ± 0.261 |
Figure 2:

Violin plot of distributions of Dice score across all subjects in each dataset. Our method (blue) consistently achieves the highest mean Dice for cortical structures, with mass centered near the mean. We preserve subcortical performance while delivering much stronger cortical alignment.
CVS was the slowest method, requiring 2.5 ± 0.5 hours per pair. uGradICON required minutes to perform test-time optimization. NeurAlign and all other baselines converged in milliseconds.
Figure 3 visualizes example registrations and corresponding warps. Our method yields accurate alignments with smooth and regular deformation fields.
Figure 3:

Example registrations for three image pairs. Columns show the moving and fixed images, followed by warped images produced by uGradICON-seg, SynthMorph-wm, FireANTs, CVS, and our method. Corresponding deformation fields are visualized on the right. Our method (NeurAlign) yields accurate alignments with smooth and regular warp fields.
4.3. Ablations
To study important aspects of NeurAlign, we conduct two ablation experiments. In the first, we quantify the effect of different model components: label map supervision in training and including the spherical alignment loss. In the second, we quantify the effect of , the Dice loss weight parameter.
Results.
Table 2 presents ablations of model components, trained with and , on the IXI dataset. We train a base VoxelMorph model (Dalca et al., 2019a), called Base, and extensions testing components of NeurAlign. We compare the performance when training with supervision of segmentations of subcortical structures, Base+Dice(subcort), training with segmentations of all structures, Base+Dice(all), training with only the spherical consistency loss, Base+Sphere, and training with all proposed components, Base+Dice(all)+Sphere. We selected , as it achieved the best performance for Base+Dice(subcort).
Table 2:
Ablations over training settings on IXI. The proposed spherical alignment consistency loss is necessary to obtain high cortical structure alignment while maintaining strong subcortical alignment.
| Ablation | Dice (↑) cortical | Dice (↑) subcortical | % folds (↓) | SD log det J (↓) |
|---|---|---|---|---|
| Base | 0.582 ± 0.045 | 0.789 ± 0.049 | 0.003 ± 0.003 | 0.446 ± 0.172 |
| Base+Dice (subcort) | 0.553 ± 0.045 | 0.815 ± 0.038 | 0.002 ± 0.001 | 0.494 ± 0.185 |
| Base+Dice (all) | 0.562 ± 0.044 | 0.812 ± 0.041 | 0.001 ± 0.001 | 0.462 ± 0.168 |
| Base+Sphere | 0.56 ± 0.03 | 0.736 ± 0.047 | 0.004 ± 0.002 | 0.421 ± 0.152 |
| Base+Dice(all)+Sphere | 0.633 ± 0.028 | 0.799 ± 0.038 | 0.006 ± 0.003 | 0.432 ± 0.137 |
As expected, training with subcortical supervision improved the Dice (subcortical) score compared to the Base model. However, interestingly, training with supervision of all brain structures did not lead to a substantial improvement in the Dice (cortical) score. Only when including our proposed spherical consistency loss (Base+Dice(all)+Sphere) did we observe a substantial increase in the Dice (cortical) score while maintaining the Dice (subcortical) score. Training with just the spherical loss without structural supervision did not improve results, indicating that we also require volumetric structure supervision. This ablation study demonstrates the benefit of our spherical-volumetric consistency constraint in obtain accurate alignment of fine-grained cortical structures.
We assess the impact of , the weighting hyperparameter for the Dice loss term (see Suppl. Table A.1, Fig. A.1). As expected, increasing improves Dice performance at test time, yielding higher structural overlap. In some regions, however, this comes at the expense of deformation field regularity. Overall, setting produces models that outperform baselines across most metrics. Consistent with prior work (Dalca et al., 2019b; Hoopes et al., 2021), the optimal choice of depends on the intended downstream application: for atlas-based segmentation propagation, higher Dice weighting is advantageous, whereas for longitudinal studies, smoother deformation fields may be preferable. Hypernetworks can be considered to select hyperparameters at test-time (Hoopes et al., 2021).
5. Discussion
Limitations and Future Work.
We presented NeurAlign, a model for unified cortical and subcortical neuroimage registration, evaluated primarily on adult T1w MRI from healthy and Alzheimer’s disease populations. As with any diffeomorphic registration framework, NeurAlign cannot accurately accommodate topology-altering pathologies. This limitation can be partially mitigated by incorporating pathology masks during training (Brett et al., 2001). It also remains unclear how well the model can generalize to lower-quality clinical scans or to pediatric populations. Extending NeurAlign to these more challenging settings is an important direction for future work.
Training our model requires cortical surface extraction and spherical inflation. This preprocessing pipeline may fail on challenging scans. A simple approach for quality control could be to discard failed cases, for example surfaces with many self-intersecting faces, or to use robust, learning-based extraction methods (Hoopes et al., 2022; Bongratz et al., 2022). In practice, we did not observe any failures on our training data.
Our model was also only tested on the T1w modality. T1w is the most widely used imaging modality for structural imaging studies (Bhalerao et al., 2024), and it is currently the primary modality from which cortical surfaces can be reliably reconstructed (Fischl, 2012; Hoopes et al., 2022) An interesting future direction is extending NeurAlign to multimodal acquisitions. Additional contrasts such as T2w, FLAIR, or DWI could provide complementary information for subcortical tissue segmentation or characterization. Incorporating these modalities would require multimodal training with all contrasts aligned to the T1w image so that the cortical surfaces remain consistent across channels. Importantly, at inference time, the surfaces would no longer be required, potentially reducing the current dependence on T1w imaging for surface extraction.
A benefit of our formulation is that it can be easily extended to include additional structures with genus-0 topology. For example, this can improve alignment of the hippocampus by providing additional supervision through surface alignment. Further, our consistency loss in Eq. (3) can be adopted for non-spherical surface registration, implicit surfaces, or to perform cortical alignment directly on the surface mesh using frameworks such as Deep Functional Maps (Donati et al., 2020). Representations beyond spheres can be used, provided there is a one-to-one map to the cortical mesh.
Conclusion.
We introduced NeurAlign, a deformable registration method that achieves accurate cortical and subcortical alignment. NeurAlign parameterizes the deformation field through coupled spherical and volumetric alignment, promoting topological consistency on the cortex.
Our model outperforms state-of-the-art deep learning and foundational models trained or fine-tuned using cortical segmentation label maps. Compared to CVS, the most widely used method in large-scale neuroimaging pipelines, our method achieves substantially better alignment and deformation field regularity on held-out datasets, while running orders of magnitude faster. Further, our method does not require additional inputs (cortical meshes, segmentations) as inputs. This positions our method as a practical alternative to CVS for many neuroimaging applications.
Supplementary Material
AcKnowledgments
We thank Neel Dey for helpful discussions. Support for this research was provided in part by Quanta Computer Inc., the BRAIN Initiative Cell Atlas Network (BICAN) grants U01MH117023, UM1MH134812 and UM1MH130981, the Brain Initiative Brain Connects consortium (U01NS132181, 1UM1NS132358-01), the National Institute for Biomedical Imaging and Bioengineering (R01 EB033773, 2R01EB023281, R21EB018907, R01EB019956, P41EB030006), the National Institute on Aging (R21AG082082, 1R01AG064027, R01AG016495, 1R01AG070988), the National Institute of Mental Health (UM1MH130981, R01 MH123195, R01 MH121885, 1RF1MH123195), the National Institute for Neurological Disorders and Stroke, (1U24NS135561-01, R01NS070963, 2R01NS083534, R01NS105820, R25NS125599), the National Insititute for Child Health and Human Development (R01HD109436, R00HD101553), and was made possible by the resources provided by Shared Instrumentation Grants 1S10RR023401, 1S10RR019307, and 1S10RR023043. Additional support was provided by the NIH Blueprint for Neuroscience Research (5U01-MH093765), part of the multi-institutional Human Connectome Project. Parts of this work were also supported by the ERC Starting Grant 758800 (EXPROTEA), ERC Consolidator Grant 101087347 (VEGA), as well as gifts from Ansys and Adobe Research. Much of the computation resources required for this research was performed on computational hardware generously provided by the Massachusetts Life Sciences Center (https://www.masslifesciences.com/). In addition, BF is an advisor to DeepHealth, a company whose medical pursuits focus on medical imaging and measurement technologies. AD is an advisor to Radence and DeepHealth. BF’s and AD’s interests were reviewed and are managed by Massachusetts General Hospital and Mass. General Brigham in accordance with their conflict of interest policies.
Footnotes
Reproducibility Statement
Our model is summarized in Section 3.3, including descriptions of the 3D and 2D models used and loss functions in training. We provide implementation details including all hyperparameters used, and data processing details in Section 4.1. Complete code for full reproducibility will be made public upon acceptance.
References
- Abulnaga S Mazdak, Stein Oded, Golland Polina, and Solomon Justin. Symmetric volume maps: Order-invariant volumetric mesh correspondence with free boundary. ACM Transactions on Graphics, 42(3):1–20, 2023. [Google Scholar]
- Mazdak Abulnaga S, Hoopes Andrew, Dey Neel, Hoffmann Malte, Fischl Bruce, Guttag John, and Dalca Adrian. Multimorph: On-demand atlas construction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 30906–30917, June 2025. [Google Scholar]
- Ahmad Sahar, Wu Zhengwang, Li Gang, Wang Li, Lin Weili, Yap Pew-Thian, and Shen Dinggang. Surface-constrained volumetric registration for the early developing brain. Medical Image Analysis, 58:101540, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ashburner John. A fast diffeomorphic image registration algorithm. Neuroimage, 38(1):95–113, 2007. [DOI] [PubMed] [Google Scholar]
- Avants Brian B, Epstein Charles L, Grossman Murray, and Gee James C. Symmetric diffeomorphic image registration with cross-correlation: evaluating automated labeling of elderly and neurodegenerative brain. Medical image analysis, 12(1):26–41, 2008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Avants Brian B, Yushkevich Paul, Pluta John, Minkoff David, Korczykowski Marc, Detre John, and Gee James C. The optimal template effect in hippocampus studies of diseased populations. Neuroimage, 49(3):2457–2466, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Balakrishnan Guha, Zhao Amy, Sabuncu Mert R, Guttag John, and Dalca Adrian V. Voxelmorph: a learning framework for deformable medical image registration. IEEE transactions on medical imaging, 38(8):1788–1800, 2019. [Google Scholar]
- Besl Paul J. and McKay Neil D.. A Method for Registration of 3-D Shapes. IEEE Trans. Pattern Anal. Mach. Intell, 1992. [Google Scholar]
- Bhalerao Gaurav, Gillis Grace, Dembele Mohamed, Suri Sana, Ebmeier Klaus, Klein Johannes, Hu Michele, Mackay Clare, and Griffanti Ludovica. Automated quality control of t1-weighted brain mri scans for clinical research: methods comparison and design of a quality prediction classifier. medRxiv, pp. 2024–04, 2024. [Google Scholar]
- Bongratz Fabian, Rickmann Anne-Marie, Pölsterl Sebastian, and Wachinger Christian. Vox2cortex: Fast explicit reconstruction of cortical surfaces from 3d mri scans with geometric deep neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 20773–20783, 2022. [Google Scholar]
- Brett Matthew, Leff Alexander P, Rorden Chris, and Ashburner John. Spatial normalization of brain images with focal lesions using cost function masking. Neuroimage, 14(2):486–500, 2001. [DOI] [PubMed] [Google Scholar]
- Cao Dongliang, Roetzer Paul, and Bernard Florian. Unsupervised Learning of Robust Spectral Shape Matching. ACM Transactions on Graphics, 42(4):132:1–132:15, July 2023. [Google Scholar]
- Cheng Jieyu, Dalca Adrian V, Fischl Bruce, Zöllei Lilla, Alzheimer’s Disease Neuroimaging Initiative, et al. Cortical surface registration using unsupervised learning. NeuroImage, 221:117161, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Conroy Bryan R, Singer Benjamin D, Guntupalli J Swaroop, Ramadge Peter J, and Haxby James V. Inter-subject alignment of human cortical anatomy using functional connectivity. NeuroImage, 81: 400–411, 2013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Dalca Adrian, Rakic Marianne, Guttag John, and Sabuncu Mert. Learning conditional deformable templates with convolutional networks. Advances in neural information processing systems, 32, 2019a. [Google Scholar]
- Dalca Adrian V, Balakrishnan Guha, Guttag John, and Sabuncu Mert R. Unsupervised learning of probabilistic diffeomorphic registration for images and surfaces. Medical image analysis, 57: 226–236, 2019b. [DOI] [PubMed] [Google Scholar]
- De Vos Bob D, Berendsen Floris F, Viergever Max A, Staring Marius, and Išgum Ivana. End-to-end unsupervised deformable image registration with a convolutional neural network. In Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support: Third International Workshop, DLMIA 2017, and 7th International Workshop, ML-CDS 2017, Held in Conjunction with MICCAI 2017, Québec City, QC, Canada, September 14, Proceedings 3, pp. 204–212. Springer, 2017. [Google Scholar]
- Deng Bailin, Yao Yuxin, Dyke Roberto M., and Zhang Juyong. A Survey of Non-Rigid 3D Registration. Computer Graphics Forum, 41(2):559–589, 2022. [Google Scholar]
- Destrieux Christophe, Fischl Bruce, Dale Anders, and Halgren Eric. Automatic parcellation of human cortical gyri and sulci using standard anatomical nomenclature. Neuroimage, 53(1):1–15, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Donati Nicolas, Sharma Abhishek, and Ovsjanikov Maks. Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence. In 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 8589–8598, Seattle, WA, USA, June 2020. IEEE. ISBN 978-1-72817-168-5. [Google Scholar]
- Fischl Bruce. Freesurfer. Neuroimage, 62(2):774–781, 2012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Fischl Bruce, Sereno Martin I, and Dale Anders M. Cortical surface-based analysis: Ii: inflation, flattening, and a surface-based coordinate system. Neuroimage, 9 (2):195–207, 1999. [DOI] [PubMed] [Google Scholar]
- Fischl Bruce, Rajendran Niranjini, Busa Evelina, Augustinack Jean, Hinds Oliver, Yeo BT Thomas, Mohlberg Hartmut, Amunts Katrin, and Zilles Karl. Cortical folding patterns and predicting cytoarchitecture. Cerebral cortex, 18(8):1973–1980, 2008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ghosh Satrajit S, Kakunoori Sita, Augustinack Jean, Nieto-Castanon Alfonso, Kovelman Ioulia, Gaab Nadine, Christodoulou Joanna A, Triantafyllou Christina, Gabrieli John DE, and Fischl Bruce. Evaluating the validity of volume-based and surface-based brain image registration for developmental cognitive neuroscience studies in children 4 to 11 years of age. Neuroimage, 53(1): 85–93, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Grzech Daniel, Azampour Mohammad Farid, Glocker Ben, Schnabel Julia, Navab Nassir, Kainz Bernhard, and Folgoc Loïc Le. A variational Bayesian method for similarity learning in non-rigid image registration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 119–128, 2022. [Google Scholar]
- Hoffmann Malte, Billot Benjamin, Greve Douglas N, Iglesias Juan Eugenio, Fischl Bruce, and Dalca Adrian V. Synthmorph: learning contrast-invariant registration without acquired images. IEEE transactions on medical imaging, 41(3):543–558, 2021. [Google Scholar]
- Hoffmann Malte, Hoopes Andrew, Fischl Bruce, and Dalca Adrian V. Anatomy-specific acquisition-agnostic affine registration learned from fictitious images. In Medical Imaging 2023: Image Processing, volume 12464, pp. 1246402. SPIE, 2023. [Google Scholar]
- Hoffmann Malte, Hoopes Andrew, Greve Douglas N, Fischl Bruce, and Dalca Adrian V. Anatomy-aware and acquisition-agnostic joint registration with SynthMorph. Imaging Neuroscience, 2:1–33, 2024. [Google Scholar]
- Hoopes Andrew, Hoffmann Malte, Fischl Bruce, Guttag John, and Dalca Adrian V. Hypermorph: Amortized hyperparameter learning for image registration. In International conference on information processing in medical imaging, pp. 3–17. Springer, 2021. [Google Scholar]
- Hoopes Andrew, Iglesias Juan Eugenio, Fischl Bruce, Greve Douglas, and Dalca Adrian V. Topofit: rapid reconstruction of topologically-correct cortical surfaces. Proceedings of machine learning research, 172:508, 2022. [PMC free article] [PubMed] [Google Scholar]
- IXI Consortium. IXI dataset. https://brain-development.org/ixi-dataset/. URL https://brain-development.org/ixi-dataset/.
- Jena Rohit, Chaudhari Pratik, and Gee James C. Deep implicit optimization enables robust learnable features for deformable image registration. Medical Image Analysis, 103:103577, 2025. [DOI] [PubMed] [Google Scholar]
- Joshi Anand, Leahy Richard, Toga Arthur W, and Shattuck David. A framework for brain registration via simultaneous surface and volume flow. In International Conference on Information Processing in Medical Imaging, pp. 576–588. Springer, 2009. [Google Scholar]
- Kingma Diederik P and Ba Jimmy. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. [Google Scholar]
- Klein Arno, Ghosh Satrajit S, Bao Forrest S, Giard Joachim, Häme Yrjö, Stavsky Eliezer, Lee Noah, Rossa Brian, Reuter Martin, Neto Elias Chaibub, et al. Mindboggling morphometry of human brains. PLoS computational biology, 13(2):e1005350, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Leow Alex D, Yanovsky Igor, Chiang Ming-Chang, Lee Agatha D, Klunder Andrea D, Lu Allen, Becker James T, Davis Simon W, Toga Arthur W, and Thompson Paul M. Statistical properties of jacobian maps and the realization of unbiased large-deformation nonlinear image registration. IEEE transactions on medical imaging, 26(6):822–832, 2007. [DOI] [PubMed] [Google Scholar]
- Li Jian, Tuckute Greta, Fedorenko Evelina, Edlow Brian L, Dalca Adrian V, and Fischl Bruce. Josa: Joint surface-based registration and atlas construction of brain geometry and function. Medical Image Analysis, 98:103292, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Magnet Robin and Ovsjanikov Maks. Memory-Scalable and Simplified Functional Map Learning. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 4041–4050, Seattle, WA, USA, June 2024. IEEE. ISBN 9798350353006. [Google Scholar]
- Marcus Daniel S, Wang Tracy H, Parker Jamie, Csernansky John G, Morris John C, and Buckner Randy L. Open access series of imaging studies (oasis): cross-sectional mri data in young, middle aged, nondemented, and demented older adults. Journal of cognitive neuroscience, 19(9):1498–1507, 2007. [DOI] [PubMed] [Google Scholar]
- Modat Marc, Ridgway Gerard R, Taylor Zeike A, Lehmann Manja, Barnes Josephine, Hawkes David J, Fox Nick C, and Ourselin Sébastien. Fast free-form deformation using graphics processing units. Computer methods and programs in biomedicine, 98(3):278–284, 2010. [DOI] [PubMed] [Google Scholar]
- Mok Tony CW, Li Zi, Xia Yingda, Yao Jiawen, Zhang Ling, Zhou Jingren, and Lu Le. Deformable medical image registration under distribution shifts with neural instance optimization. In International Workshop on Machine Learning in Medical Imaging, pp. 126–136. Springer, 2023. [Google Scholar]
- Mueller Susanne G, Weiner Michael W, Thal Leon J, Petersen Ronald C, Jack Clifford, Jagust William, Trojanowski John Q, Toga Arthur W, and Beckett Laurel. Ways toward an early diagnosis in alzheimer’s disease: the alzheimer’s disease neuroimaging initiative (adni). Alzheimer’s & dementia, 1(1):55–66, 2005. [Google Scholar]
- Ovsjanikov Maks, Ben-Chen Mirela, Solomon Justin, Butscher Adrian, and Guibas Leonidas. Functional maps: A flexible representation of maps between shapes. ACM Transactions on Graphics, 31(4):1–11, August 2012. [Google Scholar]
- Postelnicu Gheorghe, Zollei Lilla, and Fischl Bruce. Combined volumetric and surface registration. IEEE transactions on medical imaging, 28(4):508–522, 2008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rakic Marianne, Hoopes Andrew, Abulnaga Mazdak S., Sabuncu Mert R., Guttag John V., and Dalca Adrian V.. Atlasmorph: Learning conditional deformable templates for brain mri. Medical Image Analysis, 110:103893, 2026. ISSN 1361-8415. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rohé Marc-Michel, Datar Manasi, Heimann Tobias, Sermesant Maxime, and Pennec Xavier. Svf-net: learning deformable image registration using shape matching. In Medical Image Computing and Computer Assisted Intervention- MICCAI 2017: 20th International Conference, Quebec City, QC, Canada, September 11–13, 2017, Proceedings, Part I 20, pp. 266–274. Springer, 2017. [Google Scholar]
- Karl Rohr H, Stiehl Siegfried, Sprengel Rainer, Buzug Thorsten M, Weese Jürgen, and Kuhn MH. Landmark-based elastic registration using approximating thin-plate splines. IEEE Transactions on medical imaging, 20(6):526–534, 2001. [DOI] [PubMed] [Google Scholar]
- Ronneberger Olaf, Fischer Philipp, and Brox Thomas. U-net: Convolutional networks for biomedical image segmentation. In Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5–9, 2015, proceedings, part III 18, pp. 234–241. Springer, 2015. [Google Scholar]
- Rueckert Daniel, Sonoda Luke I, Hayes Carmel, Hill Derek LG, Leach Martin O, and Hawkes David J. Nonrigid registration using free-form deformations: application to breast mr images. IEEE transactions on medical imaging, 18(8):712–721, 1999. [DOI] [PubMed] [Google Scholar]
- Rusinkiewicz S and Levoy M. Efficient variants of the ICP algorithm. In Proceedings Third International Conference on 3-D Digital Imaging and Modeling, pp. 145–152, May 2001. [Google Scholar]
- Ségonne Florent, Pacheco Jenni, and Fischl Bruce. Geometrically accurate topology-correction of cortical surfaces using nonseparating loops. IEEE transactions on medical imaging, 26(4): 518–529, 2007. [DOI] [PubMed] [Google Scholar]
- Sharp Nicholas, Attaiki Souhaib, Crane Keenan, and Ovsjanikov Maks. DiffusionNet: Discretization Agnostic Learning on Surfaces. ACM Transactions on Graphics, 41(3):1–16, June 2022. [Google Scholar]
- Sokooti Hessam, De Vos Bob, Berendsen Floris, Lelieveldt Boudewijn PF, Išgum Ivana, and Staring Marius. Nonrigid image registration using multi-scale 3d convolutional neural networks. In Medical Image Computing and Computer Assisted Intervention- MICCAI 2017: 20th International Conference, Quebec City, QC, Canada, September 11–13, 2017, Proceedings, Part I 20, pp. 232–239. Springer, 2017. [Google Scholar]
- Sorkine Olga and Alexa Marc. As-rigid-as-possible surface modeling. In Proceedings of the Fifth Eurographics Symposium on Geometry Processing, SGP '07, pp. 109–116, Goslar, DEU, July 2007. Eurographics Association. ISBN 978-3-905673-46-3. [Google Scholar]
- Talairach J. (Jean) and Tournoux Pierre. Co-planar stereotaxic atlas of the human brain—3-dimensional proportional system: An approach to cerebral imaging. Clinical Radiology, 41: 219, 1990. [Google Scholar]
- Thompson Paul M, Hayashi Kiralee M, Dutton Rebecca A, CHIANG MING-CHANG, Leow Alex D, Sowell Elizabeth R, De Zubicaray Greig, Becker James T, Lopez Oscar L, Aizenstein Howard J, et al. Tracking alzheimer’s disease. Annals of the New York Academy of Sciences, 1097(1):183–214, 2007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tian Lin, Greer Hastings, Kwitt Roland, Vialard Francois-Xavier, Estépar Raúl San José, Bouix Sylvain, Rushmore Richard, and Niethammer Marc. unigradicon: A foundation model for medical image registration. In International Conference on Medical Image Computing and Computer-Assisted Intervention, pp. 749–760. Springer, 2024. [Google Scholar]
- Tucholka Alan, Fritsch Virgile, Poline Jean-Baptiste, and Thirion Bertrand. An empirical comparison of surface-based and volume-based group studies in neuroimaging. Neuroimage, 63(3):1443–1453, 2012. [DOI] [PubMed] [Google Scholar]
- Weischedel Clarisse. A Discrete Geometric View on Shear-Deformable Shell Models. PhD thesis, Georg-August-Universität, Göttingen, August 2012. [Google Scholar]
- Yang Xiao, Kwitt Roland, Styner Martin, and Niethammer Marc. Quicksilver: Fast predictive image registration–a deep learning approach. NeuroImage, 158:378–396, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yeo BT Thomas, Sabuncu Mert R, Vercauteren Tom, Ayache Nicholas, Fischl Bruce, and Golland Polina. Spherical demons: fast diffeomorphic landmark-free surface registration. IEEE transactions on medical imaging, 29(3):650–668, 2009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhao Fenqiang, Xia Shunren, Wu Zhengwang, Duan Dingna, Wang Li, Lin Weili, Gilmore John H, Shen Dinggang, and Li Gang. Spherical u-net on cortical surfaces: methods and applications. In Information Processing in Medical Imaging: 26th International Conference, IPMI 2019, Hong Kong, China, June 2–7, 2019, Proceedings 26, pp. 855–866. Springer, 2019. [Google Scholar]
- Zhao Fenqiang, Wu Zhengwang, Wang Li, Lin Weili, Gilmore John H, Xia Shunren, Shen Dinggang, and Li Gang. Spherical deformable u-net: Application to cortical surface parcellation and development prediction. IEEE transactions on medical imaging, 40(4):1217–1228, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zöllei Lilla, Stevens Allison, Huber Kristen, Kakunoori Sita, and Fischl Bruce. Improved tractography alignment using combined volumetric and surface registration. Neuroimage, 51(1):206–213, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
