The Automatic Surface Labeling Process ; GC Atlases

Index

Overview

This document provides an overview of two related topics:

The Labeling Process

First, the labeling process depends on the subject having already been through the spherical registration process (ie: having a ?h.sphere.reg file), because the atlas data is in the same space as the registration template. This is the case for the recon-all FreeSurfer pipeline script. (The separate topic of spherical registration is described here: SurfaceRegAndTemplates.)

The labeling process itself is diagrammed below.

gw_ca_label.gif

At first glance, mris_ca_label might appear to simply cross-reference a subject's vertex positions to atlas space and copy the labels of the nearest atlas points into an annotation file for the subject. However, the process is more sophisticated.

The atlas data captures not just the most likely label for a particular atlas location. Instead, the atlas data includes the probability of a particular label given values for other measures, such as convexity and curvature of the smoothwm surface. This probability data is captured in a form refered to as "gaussian classifiers", collections of parameters at each point in a regular spherical grid. (Actually two sets of gaussian classifiers at two different grid resolutions.)

Hence, in addition to the subject's ?h.sphere.reg file, mris_ca_label inputs the subject's convexity data (?h.sulc) and ?h.smoothwm surface (from which it calculates more curvature measures). This data is compared to the atlas GCs to determine the most likely label for each subject surface vertex.

Creating One's Own Atlas

To prepare to automatically label regions differently from those provided by the supplied atlases, it might be desirable to create one's own atlas. (In a few circumstances, it might also be desirable to develop a new surface registration template; see: SurfaceRegAndTemplates.)

To create an atlas, the labor-intensive first step is to manually create labels for the regions you want, on a group of reference subjects. These can be drawn using tksurfer, resulting in your own custom annotation file for each of the reference subjects. In some cases, it may save time to start with existing annotation files and edit them, rather than starting from scratch. (For more on labels and annotation files: LabelsClutsAnnotationFiles).

With custom annotation files completed, program mris_ca_train is used, as diagrammed below.

gw_make_label_atlas.gif

mris_ca_train reads data from each subject, including the manual annotation and combines it across subjects to create the atlas file. The dotted red lines are a reminder that implicitly the registration template, though not directly used in this process, is what underlies the registration of atlas to the reference subjects.

(The same reference subjects might be used to create the registration template and the manual annotations for the region atlas. Alternatively, new reference subjects could be used for the atlas, registered to a template previously created with an earlier group of reference subjects. The latter describes the case where you register your subjects using FreeSurfer's provided template, but then devise your own atlas by manually annotating a group of your own subjects.)

References

Automatic parcellation is the major theme of:

See: ArticlesSlidesAndPosters

Document Author(s)

Graham Wideman (GrahamWideman)