Abstract

Though providing vital means for the visualization, diagnosis, and quantification of decision-making processes for the treatment of vascular pathologies, vascular segmentation remains a process that continues to be marred by numerous challenges. In this study, we validate eight aneurysms via the use of two existing segmentation methods; the Region Growing Threshold and Chan-Vese model. These methods were evaluated by comparison of the results obtained with a manual segmentation performed. Based upon this validation study, we propose a new Threshold-Based Level Set (TLS) method in order to overcome the existing problems. With divergent methods of segmentation, we discovered that the volumes of the aneurysm models reached a maximum difference of 24%. The local artery anatomical shapes of the aneurysms were likewise found to significantly influence the results of these simulations. In contrast, however, the volume differences calculated via use of the TLS method remained at a relatively low figure, at only around 5%, thereby revealing the existence of inherent limitations in the application of cerebrovascular segmentation. The proposed TLS method holds the potential for utilisation in automatic aneurysm segmentation without the setting of a seed point or intensity threshold. This technique will further enable the segmentation of anatomically complex cerebrovascular shapes, thereby allowing for more accurate and efficient simulations of medical imagery.

1. Introduction

Specification of intracranial aneurysm morphology and hemodynamic analysis requires segmentation of vascular geometries from three-dimensional (3D) medical images, produced via CTA or MRA. Methods for such manipulations of medical images are directly linked to the accuracy of aneurysm model construction, particularly regarding the geometry of complex shapes and volumes. In most cases, this process involves extraction of the 2D image from CTA or MRA, followed by reconstruction of the 3D aneurysm surface model. As such, several approaches exist and are currently utilized in cerebrovascular segmentation. On one hand, the fuzzy-based approach has been adapted for detecting malformed and small vessels in MRA images [1], while region growing approaches are popular in medical image segmentation due to their simplicity and computational efficiency [2]. Major problems, however, include leakage when the boundary is blurred and sensitivity to seed position. Utilization of implicit active contour methods within the level set framework seems to be widespread in medical image segmentation [35] as the method does not suffer from parameterization surface problems [6] and has the capability to handle complex geometries and topological changes [7, 8]. More recently, active contour methods have also appeared in the modeling of intracranial aneurysms and cerebrovascular segmentation [9, 10]. Law and Chung proposed a method based upon multirange filters and local variances to perform the segmentation of intracranial aneurysms on Phase Contrast Magnetic Resonance Angiography data [11]. Hernandez and Frangi have developed a segmentation method for intracranial aneurysms based on Geometric Active Regions (GAR), using CTA and 3D Rotational Angiography data [12], whilst several Geodesic Active Contours (GAC) based methods have since been adapted for segmentation of brain aneurysms from CTA data [13, 14]. These methods either require sufficient training sets or they are reliant on boundary information obtained from medical imaging. Furthermore, boundary-based active contour level set methods may easily leak when the target boundary is not clearly defined. Though Firouzian et al. proposed a Geodesic Active Contours based level set method which employs region information and intensity, it requires a user-defined seed point in order to calculate intensity threshold [15].

Despite the availabity of many image segmentation methods, with varying approaches and algorithms, there is no dominant method in terms of effectiveness, across all areas [1618]. Our previous study indicated that the volume of the aneurysm models depends strongly on the different segmentation methods. The segmentation method likewise influences the local geometric shapes of the aneurysms [19]. Validation will thus become necessary, comparing segmentation methods and adjusting the parameters of these segmentation techniques in order to assure the quality of patient-specific cerebral-vascular hemodynamic analysis. Although a number of commercial software packages for segmentation are available in the market, there is a conspicuous lack of discussion of methodology and information regarding validation processes.

In this paper, the authors propose a new Threshold-Based Level Set method for cerebral aneurysms. This method is based on the Geodesic Active Contours model [20] and Chan-Vese model (CV) [21] integrating both region and boundary information to segment cerebral aneurysms through the use of a global threshold and gradient magnitude to form the speed function. The initial threshold is calculated from the Chan-Vese model and is then iteratively updated throughout the process of segmentation. Upon reaching the aneurysm boundary, the change in the threshold value will decrease because of the contrast between aneurysm and nonaneurysm intensities and the iteration will stop. The algorithm may then be implemented in an automatic or semiautomatic manner depending on the complexity of the aneurysm shape.

The results of 3D automatic aneurysm segmentations, from the Region Growing Threshold (RGT), the Chan-Vese model (CV), and the Threshold-Based Level Set (TLS), are compared to results obtained via manual segmentation, performed by an expert radiologist over eight data sets of CTA imagery. Evaluation was based on six validation metrics: volume difference (VD), Jaccard’s measure (volume overlap metric, JM), false positive ratio (rfp), false negative ratio (rfn), Hausdorff distance (maximum surface distance, HD), and mean absolute surface distance (MASD). This study will also discuss the impact of parameter adjustments on segmentation results.

2. Methods

2.1. Region Growing Threshold Connecting (RGT)

The Region Growing Threshold method starts with a seed(s), selected within the area of the object to be segmented. It requires two intensity values for the pixel of the object, a low threshold , and high threshold values. Neighboring pixels whose intensity values fall within this range are accepted and included in the region. When no more neighbor pixels are found that satisfy the criterion, the segmentation is considered to have been completed. The selection criterion is described by the following equation: where and represent the low and high thresholds of the region intensities, represent the image, and the position of the particular neighboring pixel being considered for inclusion in the region. Problems surrounding RGT include threshold selection and sensitivity to seed position [22].

2.2. Chan-Vese Model (CV) [21]

The Chan-Vese model is based upon the Mumford-Shah functional [23]. The associated evolution PDE in the level set framework is where is the mean of the target object of intensity, represents the mean of the background of intensity, and , , and are positive constants. The Chan-Vese model does not require a term related to the image gradient. Instead, region intensity information is utilized for the target objects of segmentation. This model has exhibited significant effectiveness in segmentation of images with blurred boundaries.

2.3. Threshold-Based Level Set (TLS)

The Threshold-Based Level Set combines both the Geodesic Active Contour and the Chan-Vese model within the level set framework.

Under the level set scheme, the contour is seen to deform by the function; , with an embedded surface represented as the zero level set of by .

represents a function for speed, which drives the surface evolution in the normal direction. It is clear that exerts a direct impact upon the quality of medical image segmentation. The associated evolution PDE in the level set framework is represented as follows: where represents the image to be segmented, the intensity threshold, is the image gradient, the curvature, the image propagation constant, and represents the spatial modifier constant for the curvature . and serve to weight the relative influence of each of these terms on the movement of the surface contour.

The first term of the RHS of the formula,, defines the region where is an automatically defined parameter indicating the lower boundary of the intensity level for the target object. In this work, the target aneurysm is always assumed to possess a relatively higher intensity level than its background. It can thus be seen that this first term forces the contours to enclose regions with intensity levels greater than . When the contour lies within the aneurysm region,, it expands in the normal direction. When, the contour lies beyond the aneurysm region and thus shrinks with a negative speed. This process stops when the contours converge to the aneurysm boundary, with the image reaching a threshold of . If we isolate this first term of the RHS of (3), it becomes the selection criteria for the lower threshold in the Region Growing Threshold method. The second term in the formula would likewise become the Geodesic Active Contour term.

2.3.1. Method for Automatic Threshold Selection

The Threshold-Based Level Set requires an appropriate estimate of the threshold value from proper segmentation of the aneurysm, obtained using Chan-Vese model and the statistical data specifically, confidence interval (CI) and confidence level (CL).

2.3.2. Confidence Interval (CI) and Confidence Level (CL)

The confidence level (CL) represents how often the true percentage of a population lies within the confidence interval (CI). Based on Chebyshev’s inequality [24] a general relationship for symmetric distribution between CI and CL can be established. The inequality for symmetric distribution is given as where is the random variable population, is the population mean, and confidence interval is represented by times standard deviation. Equation (4) indicates that more than percent of the population lies between standard deviations from the population mean.

For nonsymmetric distribution, the one-tailed version of the inequality is used. This is given by For this inequality, it follows that when , more than 50% of the population is located one standard deviation away from the mean.

2.3.3. Initial Threshold Selection

According to the theory of confidence interval, the lower bound threshold of the aneurysm can be defined by The threshold represents the difference between the mean of the intensity of the aneurysm () and times its standard deviation (). The intensities of the aneurysm and its background regions are different, with the lowest intensity threshold of the aneurysm being the same as the highest intensity threshold of the background. Thus, the relationship would apply. The confidence levels for both the aneurysm and its background are considered to be the same; , thereby allowing to be expressed as We have utilized the Chan-Vese model method to perform an initial segmentation. From the results obtained, the initial was seen to be calculated via (7). The initial can likewise be found using (6).

2.4. Data Acquisition

Clinical studies were performed with the consent of the patient in relation to acquisition of aneurysm images. These protocols were approved by the local institutional review board and the regional research ethics committee, with eight data sets of patients harboring internal carotid artery aneurysms acquired by 3D CTA scans (GE Healthcare).

Cross-sectional images were acquired by a CT angiography scanner with multidetector-row capability, a table speed of 9 mm/s, and zero-degree table (and gantry tilt). Scanning was initiated from the common carotid artery and continued parallel to the orbitomeatal line to the level of the Circle of Willis, during this intravenous injection of contrast material was administered at a rate of 3.5 mls/s. Aneurysm image was 512 × 512 pixel field, while slices of continuous thickness were used to segment and reconstruct 3D vascular geometry. Pixels are expressed in Hounsfield Units (HU).

2.5. Experiment Setting

For quantitative evaluation, manual segmentation of eight aneurysms using open source software, 3D Slicer, was conducted by an expert radiologist. The results were utilized as a ground truth (GT) for the comparison of other methods. A region of interest (ROI), a good representation of the targeted region for segmentation, was selected depending on the aneurysm size. All the experiments were performed on cropped data sets to reduce calculation time and memory usage, with preparatory work being completed prior to the conduction of the experiments.

2.5.1. Parameter Setting

The Threshold-Based Level Set. The initial zero level set is a rectangular prism surface, constructed by the subtraction of two pixels on either side of the ROI. Thus, three parameters needed to be set: , from (3) and from (8). All eight experiments utilized a fixed setting of , , and in the range between 0.1 and 0.01. The role of this will be analyzed in Section 4.

The Chan-Vese Model. The initial zero level set is a cuboid surface, constructed in the same manner as the TLS, with the parameters in (2) fixed for all cases; , , and .

The Region Growing Threshold. According to each case, an initial seed point is required to determine the starting loci within the specific aneurysm. For low and high intensity thresholds and in (1), was selected to utilize the threshold of the TLS result for each case, with representing the highest intensity of the aneurysm.

2.6. Evaluation

(i) Aneurysm volume was calculated through the use of the boundary geometry, segmented using various methods. The volume difference (VD) was calculated using the equation , where represents the volume of GT and represents the volume of the TLS, RGT, or CV methods.(ii) Jaccard’s measure (JM) is a volume overlap metric, used to count the percentage of voxel intersections for the paired segmentations. This can be seen as , where represents the voxels created by the GT and the voxels generated through the use of the TLS, RGT, or CV methods.(iii) False positive ratio (rfp) represents the percentage of the extra voxels of , located outside of . When the rfp equates to zero, no voxels in will be located outside of . Accordingly, , where represents the voxels created by the GT and represents the voxels generated by the TLS, RGT, or CV methods.(iv) False negative ratio (rfn) represents the percentage of the lost voxels of , which cover the internal surface of the . This may be seen as , where represents the voxels created by the GT and represents the voxels generated by the TLS, RGT, or CV methods.(v) Hausdorff distance (HD) measures the maximum surface distance. This measure is extremely sensitive to outliers and may not reflect the overall degree of correlation.(vi) The mean absolute surface distance (MASD) indicates the average degree of difference between two surfaces and does not depend on aneurysm size [15].

3. Results

The calculated values of VD, JM, rfp, rfn, HD, and MASD for the eight cases considered are tabulated in Table 1. The average values are also shown. Figure 1 depicts the volume of the aneurysm. The minimum VD can be seen in the TLS method. The average value of VD is seen to be 2.51%. The maximum VD, however, is seen for Case 7 using the CV method. The values of JM indicate that the TLS method has the highest overlap rate in comparison to the other two methods, with an average of 91.59%. A study of rfp and rfn indicates a 3.31% overflow and 3.48% absence on average for the TLS method. The largest rfp and the smallest rfn were found to occur via the use of the CV method. These results likewise indicate that the largest volume was generated by the CV method, when compared to all other methods.

Results obtained for the surface distance metrics (HD and MASD) indicate the reliability of all segmentation methods, with the HD values for the TLS method being between 0.51 to 1.89 pixels and the maximum MASD being 0.08.

Figure 2 shows the 3D geometry of Case 4, restructured via three segmentation methods. Only TLS was effective in fully reconstructing the parent artery and aneurysm, while the other two methods were not able to construct a portion of the artery. One reason for this is that the aneurysm size in Case 4 is larger in comparison to other cases. Another point is that the distal parent artery itself is curved to lie proximally to the aneurysm. These results likewise indicate that the TLS method may be utilized in the segmentation of aneurysms with blurred boundaries.

Figure 3 represents the segmented aneurysm surfaces of Case 1, where only TLS is able to restructure the bleb located at the top of the aneurysm. The resulting image is similar to the picture taken during open-skull surgery.

4. Discussion

4.1. TLS Boundary Detect Function

In this study, the TLS method utilizes a boundary feature map: where is for the detection of vascular boundaries, represents a gradient magnitude, and is a constant that controls the slope of the boundary detect function, . At the region of the artery and aneurysm, the boundary intensity gradient was seen to increase significantly. Thus, a relatively low value was sufficient for the adjustment of the decreasing speed of , in order to ensure that the search for the boundary surface was stopped at the arterial boundary. Figure 4 shows the process of selection for the value of in Case 1; the results indicating that both VD and JM converged to a constant and MASD ceased all fluctuation when was taken to equate to 0.5.

4.2. TLS Threshold

The convergence history of threshold is shown in Figure 5, with the volumes exhibiting a tendency to converge after 15 iterations. The stability of the volume against a range of value of was likewise tested. The volume was found to be very stable for the range of between 0.5 and 0.7. We thus suggest that the value of is set at a volume between 0.5 and 0.7 for accurate boundary detection. As it is only TLS that does not require selection of any seeds during segmentation, it is suitable for the performance of automatic segmentations.

5. Conclusion

Various methods of segmentation generate a range of geometric models with changes in shape and volume, with the occurrence of uncertain results having the reductive potential to negatively affect clinical treatment decisions. Through analysis of eight cerebral aneurysm models, this study indicated that limitations continue to surround current segmentation methods. The validation of the methods and analysis of errors seem vital. In this study, the TLS method was proposed to improve cerebrovascular aneurysm segmentation application. It is a technique with the ability to segment aneurysms anatomically without the setting of a seed point or intensity threshold. The method is also suitable for the segmentation of complex cerebrovascular anatomical shapes.

Acknowledgments

The authors would like to thank members of Macquarie Medical Imaging, Macquarie University Hospital, for their kind support and contributions to these cases.