Step 3: Normalisation#

We have previously discussed the principles behind non-linear registration on this course. As a quick review, the reasons for normalising data to a standard space relate to issues of anatomical variability and the problems this poses for analysing groups of scans. In brief, the statistical analysis of fMRI data is performed in voxel-space. As such, it is necessary for all the images to be the same dimensions and for the same voxel coordinates to correspond to the same anatomical locations. Given how substantial anatomical variability can be, this will never be the case for raw fMRI data. As such, normalisation becomes a necessary step in order to bring all the images into the same coordinate space. However, given the complexity of the anatomical differences across subjects, simple affine registration approaches will not be suitable. Instead, we need to use non-linear methods to provide the best correspondance between the data and the standard space template.

Direct Normalisation to a Template#

The most basic form of spatial normalisation involves the direct registration of an image to an MNI template. This can be performed as either a one-step or two-step procedure.

One-step Normalisation#

In a one-step approach, the image is directly registered with a matching template in MNI space. For instance, a T1 template would be used when normalising an antomical image and an EPI template would be used when normalising a BOLD image. This is shown in Fig. 13.

_images/one-step.png

Fig. 13 Illustration of one-step normalisation.#

Although this approach can work well for anatomical images, the poor resolution of the fMRI data, coupled with the limited contrast of the template, means that there is minimal anatomical information that can be used to improve the alignment. As such, most direct normalisation approaches rely on a two-step approach instead.

Two-step Normalisation#

In a two-step approach, an anatomical image from the same subject is directly registered to a T1 template and then the resultant transformation is applied to the functional data. In theory, this should result in much more accurate normalisation, as the high-resolution anatomical detail from the T1 can be used to derive a much more detailed transformation which can then be applied to the low-resolution functional images. The only proviso is that the functional and anatomical data must be well-aligned before this transformation is estimated, otherwise it will not be accurately applied to the fMRI images. An example of two-step normalisation is shown in Fig. 14.

_images/two-step-alt.png

Fig. 14 Illustration of two-step normalisation.#

Direct Normalisation in SPM#

For many years, direct normalisation was the main approach implemented in SPM. This can be seen in the Old Normalise tools available under SPM > Tools > Old Normalise within the batch system. The MNI templates used for this approach are also still available within the SPM folder under spm12 > toolbox > OldNorm, with options for normalising T1, T2, EPI, PET, SPECT and PD (proton density) images. However, in 2005, Ashburner & Friston developed a new approach to normalisation known as unified segmentation. This is now the default method for normalising fMRI images in SPM, as we will explore below.

Unified Segmentation#

In the unified segmentation approach, the generation of normalisation parameters is part of the same algorithm used to segment an anatomical image into the different tissue classes. As such, this is a form of two-step normalisation, but one where the generation of the deformation field is part of the segmentation process, rather than through direct registration to an MNI template. You can read more about how this works in the advanced drop-down below.

Anatomical and Functional Registration#

Irrespective of whether we are using a direct normalisation approach or the unified segmentation approach, two-step normalisation depends upon accurate registration between the functional and anatomical data. If this is not the case, then the deformation field will warp the wrong parts of the functional image and the transformation will not work. This is demonstrated in Fig. 18. As such, the first step in normalisation is to register the structural and functional images together in world-space. Although this could be achieved in a variety of ways, the most efficient is to move the anatomical data so that it is aligned with the functional data. In terms of a reference, a single volume of the functional series could be selected, or an average volume after motion correction. In theory, the latter should be the most accurate representation of the entire fMRI series. As such, in SPM, it is usual to save the mean functional volume after realignment to use as the reference image for registration of the anatomical scan prior to normalisation.

_images/anat-func-reg.png

Fig. 18 Example of how misregistration between an anatomical and functional scan prior to two-step normalisation (top) will cause the warping parameters to be applied incorrectly to the functional data (bottom).#

Normalising Functional Data in SPM#

Now that we have discussed the theory of spatial normalisation, we can examine how to perform this step using SPM. The video below will demonstrate how to normalise the realigned and slice timing corrected functional data, using the SPM graphical interface.