Abstract
During neurosurgery, brain deformation renders preoperative images unreliable for localizing pathologic structures. In order to visualize the current brain anatomy, it is necessary to nonrigidly warp these preoperative images to reflect the intraoperative brain. This can be accomplished using a biomechanical model driven by sparse intraoperative information. In this paper, a linear elastic model of the brain is developed which can infer volumetric brain deformation given the cortical surface displacement. This model was tested on both a realistic brain phantom and in vivo, proving its ability to account for large brain deformations. Also, an efficient semiautomatic strategy for preoperative cortical feature detection is outlined, since accurate segmentation of cortical features can aid intraoperative cortical surface tracking.
1 Introduction
Successful neurosurgical interventions require precise localization of pathologic tissue. Localization inaccuracies, most often due to intraoperative brain deformation [17], can lead to unsuccessful resections, impairment of physical or mental abilities or death. Despite these consequences, compensating for the effects of brain shift remains an open problem.
Biomechanicalmodels guided by sparse intraoperative data can provide 3D deformation recovery based on the brain’s material properties. These brain models vary greatly in complexity and computational expense. Some authors propose nonlinear [17] or anisotropic [6] models. These detailed models require more computation, brain parameter estimation or information that is infrequently obtained from neurosurgical patients, such as white matter structure obtained from Diffusion Tensor Imaging (DTI). While this additional information, when available, may improve deformation calculations in some areas of the brain, the comparison to homogeneous linear models has been limited and generally based on small deformations. At the same time, accurate results have been achieved with linear elastic models (LEMs). In experiments done by Paulsen et al. [12], Navier’s equation was shown to predict the displacement of brain tissue when subject to a body force. In interesting extensions of this work [4,8], the poroelastic model achieved accurate results when guided by surface data or fiducial marker displacement and solved inversely. In [15], it was shown that volumetric results could be obtained by relying solely on direct measurements of the cortical surface as displacement boundary conditions for an LEM. Based on these promising results, an LEM was chosen in this work. The model depends on two parameters of brain tissue, Young’s Modulus and Poisson’s ratio, both of which can be easily obtained from the literature [7].
The boundary conditions of the biomechanical model are based on the fixed skull and the intraoperative displacement of cortical surface. In previous related work, we have calculated intraoperative cortical surface displacement using a deformable model guided by stereo camera images [2,3]. In our work, as well as in similar research performed by other groups [1,9,16], the importance of using cortical features to aid the surface deformation estimation has been established. Therefore, in this paper, we have developed a novel semiautomatic 3D sulci extraction technique, developed specifically for this application, which affords easier and more reliable segmentation of preoperative features.
2 Method
The method for brain shift compensation can be divided into three main steps. (1) Preoperative processing. In this step, the cortical surface and the sulci on that surface are extracted. The semiautomatic process for performing this extraction is developed below. (2) Intraoperative Deformation Estimation. The displacement of the exposed cortical surface is determined at this stage. Though this step is very important for the overall result, it is not the focus of this paper. The cortical surface displacement field can be obtained from any deformation tracking algorithm [1,2,3,9,16]. However, this surface deformation must then be propagated through the brain volume. (3) Volumetric Determination. This is the method of estimating brain volumetric changes, in this case, using a linear elastic model. The contributions of this paper are the development of steps (1) and (3).
2.1 Preoperative Processing
In order to extract the preoperative cortical surface and feature positions, the preoperative MRI is first skull stripped and segmented into brain and nonbrain regions. This is performed automatically using the freely available BioImage Suite software [10]. The resulting image, I, is a mapping from spatial position to a greylevel intensity, I : R3 → R. A level set surface from this image is the set of points x1, …, xn ∈ R3 : I(x1, …, xn) = c where c is a constant value. Since a large gradient exists between the brain and nonbrain regions, an appropriate value of c (normally around one-third of the maximum intensity) will yield a level set corresponding to the brain surface.
Unlike the gyri, which are fully exposed, the sulci can run deep under the surface. Therefore, determining the points at which the triangulated surface vertices transition from being exposed to being occluded should guide the sulci extraction. To determine if the nth vertex, υn, is occluded by the mth face of the surface, fm, first the plane of fm is determined through simple geometry:
(1) |
where is the normal to face fm, (υm1, υm2, υm3) define the vertices of face fm, and x is a point on the plane. (See the left side of Figure 1).
To be occluded by face fm, a line originating at point υn and traveling in the direction of the viewer (υn + d⃗ • t, where t is the parameterization constant and d⃗ is the viewer direction) must intersect the plane defined in equation (1) inside face fm. In this case, the viewer direction is defined as being normal to the current face which contains υn. The intersection point, p, can be found by solving the simultaneous equations:
(2) |
where tp is the value of the parameter that yields the intersection. Once the intersection to the plane is calculated, one only needs to determine if p lies inside face fm. Point p is within the face fm if, for each pair of two vertices defining one edge of fm, , p is on the same side of that edge as the remaining vertex, υm3, υm1, υm2, respectively. To determine, for example, if p is on the same side of as υm3 one needs to ensure that ((υm2 − υm1) × (p − υm1)) • ((υm2 − υm1) × (υm3 − υm1)) >= 0.
If the above inequality holds true for all three edges, then the point lies within that triangular face [5]. In this case, it also means that the point is occluded by that face. By performing this test on all the vertices in the craniotomy region, the vertices that are on the border between exposed and occluded can be automatically highlighted. These vertices signal the edge of a sulcus and can be used as a guide in sulci extraction. (See the right side of Figure 1.) At this point, the user can choose to connect the highlighted vertices in whichever order or orientation needed.
The main drawback of this method is that it is dependent on view angle. We are currently working on extending this method by repeating the above process for varying view angles and combining the results to surround the sulci from both sides. This would make the method more robust and may require less user input in the final stages. The single viewpoint method did, however, provide promising initial results. It is difficult to compare the accuracy of the semiautomatically detected sulci versus the manually outlined sulci, since there is no ground truth. However, since the goal of the sulcal extraction is to aid in cortical surface detection, the results can be evaluated based on which method enables better cortical surface tracking. Using an in vivo test case, results of a surface tracking algorithm (details of the algorithmare provided in [2]) were compared using either manually segmented (as they were in [3]) or semiautomatically segmented sulci as algorithm inputs. As Table 1 shows, the semiautomatically detected sulci provided a more accurate initialization of the algorithm and therefore better results.
Table 1.
mean | max | std | |
---|---|---|---|
Total Deformation | 4.49 | 7.24 | 2.03 |
Deformation Algorithm Error (Manually Segmented Sulci) | 1.05 | 3.08 | 0.86 |
Deformation Algorithm Error (Semiautomatically Segmented Sulci) | 0.58 | 1.01 | 0.22 |
2.2 Intraoperative Deformation Estimation
Once the cortical surface and sulci have been extracted, the next step is to calculate the intraoperative deformation. Methods for intraoperative deformation estimation often rely on cortical surface features, such as sulci or blood vessels, either warping the features from the preoperative images to their intraoperative positions using robust point matching [1], an iterative closest point technique [16], or a deformable model [2,3]. Whether blood vessels or sulci are used, accurate sulcal segmentation may aid the process since vessels often parallel the sulcal and gyral patterns [9]. Therefore, the guided sulcal extraction can aid most deformation estimation algorithms.
The details of the deformation estimation algorithms are beyond the scope of this paper. Regardless of the method used, however, the result can be formulated as a dense displacement field over each node of the exposed cortical surface.
2.3 Volumetric Determination
The dense displacement field found in the previous step can be applied to the brain volume using finite element analysis, in which the brain is modeled as a linear elastic material. Given the displacements of points on the intraoperative cortical surface, pi, calculated from the surface detection algorithm, the deformation throughout the brain volume, V, can be calculated using an energy minimization framework [11].
(3) |
where N is the total number of cortical surface points used to guide the model, u(pi) is the known 3D displacement at each point pi, υ(pi) is the 3D LEM displacement at pi. The confidence in each measurement is set by c(pi), in which the surface displacements are imposed as boundary conditions. W(α, υ, m) is a positive semi-definite functional defining the approximation strategy which, in this case, is internal energy. It is defined as W = ϵT Cϵ, a function of α, the parameter vector, the displacement field, υ, and m, the spatial position.
The energy minimization was performed using the finite element analysis software package ABAQUS (ABAQUS, Inc., Providence RI). The model inputs were the tetrahedral brain volume mesh, a surface representing the surrounding skull, Young’s modulus (66.7 kPa) and Poisson’s ratio (0.48) of brain [7]. Surface displacements were applied as boundary conditions and the cortex and skull surfaces were defined as contact surfaces, enforcing that the brain will not deform past the rigid confines of the skull. This constraint keeps the deformation physically meaningful because it allows the entire surface to sink inward or along the skull surface; however, only in the region of the craniotomy can it bulge outward.
The output of the finite element analysis is the displacement at every node in the brain mesh. Since the goal is to produce a displacement field at every point of the original MRI image from which the mesh was obtained, it was necessary to resample the resulting displacements in image space. This was performed using trilinear interpolation.
3 Results
The above method has been applied to both phantom and in vivo cases. Although the ultimate test of the algorithm lies in its application to in vivo cases, the brain phantom provides an opportunity to test the volume finite element analysis completely before it is applied to patient data.
3.1 Volume Phantom Validation
The brain phantom, described in detail in [3], consists of a skull mold modeled from a neurosurgical patient’s MRI. This mold has a removable section corresponding to the site of that patient’s craniotomy. The brain tissue is simulated using Sylgard 527 Silicone Dielectric Gel (Dow Corning, Midland, MI) which has been proven to have the same mechanical properties of brain [13]. Deformation was created by inflating or deflating a balloon in the center of the silicone gel. To account for this balloon in the model, an additional boundary condition was set such that the deformation would cause the balloon to collapse. This was necessary due to the volume of the balloon, which is large relative to the phantom brain volume, and does not collapse physiologically in the direction of gravity, but rather inward, toward the balloon center. The total volumetric deformation can be tracked using MRI to view the MR opaque plastic markers uniformly placed throughout the phantom volume.
Figure 2 shows the accuracy of the volumetric deformation result. Although the mean deformation of the markers was quite high (16.56 ± 6.27 mm), the model was able to track most of the movement. The mean error was reduced to under 3 mm, accounting for 82.5% of the total deformation.
3.2 In Vivo Data
Encouraged by the results of the phantom experiments, volume deformation recovery was then applied to in vivo cases. As explained in Section 2.3, the position of the skull was used to constrain the deformation of the surface nodes that do not lie within the craniotomy region. This allows for a more physiological deformation than fixing the surface nodes that are not exposed. Figure 3A illustrates this effect on a case in which a bilateral craniotomy was performed. With fixed surface nodes, the regions near the craniotomy cannot move, even when the deformation becomes large. This effect is most obvious in the region indicated by the aqua arrow, which is located in the same relative position on all three images. The deformation decreases sharply to zero outside the craniotomy region if the surface nodes are fixed. However, when constrained by the skull, the region indicated by the aqua arrow is allowed to deform inward as well, resulting in a more natural deformation.
To check for deformation consistency, volumetric model deformation calculations also were performed at two time points of a single surgery. Figure 3B shows the surface deformation over time relative to a set of intraoperative points acquired 2 hours into surgery (red) and 3.25 hours into surgery (yellow). Though a rigid midline was not added as a constraint, the relatively small amount of deformation confines the movement mostly to a single hemisphere. However, the deformation is significant enough to cause a noticeable change in the size of the ipsilateral ventricle. Figure 3C shows the same deformation in a 3D view.
4 Discussion
A simple, efficient method of semiautomatic sulci segmentation was outlined in this paper. Using these semiautomatically extracted sulci resulted in better cortical surface tracking. Although accurate sulcal segmentation of the whole brain has been proposed before, through the use of deformable atlases or other techniques such as neural networks [14], these algorithms are more computationally expensive and time-consuming than the simple sulcal extraction proposed here. Though some types of research may require the use of these other methods, this work has shown that for the purposes of brain deformation recovery, the method proposed in this paper produces reliable results.
The proposed LEM also produced promising results. In phantom experiments, the LEM was able to compensate for large deformations, as are often seen intraoperatively. However, the need for an additional term to account for the internal balloon’s collapse may indicate that a more detailed model, such as one which takes into account cerebrospinal fluid drainage or the collapse of fluid-filled ventricles, is necessary in cases of large in vivo deformations. Future work with this model will therefore involve quantitative analysis of the in vivo data and assessment using volumetric intraoperative imaging. However, qualitatively, the proposed biomechanical model produced consistent and visually accurate results in vivo.
Contributor Information
Christine DeLorenzo, Email: christine.delorenzo@yale.edu.
Xenophon Papademetris, Email: xenophon.papademetris@yale.edu.
Kenneth P. Vives, Email: kenneth.vives@yale.edu.
Dennis D. Spencer, Email: dennis.spencer@yale.edu.
James S. Duncan, Email: james.duncan@yale.edu.
References
- 1.Cao A, et al. ISBI. Washington, DC: 2006. Tracking cortical surface deformations based on vessel structure using a laser range scanner; pp. 522–525. [Google Scholar]
- 2.DeLorenzo C. PhD thesis. Yale University; 2007. Dec, Image-Guided Intraoperative Brain Deformation Recovery. [Google Scholar]
- 3.DeLorenzo C, et al. Nonrigid 3D brain registration using intensity/feature information. In: Larsen R, Nielsen M, Sporring J, editors. MICCAI 2006. LNCS. vol. 4190. Heidelberg: Springer; 2006. pp. 932–939. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Dumpuri P, et al. An atlas-based method to compensate for brain shift: Preliminary results. Medical Image Analysis. 2007;11(2):128–145. doi: 10.1016/j.media.2006.11.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Ericson C. Real-Time Collision Detection. San Francisco, California: Morgan Kaufmann Publishers; 2005. [Google Scholar]
- 6.Kemper C. An anisotropic material model for image guided neurosurgery. In: Barillot C, Haynor DR, Hellier P, et al., editors. MICCAI 2004. LNCS. vol. 3216. Heidelberg: Springer; 2004. pp. 267–275. [Google Scholar]
- 7.King A, et al. WSU Brain Injury Model. http://ttb.eng.wayne.edu/brain/ [Google Scholar]
- 8.Lunn K, et al. Assimilating intraoperative data with brain shift modeling using the adjoint equations. Medical Image Analysis. 2005;9(3):281–293. doi: 10.1016/j.media.2004.12.003. [DOI] [PubMed] [Google Scholar]
- 9.Nakajima S, et al. Use of cortical surface vessel registration for image-guided neurosurgery. Neurosurgery. 1997;40:1201–1210. doi: 10.1097/00006123-199706000-00018. [DOI] [PubMed] [Google Scholar]
- 10.Papademetris X, et al. BioImage Suite: An integrated medical image analysis suite, Yale School of Medicine. http://www.bioimagesuite.org. [PMC free article] [PubMed] [Google Scholar]
- 11.Papademetris X, et al. Computational Models for the Human Body (Handbook of Numerical Analysis) The Netherlands: Elsevier B.V; 2004. pp. 551–590. [Google Scholar]
- 12.Paulsen K, et al. A computational model for tracking subsurface tissue deformation during stereotactic neurosurgery. IEEE Trans. Biomed. Eng. 1999;46(2):213–225. doi: 10.1109/10.740884. [DOI] [PubMed] [Google Scholar]
- 13.Puzrin A, et al. Image guided constitutive modeling of the silicone brain phantom; Proc. SPIE; 2005. pp. 157–164. [Google Scholar]
- 14.Rivière D, et al. Automatic recognition of cortical sulci of the human brain using a congregation of neural networks. Medical Image Analysis. 2002;6(2):77–92. doi: 10.1016/s1361-8415(02)00052-x. [DOI] [PubMed] [Google Scholar]
- 15.Škrinjar O, et al. Model-driven brain shift compensation. Medical Image Analysis. 2002;6(4):361–373. doi: 10.1016/s1361-8415(02)00062-2. [DOI] [PubMed] [Google Scholar]
- 16.Sun H, et al. Using cortical vessels for patient registration during image-guided neurosurgery - A phantom study; Proc. SPIE; 2003. pp. 183–191. [Google Scholar]
- 17.Wittek A, et al. Brain shift computation using a fully nonlinear biomechanical model. In: Duncan JS, Gerig G, editors. MICCAI 2005. LNCS. vol. 3749. Heidelberg: Springer; 2005. pp. 583–590. [DOI] [PubMed] [Google Scholar]