FreeSurfer (original) (raw)

. Author manuscript; available in PMC: 2013 Jun 18.

Abstract

FreeSurfer is a suite of tools for the analysis of neuroimaging data that provides an array of algorithms to quantify the functional, connectional and structural properties of the human brain. It has evolved from a package primarily aimed at generating surface representations of the cerebral cortex into one that automatically creates models of most macroscopically visible structures in the human brain given any reasonable T1-weighted input image. It is freely available, runs on a wide variety of hardware and software platforms, and is open source.

Keywords: Morphometry, Registration, Segmentation, MRI

Introduction

FreeSurfer is suite of powerful tools that provide extensive and automated analysis of key features in the human brain. This includes volumetric segmentation of most macroscopically visible brain structures (Fischl et al., 2002, 2004a), segmentation of hippocampal subfields (Van Leemput et al., 2009), inter-subject alignment based on cortical folding patterns (Fischl et al., 1999b), segmentation of white matter fascicles using diffusion MRI (Yendiki et al., 2008), parcellation of cortical folding patterns (Desikan et al., 2006; Destrieux et al., 2010; Fischl et al., 2004b), estimation of architectonic boundaries from in vivo data (Fischl et al., 2008, 2009; Hinds et al., 2008; Yeo et al., 2009), mapping of the thickness of cortical gray matter (Fischl and Dale, 2000), and the construction of surface models of the human cerebral cortex (Dale et al., 1999; Fischl et al., 1999a).

It is this last functionality—the construction of cortical surface models—that was the motivation for the development of the software that would eventually become FreeSurfer. The surface reconstruction code traces its roots to Anders Dale's Ph.D. dissertation work with Marty Sereno in the early 1990s (Dale, 1994), in which the surface models were used to solve the EEG/MEG inverse problem (Dale, 1994; Dale et al., 2000). The EEG/MEG inverse problem is that one records electromagnetic signals outside the skull with electrodes (for EEG) or magnetometers/gradiometers (for MEG), but one wishes to recover the set of currents inside the brain that gave rise to the measured signals. This is a fundamentally ill-posed problem in that an infinite distribution of source currents can give rise to the same measurements. Thus one must apply some constraints in order to obtain a solution. In this case, Anders and Marty wanted to use the fact that pyramidal neurons in the cortex are thought to be the source of the vast majority of the EEG/MEG signal. Cortical surface models would therefore give them access to the location of the pyramidal neurons. Further, because the processes of these neurons are typically oriented perpendicular to the cortical surface, the surface models would also provide orientation constraints on the underlying dipoles. Thus, the surface models allowed a strong and neurobiologically plausible set of constraints to be applied to the inverse problem, resulting in a linear inversion that minimized the L2 norm of the solution and provided some of the first spatiotemporal movies of estimated human brain activity (Dale, 1994).

Prior to Anders’ dissertation work, others had attempted to construct surface models, as it was widely recognized how useful they would be for both visualization and analysis purposes. Most previous attempts had focused on the construction of the so-called “pial” surface, which represents the “top” of the cortical gray matter, ideally above layer I and below the pial. Unfortunately, this surface is impossible to directly visualize or reconstruct from MRI as there are many locations in the brain where adjacent banks of a sulcus are closer than 1 mm or so resolution achievable with MRI. Attempts to model this boundary directly lead to either topologically “correct” models (i.e. topologically equivalent to a sphere) that did not extend into deep sulci and thus excluded large regions of the brain, or geometrically reasonable models that included huge topological “defects”— holes and handles in the surface models. The fundamental insight that Anders and Marty had that enabled surface model construction was that the gray/white boundary, or the “bottom” of the gray matter, did not suffer from these problems given that adjacent banks are separated by at least twice the width of the gray matter, or an additional 3–7 mm. This added spacing was critical as it meant the gray/white surface could be resolved directly across the vast majority of the cortex.

The tools that came from this work provided surface models with adequate geometric accuracy that worked reasonably well with a specific and known MRI sequence, but did not constrain the topology of the surface models, nor did they provide estimates of the pial surface in addition to the gray/white boundary. They were thus of limited utility for cross-subject registration, in which having a correct topology allows one to construct an invertible map, or for cortical morphometry, which requires models of both the gray/white boundary as well as the pial surface to measure cortical thickness and volume. In addition, they required many hours of user intervention to construct each surface model, most notably for manually correcting large topological defects, which was tedious, labor intensive and had a steep learning curve.

Historical context

It is worth first pointing out that the history of surface-based analysis of cortical structure and function predates computer algorithms, and owes much to the pioneering work of people like David Van Essen and Eric Schwartz. David has always been one of the great proponents of “cortical cartography” and his early work with Heather Drury (Drury, 1997; Drury et al., 1996, 1997, 1998) laid the algorithmic foundation for what would become the CARET package for surface-based analysis that is widely used today. Eric, who among other things was both my and Doug Greve's Ph.D. advisor (in fact he mistook us for each other the first day either of us met him), was the first person to recognize the importance of surface-based computer analysis and developed the first computational flattening algorithm (Schwartz, 1990; Schwartz et al., 1989) for generating planar representations of cortical properties. This algorithm is the basis for the one in use in FreeSurfer today both for flattening as well as for regularizing spherical transformation and registration.

This is the only scientific paper that I've ever written in which a reviewer requested more “juicy details” of the history of the development of a set of ideas. Okay, here goes. When I arrived at MGH in 1996 the prototypes of some of the tools that would become FreeSurfer were being used mainly in the study of retinotopic representations in early visual cortex. This resulted in a set of studies that helped lay the framework of our current understanding of the human visual system (Hadjikhani et al., 1998; Halgren et al., 1999; Mendola et al., 1999; Sasaki et al., 2001; Sereno et al., 1995; Tootell et al., 1995, 1997,1998). These studies almost never happened, as Anders and Marty seriously considered working with Brian Wandell and colleagues at Stanford as opposed to Roger Tootell's MGH group. The decision to come to MGH led to a fierce competition with the remarkably productive Stanford group, who published a collection of seminal papers on the use of fMRI for mapping visual cortex (e.g. (Boynton et al., 1996; Engel et al., 1997; Teo et al., 1997; Wandell, 1999; Wandell et al., 1999)).

In this period before FreeSurfer formally existed, there were an array of prominent imaging laboratories that were frustrated and in some cases angry at Anders for not releasing the code for surface reconstruction that he developed as part of his Ph.D. work with Marty Sereno. In my view, this was an unfair expectation, as releasing code without supporting it is never enough. The only thing that makes people more annoyed than not having access to code, is having access but not being able to get questions about it answered, and expecting a single graduate student/postdoc to devote his time to support isn't feasible. Anders, Marty, Doug and I were committed to releasing FreeSurfer, and did so with the help of Thomas Witzel at the Human Brain Mapping meeting in Dusseldorf in 1999, which included Marty writing about 10,000 lines of tcl/tk code in the week leading up to the meeting (this is how csurf was created, which I'm pretty sure only Marty still uses).

Two years later I met Steve Smith giving demos of the FSL tools, which had been released in June of 2000, and we began a collaboration that has continued to this day. Our partnership has involved a yearly course that has been a near catastrophe in almost every instance, including the 2005 course in which, during setup, we plunged large parts of a major Boston hotel into total darkness every time we powered on the course machines (they had gotten our power requirements wrong by about an order of magnitude). This course was also notable as it was that year that Jenni Pacheco became the FS(L) champion baguette jouster by battering some poor stranger into near unconsciousness with a large piece of bread (all in good fun of course). The 2003 course held in Santa Monica, CA (near the beach) was particularly memorable due to the arrival of the first apparent participant, who came into the course room and asked “Where is the free surfer course, dude?”. He ended up being quite disappointed in the subject material.

Topology correction

Previous work in cortical surface reconstruction had focused on topological accuracy by deforming a surface with a known topology to lie at the specified interface in the imaging data (e.g. either gray/white or pial) (MacDonald, 1998; MacDonald et al., 1994,2000). The issue with these models is the difficulty of generating surfaces that accurately follow the entire boundary of interest, as illustrated in Fig. 1. The left-hand image exhibits typical topological defects: a bridge across the banks of a sulcus and a hole in the wall of a gyrus. These are topologically equivalent, but any accurate topology correction procedure must resolve them differently—cutting the handle and filling the hole. The right-hand drawing demonstrates the difficulty of using a topologically-constrained deformable surface to accurately model the entire cortex. The deformable surface (shown in red) is typically driven by an energy functional designed to move it towards the true surface (a portion of which is shown in black). The cortex contains many deep folds with narrow openings, such as the one indicated by the blue arrow. It is exceedingly difficult to design an energy functional that will push enough surface area through this type of narrow opening then move it away from the (true) black surface that lies near the opening and across the sulcus to the un-modeled surface on the other side.

Fig. 1.

Fig. 1

Left: examples of two geometrically different topological defects that are topologically equivalent: a handle that bridges a sulcus, and a hole in the bank of a gyrus. Right: a graphical example of the difficulty of using surface deformation techniques to model the cortical surface. Typically we want a smooth surface, but much of the cortical surface is buried deep inside folds forcing surfaces to pass through regions (indicated by the blue arrow) where the evolving surface has to bunch up to get enough surface area inside the fold to model the surface. Another problem is finding energy terms that will draw the surface into the deep fissure, and away from the narrow opening, which also means pulling it away from the true cortical surface to traverse the sulcal opening and arrive at the boundary on the other side.

The deformable surface approach when applied to brain images is illustrated in Fig. 2, right. Here we can again see the difficulty of pushing the surface through the many narrow openings into deep sulci, while obtaining a smooth surface at the end of the procedure. In order to resolve this problem, we had the insight that while driving a spherical model to lie at each point of the cortical surface was extremely difficult, the opposite approach, that of taking a cortical surface, regardless of its topology, and driving it outwards towards the surface of a sphere, is relatively easy (Fischl et al., 2001). The fundamental notion of topological equivalence states that if the original surface is not topologically equivalent to a sphere, that is if it contains topological defects, then it is not possible to find a continuous, one-to-one and invertible (i.e. homeomorphic) mapping. More interestingly, we realized that the regions in which the mapping was many-to-one were precisely those that contained topological defects. This enabled us to localize the defects, and limit the topology correction to what is typically only a small fraction of the surface and thus allowed us to focus on geometric accuracy everywhere else.

Fig. 2.

Fig. 2

Left: the approach taken with deformable models. A surface of known topology but incorrect geometry (a sphere) is driven by an energy functional towards the desired pial surface shown in red. The difficulty stems from finding terms that will generate a smooth surface but will allow it to pass through an intermediate representation that can push enough surface area into e.g. the sylvian fissure. Right: in contrast, deforming the topologically incorrect surface model outwards to the surface of the sphere is a relatively simple computational problem.

Fig. 3 shows a typical surface model before correction with the detected topological defects shown in red. As can be seen, less than 1% of the surface area is contained within the defects.

Fig. 3.

Fig. 3

Example of the typical spatial distribution of topological defects.

A second problem we needed to resolve was how to correct the existing defects and obtain an accurate surface model. An example of a defect localized with this procedure is given in Fig. 4, left, as well as two possible corrections show in the center (cutting the handle) and right (filling the hole). In this case it turns out that the right-hand correction leads to a geometrically accurate surface, while the center one eliminates some of the cortex from being modeled. 1 Note that it is impossible to tell from the rendering of the surface models which is the correct solution. It is only by considering the intensity volume—that is that the surface should contain white matter in the interior and gray matter outside—that one is able to choose the correct topological manipulation to generate an accurate surface (see Fig. 5 for an example of what the MRI volume looks like after filling a hole).

Fig. 4.

Fig. 4

Example of a topological defect (left), an inaccurate correction (center) and an accurate correction (right) (thanks to Florent Ségonne).

Fig. 5.

Fig. 5

Example of a surface defect (left), and it's representation in two orthogonal slices (center and right). The red portion in the left-hand image represents the region found to contain the defect. The red portion of the surface in the center and right images represent the surface that has been added to fill the hole.

Surface deformation and thickness estimation

The accuracy requirements on surface placement depend on what they will be used for. For example, for EEG/MEG source estimation, a surface misplacement of one or two mm will have little effect on the computed solution. Similarly, for analyzing and visualizing functional data that is typically acquired with voxels that are greater than 3 mm on each side (although this is changing!) surface accuracy is not critical. However, if one's goal is to measure morphometric changes associated with disease state, neuropsychological variables or age for example, one is typically aiming to detect changes on the order of ½ mm. This naturally places significantly greater constraints on the geometric accuracy of the resulting surfaces.

Surface-deformation techniques had been commonly utilized to attempt to generate accurate models of various boundaries from MRI (Davatzikos and Prince, 1995; Davatzikos et al., 1996; MacDonald et al., 2000). Unfortunately, it was difficult to directly use these techniques to construct surface representations with the requisite degree of accuracy for a number of reasons. First, isointensity surfaces, which assume that the MRI intensity of the gray/white and pial surface interfaces are constant over space, do not generate accurate enough surfaces. This is due to variance in the histological makeup of cortical gray matter and the subjacent white matter as well as acquisition artifacts such as variable RF penetration, dielectric resonance and nonuniform receive coil sensitivity profiles that all conspire to cause the MR intensity of a given tissue type to vary over space. For example, cortical gray matter in motor cortex is significantly brighter than in frontal cortex, due to its higher myelin content (which can be quantified with T1 mapping in MRI (Fischl et al., 2004a)).

Second, the surfaces must be constrained to not self-intersect and to maintain their topology. Eulerian methods that elegantly handle the first problem that existed at the time did not have an easy way to impose topological constraints (a feature that was usually an asset to these techniques, but not in this problem domain),2 and also suffered from an inability to accurately model two interfaces that pass through the same voxel, something that occurs frequently when adjacent banks of a sulcus are almost touching. Finally, surface deformations were typically constrained to generate smooth surfaces either by a so-called “spring” term or curvature minimization. Unfortunately the cortex contains many locations of high curvature in which these terms underestimate the extent of for example small fingers of white matter.

In order to resolve these problems, we developed a surface deformation procedure that adaptively determined the MR intensity of the boundaries in question at each point in the cortex (Fischl and Dale, 2000). Instead of using curvature minimization or spring terms that seek a flat surface, we modeled the surface with local quadratic patches that constrained the surfaces to be well-modeled using a second order polynomial as opposed to a plane. This allowed us to prevent noise-induced oscillations in the surfaces while avoiding underestimation in regions of high curvature. Finally, we borrowed techniques from the computer graphics literature to implement fast triangle–triangle intersection (Möller, 1997) that provided a hard constraint and prevented the surface from developing self-intersections. The combination of these approaches yielded a procedure that generates models of the gray/white and pial surfaces that were topologically correct, handled acquisition artifacts and tissue variability, was robust to variations in sequence parameters and generated models that were accurate enough to reliably measure the thickness of the gray matter of the human cerebral cortex and detect pathology induced variations of less than ¼ mm.

One point that must be addressed is how one can validate the accuracy of the thickness measures. This is of course a critical question as any neurobiological interpretation of results depends on the thickness measures accurately reflecting the width of the cortical gray matter. Towards that end, we have performed an extensive (and extremely dull!) series of validation studies. This includes direct comparison of the thickness measures we compute against histological thickness measures in the same tissue (Rosas et al., 2002), using published measures of average thickness such as von Economo (1929) in motor cortex, somatosensory cortex, gyral cortex, sulcal cortex and overall average cortical thickness (Fischl and Dale, 2000), comparison with manual measures from MRI in disease and control populations (Kuperberg et al., 2003), estimation of the stability of the thickness measures with respect to scanner platform, sequence type and analysis degrees of freedom (Han et al., 2006), voxel geometry and amount of acceleration (Wonderlick et al., 2009), as well as their robustness and sensitivity for detecting correlations with cognitive measures that are stable across scan session, scanner manufacturer and field strength (Dickerson et al., 2008). Taken together, this wide array of studies gives us confidence that we are in fact measuring the thickness of the cortical gray matter in a manner that is accurate and stable to an array of acquisition variables in a neurobiologically meaningful and clinically relevant manner.

Whole-brain segmentation

The surface models provided an excellent basis for the analysis of the structural and functional properties of the cerebral cortex, but not for subcortical and ventricular structures. At the time, segmentation tools were limited to a small number of tissue classes (e.g. gray matter, white matter and CSF) or subcortical structures (e.g. Louis Collins’ excellent work (Collins and Evans, 1997)). However, no tools existed that would provide a labeling of each voxel in the brain into semantically meaningful classes such as hippocampus, amygdala, thalamus, etc.…. Part of the difficulty in generating such a segmentation was the variability in the histological composition of these structures. For example, while pallidum and caudate are both gray matter nuclei, the significantly higher myelin content of the pallidum make its T1-weighted MR intensity considerably higher than that of the caudate. Even more difficult was the modeling of structures such as the thalamus that showed variability within its boundaries, with darker appearing tissue at the midline and a gradient of brighter intensities as one moves more laterally. In order to resolve these issues we took a Bayesian approach and decomposed the problem into formulating a more realistic image likelihood term as well as a more sophisticated prior model.

For the image likelihood we chose to relax the assumption that tissue classes could be well-modeled by one or a mixture of a small number of Gaussians that are spatially stationary. Instead, we used a separate model for each structure for each point in space. This allowed us to account for within-structure heterogeneity that occurs commonly in thalamus, hippocampus and elsewhere, but also by keeping the distributions of e.g. pallidum and caudate separately, instead of modeling all “gray matter” together, we were able to use significantly sharper and hence more informative distributions, making the segmentation problem less ambiguous. For the image prior term, like others we used a prior on structure identity given spatial location, however we augmented this to include models of the stereotypical spatial relationships found between anatomical structures. For example, while hippocampus and amygdala are similar in terms of image intensity, their spatial location relative to one another is quite consistent: amygdala is always in front of and above hippocampus, never below or behind it. To encode this, we used a Markov Random Field (MRF) model, which had been previously used extensively in computer vision (Geman and Geman, 1984). Typical MRF modeling at the time was stationary (e.g. the same probabilities for voxel a being label l1 given voxel b being label l2 regardless of spatial location), and isotropic (e.g. the spatial relationship between voxels a and b was not considered other than whether they were neighbors or not). In order to constrain the segmentations to be neuroanatomically plausible, we extended the MRF model to be spatially nonstationary, so that the probabilities were allowed to vary over space, and anisotropic, so that we could model the probability that hippocampus was below amygdala separately from the probability that it was above it. These more sophisticated models allowed us to utilize a training set of manually labeled images to bootstrap a procedure for whole-brain segmentation that was as accurate as extensively trained manual raters were capable of creating, as well as being robust to pathology (Fischl et al., 2002,2004a).

Contributors

Many people have contributed to FreeSurfer over the years, and I would like to acknowledge them. First and foremost are Anders Dale and Marty Sereno who developed some of the initial tools, and also had many of the key technological and neuroscientific insights that made FreeSurfer possible. Doug Greve, who understands the intricacies of fMRI analysis as well as anyone in the world, is the primary author of almost all the functional analysis tools distributed with FreeSurfer (FS-FAST). Other early contributors and developers include Sean Marrett, Kevin Teich, Yasunari Tosa and Thomas Witzel, and more recently Ruopeng Wang and Krish Subramanian as well as Richard Edgar who reported a number of binaries to run on the GPU with remarkable speed increases. Nick Schmansky has been the lead engineer for many years, and is responsible for taking a loosely organized set of binaries and turning it into a well-documented, extensively tested, easy to install and use (relatively!) suite of tools. Andre van der Kouwe has been the key developer of sequences that are optimal with respect to brain morphometry, and more recently M. Dylan Tisdall has worked with Andre to develop structural sequences with embedded real-time motion correction that promise to open up structural imaging to an array of clinical populations that were difficult or impossible to image previously. FreeSurfer has also been blessed with an array of talented, responsible and dedicated research assistants, including Jenni Pacheco, Allison Stevens, Khoa Nguyen, Michelle Roy, Sita Kakunoori, Louis Vinke, Priti Srinivasan, Brian T. Quinn, Maureen Glessner, Evelina Busa, and Niranjini Rajendran. More recently Allison has taken on the larger role of organizing pretty much everything to do with FreeSurfer, including courses, documentation, lab meetings and research projects. Anastasia Yendiki, in collaboration with Tim Behrens and Saad Jbabdi at Oxford, has developed and integrated automated tractography into FreeSurfer (Yendiki et al., 2011), Lilla Zöllei in collaboration with Gheorghe Postelnicu developed a combined volume and surface registration that aligns cortical folding patterns as well as subcortical and ventricular structures (Postelnicu et al., 2009a; Zöllei et al., 2010), and more recently has been working on extending our tools to build segmentations and surface models of newborns; Rudolph Pienaar has worked on web-based frontends for running FreeSurfer processes and also created tools for analyzing curvature properties of surface models with a focus on development (Pienaar et al., 2008); Eric Halgren, David Salat and Jean Augustinack have contributed critical neuroscientific and neuroanatomical expertise; Arthur Liu was Anders’ first graduate student and the unfortunate person tasked with doing surface reconstructions before the process was automated, and carried out important early work developing inverse solutions and comparing EEG and MEG (Liu et al., 2002); Florent Ségonne developed the hybrid watershed skull stripping algorithm still in use in FreeSurfer (Ségonne et al., 2004), and also many volumetric and surface-based algorithms for topology correction, and evolving fronts under topological control (Ségonne et al., 2003,2005a,2005b,2007); Jon Polimeni has pushed forward the use of the surface models for laminar modeling; Oliver Hinds developed tools for automatically predicting the location of V1 from folding patterns as part of his Ph.D. work with Eric Schwartz at BU; Martin Reuter has developed tools for rigid registration that are unbiased and extremely accurate in the presence of nonlinearities such as B0 distortions, and tongue/jaw/eye movement (Reuter et al., 2010), and has taken over primary responsibility for the ongoing development of our longitudinal analysis stream, and also worked with Peter Sand to develop and validate prototype tools for registering histological and block-face images to high-resolution _ex viv_o MRI; Peng Yu was an MIT Ph.D. student who implemented spherical wavelets and applied them to the study of cortical folding patterns (Yu et al., 2007); Xiao Han came from Jerry Prince's lab and wrote code for estimation of intensity distributions that made the segmentation procedures insensitive to pulse sequence (Han and Fischl, 2007), Rahul Desikan worked with Ron Killiany to develop a gyral-based cortical parcellation (Desikan et al., 2006), similar to Christophe Destrieux's earlier Ph.D. work with Eric Halgren, Koen van Leemput is one of the world's experts in segmentation of medical imaging data, and has developed techniques for segmenting hippocampal subfields in standard resolution data using information from a high-resolution training set (Van Leemput et al., 2009); B.T. Thomas Yeo did his doctoral work at MIT with Polina Golland and myself working on an array of surface-based tools for spherical filter banks including wavelets (Yeo et al., 2008), on fast diffeomorphic surface-based registration (Yeo et al., 2010a,2010b), and for computing registration functionals that are optimized for specific tasks, such as alignment of Brodmann areas (Yeo et al., 2010a,2010b); and finally, last but certainly not least is Mert Sabuncu, who was Polina's postdoc and is currently faculty at MGH whose work involves cutting edge segmentation using probabilistic label fusion (Sabuncu et al., 2010), and is more recently working on imaging genetics, multivariate pattern analysis, and longitudinal statistics.

Conclusion

The development of a set of key technologies enabled the development of FreeSurfer, an array of image analysis tools designed to be automated, robust, accurate and relatively easy to use. This included automated geometric accurate topology correction (Fischl et al., 2001), surface-based inter-subject alignment (Fischl et al., 1999a, 1999b) and whole-brain segmentation (Fischl et al., 2002, 2004a). Although in many ways these still represent the core functionality of FreeSurfer, it has also evolved tremendously since that time. For example, we have recently adopted a liberal open source license that allows great freedom in the use of our source code (http://surfer.nmr.mgh.harvard.edu/fswiki). FreeSurfer is constantly being improved and extended, with our most recent release including tools for accurate cross-modal intra-subject registration (Greve and Fischl, 2009), combined volume and surface cross-subject registration (Postelnicu et al., 2009b), probabilistic estimation of cytoarchitectonic boundaries (Fischl et al., 2008), automated tractography (Yendiki et al., 2009), and longitudinal analysis (Reuter and Fischl, 2011; Reuter et al., 2010). It has been used to improve our understanding of an array of neurological disorders (Becker et al., 2008; Desikan et al., 2010a,b; Dickerson et al., 2009; Gold et al., 2005; Kuperberg et al., 2003; Manoach et al., 2007; Milad et al., 2005; Oliveira et al., 2010; Rauch et al., 2005; Rosas et al., 2002,2005,2006,2010; Sabuncu et al., 2011; Sailer et al., 2003; Stufflebeam et al., 2011), the genetic basis of neuroanatomical variability and change (Kremen et al., 2010; Panizzon et al., 2009), as well as healthy development (Isaacs et al., 2008; Martinussen et al., 2005) and aging (Fjell et al., 2005,2006; Salat et al., 2004,2005a,2005b,2009; Walhovd et al., 2004,2005a, 2005b, 2006).

Acknowledgments

Support for this research was provided in part by the National Center for Research Resources (P41-RR14075, and the NCRR BIRN Morphometric Project BIRN002, U24 RR021382), the National Institute for Biomedical Imaging and Bioengineering (R01EB006758), the National Institute on Aging (AG022381), the National Center for Alternative Medicine (RC1 AT005728-01), the National Institute for Neurological Disorders and Stroke (R01 NS052585-01, 1R21NS072652-01, 1R01NS070963), and was made possible by the resources provided by Shared Instrumentation Grants 1S10RR023401, 1S10RR019307, and 1S10RR023043. Additional supportwas provided by The Autism & Dyslexia Project funded by the Ellison Medical Foundation.

Footnotes

1

At around the same time techniques for graph-theoretic voxel-based topology correction were developed Shattuck and Leahy (2001) Graph Based Analysis and Correction of Cortical Volume Topology. IEEE Transactions on Medical Imaging 20:1167–1177.

2

Topologically constraining level-set approaches were later developed in Xiao Han and Jerry Prince's work Han et al. (2003) A Topology Preserving Level Set Method for Geometric Deformable Models. IEEE Transactions on PAMI 25:755–768.

References

  1. Becker C, Fischl, Greve, DeLuca, LaViolette, O'Keefe, Fischman, Rentz, Sperling, Johnson . Amyloid deposition related to cortical thinning. Australia: 14th Annual Meeting of the Organization for Human Brain Mapping Sydney; 2008. [Google Scholar]
  2. Boynton GM, Engel SA, Glover GH, Heeger DJ. Linear systems analysis of functional magnetic resonance imaging in human V1. J. Neurosci. 1996;16:4207–4221. doi: 10.1523/JNEUROSCI.16-13-04207.1996. [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Collins D, Evans A. Animal: validation and applications of non-linear registration-based segmentation. Int. J. Pattern Recognit. Artif. Intell. 1997;11:1271–1294. [Google Scholar]
  4. Dale A. Cognitive Science, vol. Ph.D. San Diego: University of California at San Diego; 1994. Source localization and spatial discriminant analysis of event-related potentials: linear approaches. [Google Scholar]
  5. Dale AM, Fischl B, Sereno MI. Cortical surface-based analysis I: segmentation and surface reconstruction. Neuroimage. 1999;9:179–194. doi: 10.1006/nimg.1998.0395. [DOI] [PubMed] [Google Scholar]
  6. Dale AM, Liu AK, Fischl BR, Buckner RL, Belliveau JW, Lewine JD, Halgren E. Dynamic statistical parametric mapping: combining fMRI and MEG for high-resolution imaging of cortical activity. Neuron. 2000;26:55–67. doi: 10.1016/s0896-6273(00)81138-1. [DOI] [PubMed] [Google Scholar]
  7. Davatzikos CA, Prince JL. An active contour model for mapping the cortex. IEEE Trans. Med. Imaging. 1995;14:65–80. doi: 10.1109/42.370403. [DOI] [PubMed] [Google Scholar]
  8. Davatzikos C, et al. A computerized method for morphological analysis of the corpus callosum. J. Comput. Assisted Tomogr. 1996;20:88–97. doi: 10.1097/00004728-199601000-00017. [DOI] [PubMed] [Google Scholar]
  9. Desikan RS, Segonne F, Fischl B, Quinn BT, Dickerson BC, Blacker D, Buckner RL, Dale AM, Maguire RP, Hyman BT, Albert MS, Killiany RJ. An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. Neuroimage. 2006;31:968–980. doi: 10.1016/j.neuroimage.2006.01.021. [DOI] [PubMed] [Google Scholar]
  10. Desikan R, Cabral H, Settecase F, Hess C, Dillon W, Glastonbury C, Weiner M, Schmansky N, Salat D, Fischl B. Automated MRI measures predict progression to Alzheimer's disease. Neurobiol. Aging. 2010a;31:1364–1374. doi: 10.1016/j.neurobiolaging.2010.04.023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  11. Desikan R, Sabuncu M, Schmansky N, Cabral H, Hess C, Weiner M, Biffi A, Rosand J, Salat D, Kemper T, Buckner R, Sperling R, Fischl B. Selective disruption of the cerebral neocortex in Alzheimer's disease. PLoS One. 2010b;5(9):e12853. doi: 10.1371/journal.pone.0012853. [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Destrieux C, Fischl B, Dale A, Halgren E. Automatic parcellation of human cortical gyri and sulci using standard anatomical nomenclature. Neuroimage. 2010;53:1–15. doi: 10.1016/j.neuroimage.2010.06.010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  13. Dickerson BC, Fenstermacher E, Salat DH, Wolk DA, Maguire RP, Desikan R, Pacheco J, Quinn BT, Van der Kouwe A, Greve DN, Blacker D, Albert MS, Killiany RJ, Fischl B. Detection of cortical thickness correlates of cognitive performance: reliability across MRI scan sessions, scanners, and field strengths. Neuroimage. 2008;39:10–18. doi: 10.1016/j.neuroimage.2007.08.042. [DOI] [PMC free article] [PubMed] [Google Scholar]
  14. Dickerson BC, Bakkour A, Salat DH, Feczko E, Pacheco J, Greve DN, Grodstein F, Wright CI, Blacker D, Rosas HD, Sperling RA, Atri A, Growdon JH, Hyman BT, Morris JC, Fischl B, Buckner RL. The cortical signature of Alzheimer's disease: regionally specific cortical thinning relates to symptom severity in very mild to mild AD dementia and is detectable in asymptomatic amyloid-positive individuals. Cereb. Cortex. 2009;19:497–510. doi: 10.1093/cercor/bhn113. [DOI] [PMC free article] [PubMed] [Google Scholar]
  15. Drury DVEaH. Structural and functional analyses of human cerebral cortex using a surface-based atlas. J. Neurosci. 1997;17:7079–7102. doi: 10.1523/JNEUROSCI.17-18-07079.1997. [DOI] [PMC free article] [PubMed] [Google Scholar]
  16. Drury HA, Van Essen DC, Anderson CH, Lee CW, Coogan TA, Lewis JW. Computerized mappings of the cerebral cortex: a multiresolution flattening method and a surface-based coordinate system. J. Cogn. Neurosci. 1996;8:1–28. doi: 10.1162/jocn.1996.8.1.1. [DOI] [PubMed] [Google Scholar]
  17. Drury HA, Van Essen DC, Snyder AZ, Shulman GL, Akbudak E, Ollinger JM, Conturo TE, Raichle M, Corbetta M. Warping fMRI activation patterns onto the visible man atlas using fluid deformations of cortical flat maps. Neuroimage. 1997:5. [Google Scholar]
  18. Drury HA, Van Essen DC, Corbetta M, Snyder AZ. In: Surface-based analyses of the human cerebral cortex. Toga A, editor. Brain Warping: Academic Press; 1998. [Google Scholar]
  19. Engel SA, Glover GH, Wandell BA. Retinotopic organization in human visual cortex and the spatial precision of functional MRI. Cereb. Cortex. 1997;7:181–192. doi: 10.1093/cercor/7.2.181. [DOI] [PubMed] [Google Scholar]
  20. Fischl B, Dale AM. Measuring the thickness of the human cerebral cortex from magnetic resonance images. Proc. Natl. Acad. Sci. 2000;97:11044–11049. doi: 10.1073/pnas.200033797. [DOI] [PMC free article] [PubMed] [Google Scholar]
  21. Fischl B, Sereno MI, Dale AM. Cortical surface-based analysis II: inflation, flattening, and a surface-based coordinate system. Neuroimage. 1999a;9:195–207. doi: 10.1006/nimg.1998.0396. [DOI] [PubMed] [Google Scholar]
  22. Fischl B, Sereno MI, Tootell RB, Dale AM. High-resolution intersubject averaging and a coordinate system for the cortical surface. Hum. Brain Mapp. 1999b;8:272–284. doi: 10.1002/(SICI)1097-0193(1999)8:4<272::AID-HBM10>3.0.CO;2-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  23. Fischl B, Liu A, Dale AM. Automated manifold surgery: constructing geometrically accurate and topologically correct models of the human cerebral cortex. IEEE Trans. Med. Imaging. 2001;20:70–80. doi: 10.1109/42.906426. [DOI] [PubMed] [Google Scholar]
  24. Fischl B, Salat DH, Busa E, Albert M, Dieterich M, Haselgrove C, van der Kouwe A, Killiany R, Kennedy D, Klaveness S, Montillo A, Makris N, Rosen B, Dale AM. Whole brain segmentation: automated labeling of neuroanatomical structures in the human brain. Neuron. 2002;33:341–355. doi: 10.1016/s0896-6273(02)00569-x. [DOI] [PubMed] [Google Scholar]
  25. Fischl B, Salat DH, van der Kouwe AJ, Makris N, Segonne F, Quinn BT, Dale AM. Sequence-independent segmentation of magnetic resonance images. Neuroimage. 2004a;23(Suppl. 1):S69–S84. doi: 10.1016/j.neuroimage.2004.07.016. [DOI] [PubMed] [Google Scholar]
  26. Fischl B, van der Kouwe A, Destrieux C, Halgren E, Segonne F, Salat DH, Busa E, Seidman LJ, Goldstein J, Kennedy D, Caviness V, Makris N, Rosen B, Dale AM. Automatically parcellating the human cerebral cortex. Cereb. Cortex. 2004b;14:11–22. doi: 10.1093/cercor/bhg087. [DOI] [PubMed] [Google Scholar]
  27. Fischl B, Rajendran N, Busa E, Augustinack J, Hinds O, Yeo BTT, Mohlberg H, Amunts K, Zilles K. Cortical folding patterns and predicting cytoarchitecture. Cereb. Cortex. 2008;18:1973–1980. doi: 10.1093/cercor/bhm225. [DOI] [PMC free article] [PubMed] [Google Scholar]
  28. Fischl B, Stevens AA, Rajendran N, Yeo BTT, Greve DN, Van Leemput K, Polimeni JR, Kakunoori S, Buckner RL, Pacheco J, Salat DH, Melcher J, Frosch MP, Hyman BT, Grant PE, Rosen BR, van der Kouwe AJW, Wiggins GC, Wald LL, Augustinack JC. Predicting the location of entorhinal cortex from MRI. Neuroimage. 2009;47:8–17. doi: 10.1016/j.neuroimage.2009.04.033. [DOI] [PMC free article] [PubMed] [Google Scholar]
  29. Fjell AM, Walhovd KB, Reinvang I, Lundervold A, Dale AM, Quinn BT, Makris N, Fischl B. Age does not increase rate of forgetting over weeks–neuroanatomical volumes and visual memory across the adult life-span. J. Int. Neuropsychol. Soc. 2005;11:2–15. doi: 10.1017/S1355617705050046. [DOI] [PubMed] [Google Scholar]
  30. Fjell AM, Walhovd KB, Reinvang I, Lundervold A, Salat D, Quinn BT, Fischl B, Dale AM. Selective increase of cortical thickness in high-performing elderly–structural indices of optimal cognitive aging. Neuroimage. 2006;29:984–994. doi: 10.1016/j.neuroimage.2005.08.007. [DOI] [PubMed] [Google Scholar]
  31. Geman S, Geman D. Stochastic relaxation, Gibbs distributions and the Bayesian restoration of images. IEEE Trans. Pattern Anal. Mach. Intell. 1984;6:721–741. doi: 10.1109/tpami.1984.4767596. [DOI] [PubMed] [Google Scholar]
  32. Gold BT, Balota DA, Cortes MJ, Sergent-Marshall SD, Snyder AZ, Salat DH, Fischl B, Dale AM, Morris JC, Buckner RL. Differing neuropsychological and neuroanatomical correlates of abnormal reading in early-stage semantic dementia and dementia of the Alzheimer type. Neuropsychologia. 2005;43:833–846. doi: 10.1016/j.neuropsychologia.2004.10.005. [DOI] [PubMed] [Google Scholar]
  33. Greve D, Fischl B. Accurate and robust brain image alignment using boundary-based registration. Neuroimage. 2009;48:63–72. doi: 10.1016/j.neuroimage.2009.06.060. [DOI] [PMC free article] [PubMed] [Google Scholar]
  34. Hadjikhani N, Liu AK, Dale AM, Cavanagh P, Tootell RB. Retinotopy and color sensitivity in human visual cortical area V8. Nat. Neurosci. 1998;1:235–241. doi: 10.1038/681. [DOI] [PubMed] [Google Scholar]
  35. Halgren E, Dale AM, Sereno MI, Tootell RB, Marinkovic K, Rosen BR. Location of human face-selective cortex with respect to retinotopic areas. Hum. Brain Mapp. 1999;7:29–37. doi: 10.1002/(SICI)1097-0193(1999)7:1<29::AID-HBM3>3.0.CO;2-R. [DOI] [PMC free article] [PubMed] [Google Scholar]
  36. Han X, Fischl B. Atlas renormalization for improved brain MR image segmentation across scanner platforms. IEEE Trans. Med. Imaging. 2007;26:479–486. doi: 10.1109/TMI.2007.893282. [DOI] [PubMed] [Google Scholar]
  37. Han X, Xu C, Prince JL. A topology preserving level set method for geometric deformable models. IEEE Trans. PAMI. 2003;25:755–768. [Google Scholar]
  38. Han X, Jovicich J, Salat D, Avd Kouwe, Quinn BT, Czanner S, Busa E, Pacheco J, Albert M, Killiany R, Maguire P, Rosas D, Makris N, Dale A, Dickerson B, Fischl B. Reliability of MRI-derived measurements of human cerebral cortical thickness: the effects of field strength, scanner upgrade and manufacturer. Neuroimage. 2006;32:180–194. doi: 10.1016/j.neuroimage.2006.02.051. [DOI] [PubMed] [Google Scholar]
  39. Hinds OP, Rajendran N, Polimeni JR, Augustinack JC, Wiggins G, Wald LL, Diana Rosas H, Potthast A, Schwartz EL, Fischl B. Accurate prediction of V1 location from cortical folds in a surface coordinate system. Neuroimage. 2008;39:1585–1599. doi: 10.1016/j.neuroimage.2007.10.033. [DOI] [PMC free article] [PubMed] [Google Scholar]
  40. Isaacs EB, Gadian DG, Sabatini S, Chong WK, Quinn BT, Fischl B, Lucas A. The effect of early human diet on caudate volumes and IQ. Pediatr. Res. 2008;63:308–314. doi: 10.1203/PDR.0b013e318163a271. [DOI] [PubMed] [Google Scholar]
  41. Kremen WS, Prom-Wormley E, Panizzon MS, Eyler LT, Fischl B, Neale MC, Franz CE, Lyons MJ, Pacheco J, Perry ME, Stevens A, Schmitt JE, Grant MD, Seidman LJ, Thermenos HW, Tsuang MT, Eisen SA, Dale AM, Fennema-Notestine C. Genetic and environmental influences on the size of specific brain regions in midlife: the VETSA MRI study. Neuroimage. 2010;49(4):3499–3502. doi: 10.1016/j.neuroimage.2009.09.043. [DOI] [PMC free article] [PubMed] [Google Scholar]
  42. Kuperberg G, Broome M, McGuire P, David A, Eddy M, Ozawa F, Goff D, West W, Williams S, van der Kouwe A, Salat D, AM D, Fischl B. Regionally localized thinning of the cerebral cortex in schizophrenia. Arch. Gen. Psychiatry. 2003;60:878–888. doi: 10.1001/archpsyc.60.9.878. [DOI] [PubMed] [Google Scholar]
  43. Liu AK, Dale AM, Belliveau JW. Monte Carlo simulation studies of EEG and MEG localization accuracy. Hum. Brain Mapp. 2002;16:47–62. doi: 10.1002/hbm.10024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  44. MacDonald D. Method for Identifying Geometrically Simple Surfaces from Three Dimensional Images. McGill University: Montreal Neurological Institute Montreal; 1998. [Google Scholar]
  45. MacDonald D, Avis D, Evans AC. Multiple surface identification and matching in magnetic resonance imaging. Proc Vis in Biomed Comp, vol. SPIE. 1994;2359:160–169. [Google Scholar]
  46. MacDonald D, Kabani N, Avis D, Evans AC. Automated 3-D extraction of inner and outer surfaces of cerebral cortex from MRI. Neuroimage. 2000;12:340–356. doi: 10.1006/nimg.1999.0534. [DOI] [PubMed] [Google Scholar]
  47. Manoach DS, Ketwaroo GA, Polli FE, Thakkar KN, Barton JJS, Goff DC, Fischl B, Vangel M, Tuch DS. Reduced microstructural integrity of the white matter underlying anterior cingulate cortex is associated with increased saccadic latency in schizophrenia. Neuroimage. 2007;37:599–610. doi: 10.1016/j.neuroimage.2007.04.062. [DOI] [PubMed] [Google Scholar]
  48. Martinussen M, Fischl B, Larsson H, Skranes J, Kulseng S, Vangberg T, Vik T, Brubakk A, Haraldseth O, Dale A. Cerebral cortex thickness in 15-year-old adolescents with low birth weight measured by an automated MRI-based method. Brain. 2005;128(Pt 11):2588–2596. doi: 10.1093/brain/awh610. [DOI] [PubMed] [Google Scholar]
  49. Mendola JD, Dale AM, Fischl B, Liu AK, Tootell RBH. The representation of illusory and real contours in human cortical visual areas revealed by functional magnetic resonance imaging. J. Neurosci. 1999;19:8560–8572. doi: 10.1523/JNEUROSCI.19-19-08560.1999. [DOI] [PMC free article] [PubMed] [Google Scholar]
  50. Milad MR, Quinn BT, Pitman RK, Orr SP, Fischl B, Rauch SL. Thickness of ventromedial prefrontal cortex in humans is correlated with extinction. Proc. Natl. Acad. Sci. U.S.A. 2005;102:10706–10711. doi: 10.1073/pnas.0502441102. [DOI] [PMC free article] [PubMed] [Google Scholar]
  51. Möller T. A fast triangle–triangle intersection test. J. Graphics Tools. 1997;2:25–30. [Google Scholar]
  52. Oliveira PP, Jr, Leite C, Valente K, Shergill S, Amaro E., Jr Cortical thickness reduction of normal appearing cortex in patients with polymicrogyria. J. Neuroimaging. 2010;20:46–52. doi: 10.1111/j.1552-6569.2009.00372.x. [DOI] [PubMed] [Google Scholar]
  53. Panizzon MS, Fennema-Notestine C, Eyler LT, Jernigan TL, Prom-Wormley E, Neale M, Jacobson K, Lyons MJ, Grant MD, Franz CE, Xian H, Tsuang M, Fischl B, Seidman L, Dale A, Kremen WS. Distinct genetic influences on cortical surface area and cortical thickness. Cereb. Cortex. 2009;19:2728–2735. doi: 10.1093/cercor/bhp026. [DOI] [PMC free article] [PubMed] [Google Scholar]
  54. Pienaar R, Fischl B, Caviness B, Makris N, Grant PE. A methodology for analyzing curvature in the developing brain from preterm to adult. Int. J. Imaging Syst. Technol. Spec Issue Human Brain Imaging. 2008;18:42–68. doi: 10.1002/ima.v18:1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  55. Postelnicu G, Zöllei L, Fischl B. Combined volume and surface registration. IEEE Trans. Med. Imaging. 2009a;28:508–522. doi: 10.1109/TMI.2008.2004426. [DOI] [PMC free article] [PubMed] [Google Scholar]
  56. Postelnicu G, Zöllei L, Fischl B. Combined volumetric and surface registration. IEEE Trans. Med. Imaging. 2009b;28:508–522. doi: 10.1109/TMI.2008.2004426. [DOI] [PMC free article] [PubMed] [Google Scholar]
  57. Rauch S, Milad M, Orr S, Quinn B, Fischl B, Pitman R. Orbitofrontal thickness, retention of fear extinction and extraversion. Neuroreport. 2005;16:1893–1897. doi: 10.1097/01.wnr.0000186599.66243.50. [DOI] [PubMed] [Google Scholar]
  58. Reuter M, Fischl B. Avoiding asymmetry-induced bias in longitudinal image processing. Neuroimage. 2011;57:19–21. doi: 10.1016/j.neuroimage.2011.02.076. [DOI] [PMC free article] [PubMed] [Google Scholar]
  59. Reuter M, Rosas HD, Fischl B. Highly accurate inverse consistent registration: a robust approach. Neuroimage. 2010;53:1181–1196. doi: 10.1016/j.neuroimage.2010.07.020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  60. Rosas H, Liu A, Hersch S, Glessner M, Ferrante R, Salat D, van der Kouwe A, Jenkins B, Dale A, Fischl B. Regional and progressive thinning of the cortical ribbon in Huntington's disease. Neurology. 2002;58:695–701. doi: 10.1212/wnl.58.5.695. [DOI] [PubMed] [Google Scholar]
  61. Rosas HD, Hevelone ND, Zaleta AK, Greve DN, Salat DH, Fischl B. Regional cortical thinning in preclinical Huntington disease and its relationship to cognition. Neurology. 2005;65:745–747. doi: 10.1212/01.wnl.0000174432.87383.87. [DOI] [PubMed] [Google Scholar]
  62. Rosas HD, Tuch DS, Hevelone ND, Zaleta AK, Vangel M, Hersch SM, Salat DH. Diffusion tensor imaging in presymptomatic and early Huntington's disease: selective white matter pathology and its relationship to clinical measures. Mov. Disord. 2006;21(9):1317–1325. doi: 10.1002/mds.20979. [DOI] [PubMed] [Google Scholar]
  63. Rosas HDLS, Bender AC, Zaleta AK, Vangel M, Yu P, Fischl B, Pappu V, Onorato C, Cha JH, Salat DH, Hersch SM. Altered white matter microstructure in the corpus callosum in Huntington's disease: implications for cortical "disconnection". Neuroimage. 2010;49:2995–3004. doi: 10.1016/j.neuroimage.2009.10.015. [DOI] [PMC free article] [PubMed] [Google Scholar]
  64. Sabuncu M, Yeo B, Van Leemput K, Fischl B, Golland P. A generative model for image segmentation based on label fusion. IEEE Trans. Med. Imaging. 2010;29:1714–1729. doi: 10.1109/TMI.2010.2050897. [DOI] [PMC free article] [PubMed] [Google Scholar]
  65. Sabuncu MR, Desikan RS, Sepulcre J, Yeo BTT, Liu H, Schmansky NJ, Reuter M, Weiner MW, Buckner RL, Sperling RA, Fischl B. The dynamics of cortical and hippocampal atrophy in Alzheimer's disease. Arch. Neurol. 2011;68:1040–1048. doi: 10.1001/archneurol.2011.167. [DOI] [PMC free article] [PubMed] [Google Scholar]
  66. Sailer M, Fischl B, Salat D, Tempelmann C, Schonfeld M, Busa E, Bodammer N, Heinze H, Dale A. Focal thinning of the cerebral cortex in multiple sclerosis. Brain. 2003;126:1734–1744. doi: 10.1093/brain/awg175. [DOI] [PubMed] [Google Scholar]
  67. Salat D, Buckner R, Snyder A, Greve D, Desikan R, Busa E, Morris J, AM D, Fischl B. Thinning of the cerebral cortex in aging. Cereb. Cortex. 2004;14:721–730. doi: 10.1093/cercor/bhh032. [DOI] [PubMed] [Google Scholar]
  68. Salat D, Tuch D, Greve D, van der Kouwe A, Hevelone N, Zaleta A, Rosen B, Fischl B, Corkin S, Rosas H, Dale A. Age-related alterations in white matter microstructure measured by diffusion tensor imaging. Neurobiol. Aging. 2005a;26:1215–1217. doi: 10.1016/j.neurobiolaging.2004.09.017. [DOI] [PubMed] [Google Scholar]
  69. Salat D, Tuch D, Hevelone N, Fischl B, Corkin S, Rosas H, Dale A. Agerelated changes in prefrontal white matter measured by diffusion tensor imaging. Ann. N.Y. Acad. Sci. 2005b;1064:37–49. doi: 10.1196/annals.1340.009. [DOI] [PubMed] [Google Scholar]
  70. Salat DH, Greve DN, Pacheco JL, Quinn BT, Helmer KG, Buckner RL, Fischl B. Regional white matter volume differences in nondemented aging and Alzheimer's disease. Neuroimage. 2009;44:1247–1258. doi: 10.1016/j.neuroimage.2008.10.030. [DOI] [PMC free article] [PubMed] [Google Scholar]
  71. Sasaki Y, Hadjikhani N, Fischl B, Liu AK, Marrett S, Dale AM, Tootell RB. Local and global attention are mapped retinotopically in human occipital cortex. Proc. Natl. Acad. Sci. U.S.A. 2001;98:2077–2082. doi: 10.1073/pnas.98.4.2077. [DOI] [PMC free article] [PubMed] [Google Scholar]
  72. Schwartz EL. Computer-aided neuroanatomy of macaque visual cortex. In: Schwartz EL, editor. Computational Neuroanatomy. Cambridge: MIT Press; 1990. pp. 295–315. [Google Scholar]
  73. Schwartz EL, Shaw A, Wolfson E. A numerical solution to the generalized mapmaker's problem: flattening nonconvex polyhedral surfaces. IEEE Trans. Pattern Anal. Mach. Intell. 1989;11:1005–1008. [Google Scholar]
  74. Ségonne F, Grimson E, Fischl B. Topological correction of subcortical segmentation. MICCAI Montreal. 2003 [Google Scholar]
  75. Ségonne F, Dale AM, Busa E, Glessner M, Salat D, Hahn HK, Fischl B. A hybrid approach to the skull stripping problem in MRI. Neuroimage. 2004;22:1060–1075. doi: 10.1016/j.neuroimage.2004.03.032. [DOI] [PubMed] [Google Scholar]
  76. Ségonne F, Grimson E, Fischl B. A genetic algorithm for the topology correction of cortical surfaces. Colorado, USA: Information Processing in Medical Imaging Glenwood Springs; 2005a. [DOI] [PubMed] [Google Scholar]
  77. Ségonne F, Pons JP, Grimson E, Fischl B. Active contours under topology control—genus preserving level sets. China: International Conference on Computer Vision Beijing; 2005b. [Google Scholar]
  78. Ségonne F, Pacheco J, Fischl B. Geometrically accurate topology-correction of cortical surfaces using nonseparating loops. IEEE Trans. Med. Imaging. 2007;26:518–529. doi: 10.1109/TMI.2006.887364. [DOI] [PubMed] [Google Scholar]
  79. Sereno MI, Dale AM, Reppas JB, Kwong KK, Belliveau JW, Brady TJ, Rosen BR, Tootell RB. Borders of multiple visual areas in humans revealed by functional magnetic resonance imaging. Science. 1995;268:889–893. doi: 10.1126/science.7754376. [DOI] [PubMed] [Google Scholar]
  80. Shattuck DW, Leahy RM. Graph based analysis and correction of cortical volume topology. IEEE Trans. Med. Imaging. 2001;20:1167–1177. doi: 10.1109/42.963819. [DOI] [PubMed] [Google Scholar]
  81. Stufflebeam SM, Liu H, Sepulcre J, Tanaka N, Buckner RL, Madsen, Joseph R. Localization of focal epileptic discharges using functional connectivity magnetic resonance imaging. J. Neurosurg. 2011;114:11693–11697. doi: 10.3171/2011.1.JNS10482. [DOI] [PMC free article] [PubMed] [Google Scholar]
  82. Teo PC, Sapiro G, Wandell BA. Creating connected representations of cortical gray matter for functional MRI visualization. IEEE Trans. Med. Imaging. 1997;16:852–863. doi: 10.1109/42.650881. [DOI] [PubMed] [Google Scholar]
  83. Tootell RB, Reppas JB, Kwong KK, Malach R, Born RT, Brady TJ, Rosen BR, Belliveau JW. Functional analysis of human MT and related visual cortical areas using magnetic resonance imaging. J. Neurosci. 1995;15:3215–3230. doi: 10.1523/JNEUROSCI.15-04-03215.1995. [DOI] [PMC free article] [PubMed] [Google Scholar]
  84. Tootell RB, Mendola JD, Hadjikhani NK, Ledden PJ, Liu AK, Reppas JB, Sereno MI, Dale AM. Functional analysis of V3A and related areas in human visual cortex. J. Neurosci. 1997;17:7060–7078. doi: 10.1523/JNEUROSCI.17-18-07060.1997. [DOI] [PMC free article] [PubMed] [Google Scholar]
  85. Tootell RB, Hadjikhani N, Hall EK, Marrett S, Vanduffel W, Vaughan JT, Dale AM. The retinotopy of visual spatial attention. Neuron. 1998;21:1409–1422. doi: 10.1016/s0896-6273(00)80659-5. [DOI] [PubMed] [Google Scholar]
  86. Van Leemput K, Bakkour A, Benner T, Wiggins G, Wald LL, Augustinack J, Dickerson BC, Golland P, Fischl B. Automated segmentation of hippocampal subfields from ultra-high resolution in vivo MRI. Hippocampus. 2009;19:549–557. doi: 10.1002/hipo.20615. [DOI] [PMC free article] [PubMed] [Google Scholar]
  87. von Economo C. The Cytoarchitectonics of the Human Cerebral Cortex. London: Oxford University Press; 1929. [Google Scholar]
  88. Walhovd KB, Fjell AM, Reinvang I, Lundervold A, Fischl B, Quinn BT, Dale AM. Size does matter in the long run: hippocampal and cortical volume predict recall across weeks. Neurology. 2004;63:1193–1197. doi: 10.1212/01.wnl.0000140489.33249.95. [DOI] [PubMed] [Google Scholar]
  89. Walhovd KB, Fjell AM, Reinvang I, Lundervold A, Dale AM, Eilertsen DE, Quinn BT, Salat D, Makris N, Fischl B. Effects of age on volumes of cortex, white matter and subcortical structures. Neurobiol. Aging. 2005a;26:1261–1270. doi: 10.1016/j.neurobiolaging.2005.05.020. [DOI] [PubMed] [Google Scholar]
  90. Walhovd KB, Fjell AM, Reinvang I, Lundervold A, Dale AM, Quinn BT, Salat D, Nikos M, Fischl B. Neuroanatomical aging: universal but not uniform. Neurobiol. Aging. 2005b;26:1279–1282. [Google Scholar]
  91. Walhovd KB, Fjell AM, Dale AM, Fischl B, Quinn BT, Makris N, Salat D, Reinvang I. Regional cortical thickness matters in recall after months more than minutes. Neuroimage. 2006;31:1343–1351. doi: 10.1016/j.neuroimage.2006.01.011. [DOI] [PubMed] [Google Scholar]
  92. Wandell B. Computational neuroimaging of human visual cortex. Annu. Rev. Neurosci. 1999;10:145–173. doi: 10.1146/annurev.neuro.22.1.145. [DOI] [PubMed] [Google Scholar]
  93. Wandell BA, Poirson AB, Newsome WT, Baseler H, Boynton G, Huk A, Ghandi S, Sharpe LT. Color signals in human motion selective cortex. Neuron. 1999;24:901–909. doi: 10.1016/s0896-6273(00)81037-5. [DOI] [PubMed] [Google Scholar]
  94. Wonderlick JS, Ziegler DA, Hosseini-Varnamkhasti P, Locascio JJ, Bakkour A, van der Kouwe A, Triantafyllou C, Corkin S, Dickerson BC. Reliability of MRI-derived cortical and subcortical morphometric measures: effects of pulse sequence, voxel geometry, and parallel imaging. Neuroimage. 2009;44:1324–1333. doi: 10.1016/j.neuroimage.2008.10.037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  95. Yendiki A, Stevens A, Jbabdi S, Augustinack J, Salat D, Zöllei L, Behrens T, Fischl B. Probabilistic diffusion tractography with spatial priors. MICCAI Workshop on Computational Diffusion MRI. 2008:54–61. [Google Scholar]
  96. Yendiki A, Stevens A, Jbabdi S, Augustinack J, Salat D, Zöllei L, Behrens T, Fischl B. IEEE Intl Symp Biomedical Imaging. Boston, MA: 2009. Anatomical priors for global probabilistic diffusion tractography; pp. 630–633. [Google Scholar]
  97. Yendiki A, Panneck P, Srinivasan P, Stevens A, Zöllei L, Augustinack J, Wang R, Salat D, Ehrlich S, Behrens T, Jbabdi S, Gollub R, Fischl B. Automated probabilistic reconstruction of white-matter pathways in health and disease using an atlas of the underlying anatomy. Front. Neuroinformatics. 2011:5. doi: 10.3389/fninf.2011.00023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  98. Yeo BT, Ou W, Golland P. On the Construction of Invertible Filter Banks on the 2-Sphere. IEEE Trans. Image Process. 2008;17:283–300. doi: 10.1109/TIP.2007.915550. [DOI] [PMC free article] [PubMed] [Google Scholar]
  99. Yeo BTT, Sabuncu M, Golland P, Fischl B. Task-optimal registration cost functions. Med Image Comput Comput Assist Interv Int Conf Med Image Comput Comput Assist Interv. 2009;12:598–606. doi: 10.1007/978-3-642-04268-3_74. [DOI] [PMC free article] [PubMed] [Google Scholar]
  100. Yeo B, Sabuncu M, Vercauteren T, Ayache N, Fischl B, Golland P. Spherical demons: fast diffeomorphic landmark-free surface registration. IEEE Trans. Med. Imaging. 2010a;39:650–668. doi: 10.1109/TMI.2009.2030797. [DOI] [PMC free article] [PubMed] [Google Scholar]
  101. Yeo B, Sabuncu M, Vercauteren T, Holt D, Amunts K, Zilles K, Golland P, B F. Learning task-optimal registration cost functions for localizing cytoarchitecture and function in the cerebral cortex. IEEE Trans. Med. Imaging. 2010b;29:1424–1441. doi: 10.1109/TMI.2010.2049497. [DOI] [PMC free article] [PubMed] [Google Scholar]
  102. Yu P, Grant PE, Qi Y, Han X, Ségonne F, Pienaar R, Busa E, Pacheco J, Makris N, Buckner RL, Golland P, Fischl B. Cortical surface shape analysis based on spherical wavelets. IEEE Trans. Med. Imaging. 2007;26:582–597. doi: 10.1109/TMI.2007.892499. [DOI] [PMC free article] [PubMed] [Google Scholar]
  103. Zöllei L, Stevens A, Huber K, Kakunoori S, Fischl B. Improved tractography alignment using combined volumetric and surface registration. Neuroimage. 2010;51:206–213. doi: 10.1016/j.neuroimage.2010.01.101. [DOI] [PMC free article] [PubMed] [Google Scholar]