Skip to main content

An improved level set method for vertebra CT image segmentation

Abstract

Background

Clinical diagnosis and therapy for the lumbar disc herniation requires accurate vertebra segmentation. The complex anatomical structure and the degenerative deformations of the vertebrae makes its segmentation challenging.

Methods

An improved level set method, namely edge- and region-based level set method (ERBLS), is proposed for vertebra CT images segmentation. By considering the gradient information and local region characteristics of images, the proposed model can efficiently segment images with intensity inhomogeneity and blurry or discontinuous boundaries. To reduce the dependency on manual initialization in many active contour models and for an automatic segmentation, a simple initialization method for the level set function is built, which utilizes the Otsu threshold. In addition, the need of the costly re-initialization procedure is completely eliminated.

Results

Experimental results on both synthetic and real images demonstrated that the proposed ERBLS model is very robust and efficient. Compared with the well-known local binary fitting (LBF) model, our method is much more computationally efficient and much less sensitive to the initial contour. The proposed method has also applied to 56 patient data sets and produced very promising results.

Conclusions

An improved level set method suitable for vertebra CT images segmentation is proposed. It has the flexibility of segmenting the vertebra CT images with blurry or discontinuous edges, internal inhomogeneity and no need of re-initialization.

Background

Lumber disc herniation is an important cause of lower back pains. Clinical diagnosis and therapy for the lumbar disc herniation requires the knowledge of the stress and strain throughout the lumbar region [1]. The finite element method based on medical images is able to analyze the biomedical characteristic of lumbar in the compression. We are sure that accurate 2D vertebra segmentation will help us reconstruct 3D vertebra geometric model because 3D vertebra segmentation modeling is fundamentally performed based on a set of axial slices. The understanding of geometrical information about the normal anatomy and the degenerative bony deformations of the spine necessitates vertebra CT image segmentation for the clinical diagnosis and the preoperative planning of spinal diseases.

There are several proposed approaches in the literature for vertebra segmentation. Statistical shape models (SSMs) [2, 3], which generated mean shapes using their own shape parameters by Fourier and wavelet descriptors, used shape constraints to overcome ambiguous boundary information. Active shape models (ASMs) [4] was a kind of SSMs that iteratively searched a boundary while maintaining shape constraints. Although SSMs and ASMs could overcome an ambiguous boundary problem, they could not converge into an unusual shape or represent small variations in a boundary. Active appearance models (AAMs) [5] which combined appearance information and shape constraints, could provide better robust results than ASMs in many medical segmentation applications. However, its application to vertebra segmentation was difficult because the texture patterns of vertebra bodies are different among patients. A deformable spine model [6] using landmarks exploited shape information and gray-level inhomogeneities using necklace and string models. The necklace model captured variations in vertebra structures while the string model represented spinal curvatures. However the deformable spine model could be trapped into a local minimum and failed to segment abnormal vertebra. Yao J [7] segmented a vertebra by fitting a four-part vertebra model, but the segmentation could not separate the vertebra region into composing vertebra bones, where a spinous process belonging to the upper vertebra exists with a transverse process pertaining to the current vertebra. Hong S [8] proposed the concept of localized priors which guided the level set to avoid leakage and local minimum at the places where most necessary, then segmented the completed individual vertebras from the complex neighboring structures. Multiple level set methods [9, 10] were used to extract only vertebra bodies but not to segment spinous parts. Kim Y [11] presented a fully automatic vertebra segmentation method using 3D deformable fences (3DDF) for 3D CT images, which extracted 2D curve with a deformable model that utilized 3D valley information and was expanded to form a 3D surface. However, it was not robust to segment the vertebral images with weak valley information occurring in abnormal cases. Klinder T [12] first used various kinds of models, such as shape, gradient, and appearance information, and applied 3D deformable model approach to segment the vertebra CT images. Although they achieved very competitive identification rates for vertebrae, their algorithm depends heavily on spatial registration of the deformable model, which is computationally very expensive. Interactive tools for spine segmentation [13] were developed to achieve more accurate results. Although the interactive method provides protocols for segmentation, it still required a laborious manual process. Poay et al. [14] focused on 3D segmentation firstly introducing willmore flow into the level set method (WFLS). The framework incorporated prior shape knowledge through the KDE and local geometrical features by introducing Willmore flow into the level set segmentation and obtained good 3D segmentation results of normal spinal vertebra images.

The shape of the vertebra exhibits complicated topological characteristics. The boundaries in vertebra CT images are ambiguous and discontinuous, while the intensity in vertebra CT images is highly inhomogeneous. The complex shape and inhomogeneous intensity in the vertebra CT images makes its segmentation challenging. In this paper, we developed an improved level set model to achieve a 2D vertebra extraction method. By introducing the edge detection function (edf) and region detection function (rdf) into the proposed model, the images with ambiguous or discontinuous boundary and intensity inhomogenity can be effectively segmented. At the same time, we automatically initialize the level set function by Otsu threshold, thus roughly obtain the regions of interest and multiple initial curves. The curves evolve stably and quickly according to the evolution equation, with its zero level set curves converged to the exact boundary of regions of interest. The algorithm can obtain the accurate segmentation results not only when the internal intensity of vertebra CT images is inhomogeneous, but also when the boundary in CT images is ambiguous or discontinuous. Besides, the algorithm needs no costly re-initialization because of the regularization term, which improves the segmentation speed greatly.

This paper is organized as follows. We briefly review some vertebra segmentation methods and well-known level set methods in "Background". Our edge- and region- based level set (ERBLS) model is presented in "Methods". In "Results", our proposed model is validated by some experiments on synthetic and real images. In "Discussion", we discussed our proposed method and compared our segmentation results with those of 3DDF method [12] and WFLS method [14]. Finally, some conclusive remarks are included in "Conclusion".

The related methods

Level set method was developed by Osher and Sethian in 1988 [15], which was an effective method of contour evolution. It utilizes dynamic variational boundaries for image segmentation and can be categorized into two types: edge-based models [16] and region-based models [17].

Early level set methods [1822] mostly belong to edge-based models, which mainly use image gradient to construct an edge detecting function to stop the contour evolution on the object boundary. The popular formulation for level set segmentation is [23]

ϕ t = g ϕ div ϕ ϕ + ν
(1)

where div(ϕ/|ϕ|) approximates mean curvature, ν is a balloon force and φ is the level set function. The function g is image gradient, namely an edge detecting function (edf(I)), which is defined as

edf I = 1 1 + G σ I
(2)

where G σ  * I stands for the convolution of the image I with a smoothing Gaussian kernel G σ . The range of edf (I) is between 0 and 1. This edge detector has low values close to 0 at the object boundary, and high value closes to 1 at homogenous background.

The regularity of φ is very important for stable evolution and accurate computation in level set methods. A common way to reinitialize φ is to set |ϕ| = 1 before the curve deviates from the level set function, so that the curve can evolve stably and accurate segmentation results can be obtained. However, the re-initialization is very complicated and may bring some side effects, e.g., the evolving level set function can deviate remarkably from the signed distance function with a few iterations, especially when the time step chosen is not small enough. In order to overcome the problem, a fast level set formulation was proposed [24]

ϕ t = μP ϕ + η g , ϕ
(3)

where μ>0 is a parameter controlling the strength with which the deviation of φ from a signed distance function is penalized. The first term P (φ) penalizes the deviation of φ from a signed distance function during its evolution and is defined as the following:

P ϕ = Δ ϕ div ϕ ϕ
(4)

The second term η(g,φ) incorporates the image gradient information by

η g , ϕ = λδ ϕ div g ϕ ϕ + νgδ ϕ
(5)

where δ(φ) denotes the Dirac function. The parameters μ, λ and ν control the individual contributions of these terms.

In essence, the term η(g,φ) attracts φ towards the variational boundary, which is similar to the standard level set method. The penalty term P(φ) eliminates the computationally expensive re-initialization for signed distance functions. This modification leads to a fast level set algorithm for image segmentation. However, the edge-based level set method only uses the edge detecting function to stop evolving curves, which results in the active contours leaking out the ideal contours when the edges are ambiguous.

To solve the boundary leaking problem, Zhang et al. [25] proposed a region-based active contour model with a region-based signed pressure force (SPF) function which can efficiently stop the contours at weak or blurred edges. This model only uses the image statistical information of the entire region inside and outside the contour, and is unable to successfully segment images with intensity inhomogeneity.

To overcome the difficulty caused by intensity inhomogeneities, Li et al. proposed the local binary fitting (LBF) model [26, 27], which makes use of the local intensity information. In the LBF model, two spatially varying fitting functions f1(x) and f2(x) are introduced to approximate the local intensities on the two sides of the contour, and for a given point xΩ, the local intensity fitting formulation is:

ϕ t = δ ϕ μ div ϕ ϕ λ 1 e 1 + λ 2 e 2 + ν 2 ϕ div ϕ ϕ
(6)

Where λ1 and λ2 are positive constant, and e1 and e2 are the functions as the following

e = 1 Ω K y - x σ I x - f 1 y d 2 y e = 2 Ω K σ y - x I x - f 2 y d 2 y
(7)

Where K σ (y − x)is a Gaussian kernel function, and f1(x) and f2(x) are two values that approximate image intensities inside and outside contour C, respectively.

f 1 x = K σ x H ϕ x I x K σ x H ϕ x f 2 x = K σ x 1 H ϕ x I x K σ x 1 H ϕ x
(8)

The LBF model is able to obtain desirable segmentation sometimes in the presence of intensity inhomogeneity. At the same time, the time-consuming re-initialization is avoided. However, the computational cost is still very high, which is pointed out by Zhang et al. [28]. In addition, the LBF model is sensitive to initialization to some extent [29], which limits its practical applications. Recently, Liu et al. [30] proposed LRCV model, which have similar capability of handling intensity inhomogeneity as LBF model.

Methods

In this section, we present and discuss in detail the proposed edge- and region-based level set model (ERBLS). For a point xΩ, its intensity can be approximated by a weighted average of the image intensity I(y) where y is the neighborhood of x. Then region detecting function (rdf(I(x))) can be defined by the following:

rdf I x = g σ x y I x c 1 + c 2 2 max g σ x y I x c 1 + c 2 2 , x Ω
(9)

c1andc2are given by:

c 1 x = Ω g σ x y I y · H φ y d y Ω g σ x y H φ y d y c 2 x = Ω g σ x y I y · 1 H φ y d y Ω g σ x y 1 H φ y d y
(10)

where g σ (x − y)is a Gaussian kernel function with an averaging filter of k × k size and can be considered as the weight assigned to each intensity I(y) at y. Due to the location property of the kernel function g σ (x-y), the contribution of the intensity I(y) to c1(x) and c2(x) decrease and approach to zero as the point y goes away from the center point x. Therefore, c1(x) and c2(x) are determined by the intensities of the points in the neighborhood of the point x. Then the region detection function (rdf) is also dominated by the intensities of the points in the neighborhood of the point x.

The energy functional consists of three parts: edge information termβEE, local region information term γELR and regularization termER, which is defined as following:

E φ = β E E + γ E LR + E R = β Ω edf x δ φ φ d x + γ Ω ( rdf I x H φ d x + Ω 1 2 φ 1 d 2 x
(11)

where β and γ are fixed constants.

Fixing c1(x) and c2(x), we minimize Equation (11) and obtain the corresponding variational level set formulation as follows:

φ t = βδ φ div edf x φ φ + γ ( rdf I x δ φ + 1 2 Δφ div φ φ
(12)

It is obvious that the above equation has the merits of both edge-based models and region-based models. When the contour is far away from object boundaries, the force from the local region intensity information is dominant and has a certain capture range. When the contour is close to the object boundaries, the force from the gradient information becomes dominant, which attracts the contours and finally stop the contours at the object boundaries. The technique of using local region information can improve the robustness to the initialization of contours. When the boundary is blurred or discontinuous, the interference from the local intensity force is able to result in contours’ stopping at the real object boundary. Furthermore, due to the region stopping function making use of local region information, the ERBLS model is able to provide desirable segmentation results even in the presence of the images with intensity inhomogeneity. Besides, our method introduces a new penalizing energy to the regularization term, therefore the computational cost is heavily decreased.

In order to effectively calculate the level set function φ, the Heaviside function H(φ) here is normalized as

H z = 1 2 1 + 2 π arctan z ϵ
(13)
δ ϵ z = H ϵ z = 1 π ϵ ϵ 2 + z 2
(14)

In the proposed ERBLS model, the main computational cost comes from computing c1(x) and c2(x) in Equation (10). At the first sight, there are four convolutions to compute c1(x) and c2(x). It can be noticed that the expression can be rewritten to the combination of the four convolutions: ∫  Ω g σ (x − y)dy, ∫  Ω g σ (x − y)H(ϕ(y))dy, ∫  Ω g σ (x − y)I(y)dy and ∫  Ω g σ (x − y)(I(y)H(ϕ(y)))dy. Because the two convolutions ∫  Ω g σ (x − y)dy and ∫  Ω g σ (x − y)I(y)dy can be computed only once before the iterations, the terms ∫  Ω g σ (x − y)dy and ∫  Ω g σ (x − y)I(y)dy do not depend on the evolution of level set functionφ. Therefore there are only two convolutions ∫  Ω g σ (x − y)H(ϕ(y))dy and ∫  Ω g σ (x − y)(I(y)H(ϕ(y)))dy to be computed at each iteration. In comparison, there are at least four convolutions in the LBF model [27]. As a result, the computational cost of the ERBLS model is about half that of the LBF model for each iteration.

The region detecting function (rdf(I(x)))

The implication of Equation (9) can be explained as follows. Suppose that the intensities inside and outside the object are homogeneous. It is intuitive that min (g σ (x − y) * I(x)) < c1, c2 < max (g σ (x − y) * I(x)) and the equal signs cannot be obtained simultaneously because min g σ x y * I x < c 1 + c 2 2 < max g σ x y * I x wherever the contour is. The signs of the region detecting function rdf(I(x)) inside and outside the object are opposite. The signs of the rdf(I(x)) inside the object are negative and those outside the object are positive. The curve of the level set function expands when rdf(I(x)) is negative, and contracts when rdf(I(x)) is positive. Besides, the larger the magnitude of rdf(I(x)), the faster the level set evolves. It is obviously advantageous to make the level set function evolve faster, if contours are far away from the real boundary. On the contrary, the evolution velocity of the level set function should have been slowed down once contours approach the boundary. Moreover, the level set function should alter its direction of movement automatically, while passing through the boundary of interest.

Figure 1
figure 1

Signs of the rdf ( I ( x )) inside and outside the object are opposite.

Automatic initialization by Otsu threshold

Thresholding is an essential region-based image segmentation technique that is particularly useful for separating objects from the background [3133]. In our proposed method, an optimal threshold can be obtained automatically by Otsu algorithm implemented in Matlab 7.0. Otsu’s method could be used to perform histogram shape-based image thresholding. The Otsu’s method assumes that the image has two classes of pixels or bi-modal histogram and then intra-class variance is minimal and the two classes are separated by the optimum threshold [34]. The vertebra images were assumed to have the two classes, one is object and the other is background. According to Otsu’s method, the Otsu threshold of a vertebrae CT image can be obtained automatically. Figure 1(a) is original image, Figure 1(b) is histogram of the original image, the Otsu threshold of the original image is 83, and Figure 1(c) is the initialized image by Otsu threshold.

Figure 2
figure 2

Automatic initialization by Otsu threshold. (a) original image; (b) histogram; (c) initialized image by Otsu threshold.

After the level set function is initialized by the optimal threshold obtained automatically, the regions of interest are roughly and automatically delineated [35]. Then we can use these regions to construct the initial level set function, which also affects computational efficiency. The initial curves (level set function) will evolve stably according to the evolution equation, with its zero level set curves convergence to the exact boundary of the region of interest. Figure 2 shows the segmentation process of a vertebral image using our improved method. The objective is to extract the vertebra which appears brighter than the background in the image, as shown in Figure 2(a). The initial contours are obtained by Otsu threshold, as shown in Figure 2(b). As shown in Figure 2(c) (d) (e) (f) (g) (h), the evolving curves continue to expand, contract, split or merge, then the vertebra is successfully segmented at the 180th (Figure 2(h)). During the process, controlled by the region detecting function and the edge detecting function, the contours expand, contract, split or merge, and stop at the desired places. As a result, accurate segmentation is obtained.

Figure 3
figure 3

Illustration of segmentation procedure. (a) original image, (b) initial contours, (c) 10th iteration; (d) 30th iteration; (e) 60th iteration; (f) 100th iteration; (g) 140th iteration; (h) final segmentation result at 180th iteration. Size=482×423.

With the above procedures, the initialization of level set function by Otsu threshold can be completely automatic without any human interfaces. The segmentation result can then be taken as the initial contours for the evolution of the ERBLS model.

Results

The clinical image data set was acquired by the Department of Neurosurgery of Beijing Xuanwu Hospital Affiliated to Capital Medical University in China in compliance with the Helsinki Declaration approved by Guojun Zhang. The data set consists of 56 CT images of intervertebral disc protrusion images of patients aged 18 to 66. The patients are carefully selected by radiologists to form a representative group. These images are acquired from 64-detector row Siemens CT System. The in-plane resolution for these images is 1 mm with slice thickness of 1.5 mm. Original images have fixed sizes of 512×512 and the total number of vertebrae is 293. The ground truths are delineated by clinical experts. Our algorithm is implemented in Matlab 7.0 on 2.79-GHz Intel Pentium IV PC. Unless otherwise specified, we used the following parameters in our model: σ=3.0, ϵ=1.0, β=5.0, γ=2.0, time increment Δt=1.0.

The proposed method has been tested with synthetic and real images. First we used the LBF model [27] and the proposed ERBLS model to segment one synthetic image and two blood images with intensity inhomogeneity in Figure 3. As we discussed in "Methods", the LBF model usually needs to perform four convolution operations at each iteration and is sensitive to the selection of governing parameters and the location of initial contour. We tried many times and selected the best governing parameters μ = 0.001 × 2552 (the length controlling parameter), sigma=5/5/3.5 (the standard deviation of Gaussian kernel for two images). In Figure 3, column (a) shows various initial contours; column (b) and column (c) are the segmentation results by the LBF model and the ERBLS model. The initial contours in Rows (d), (e), (g), (h) (j) and (k) are generated manually. The initial contours in row (f) (i) and (l) are obtained by Otsu threshold. For some initial contours, as shown in Rows (e) (h) and (k), the LBF model fails. For all initial contours, the right segmentation results can be obtained from the ERBLS model. The numbers of iteration and CPU running time of the two models are listed in Table 1. It can be seen from Table 1 that iteration numbers and processing time for the ERBLS model are both less than that of LBF model for all three image segmentation. Considering that the parameters and initial contours of the LBF model are selected elaborately, so the ERBLS model is proved to be more efficient in segmenting the image with the intensity inhomogeneity.

Table 1 Iteration number and processing time for the LBF model and proposed ERBLS model in segmenting the images in Figure 3
Figure 4
figure 4

Comparisons of the LBF model and the proposed ERBLS model on segmenting synthetic and two real blood vessel images with intensity inhomogeneity. Column (a): initial contours. The initial contours in row (f) (i) and (l) are obtained by Otsu threshold. Column (b): final segmentation results using the LBF model. Column (c): final segmentation results using our proposed ERBLS model. Size=127×96, 111×110, 103×131.

We show the segmentation results on vertebra CT images with intensity inhomogeneity which boundaries are somewhat ambiguous and discontinuous in Figure 4. Refer to Figure 4, column (a) is original images; column (b) is the initial contours obtained by using Otsu threshold columns; (c) and (d) are the segmentation results by the ERBLS model and the LBF model, respectively. Shown in Figure 4, we can see that for the images with ambiguous, discontinuous boundary and intensity inhomogeneity, the LBF model cannot obtain the right segmentation results. In our improved method, the initial curves evolve according to Equation (9), even if the boundaries in the images are obscure and discontinuous, the ideal segmentation results are obtained. The numbers of iteration and CPU running time of the two models are listed in Table 2. This illustrates that the proposed ERBSL is more robust than the LBF model in segmenting vertebral CT images.

Table 2 Iteration number and processing time for the LBF model and the proposed ERBLS model in segmenting the images in Figure 4
Figure 5
figure 5

Comparisons of the LBF model and the proposed ERBLS model on segmenting five vertebra CT images with the intensity inhomogeneity. Column (a) original images; Column (b) initial contours by using Otsu threshold; Column (c): final segmentation results using our proposed ERBLS model; Column (d): final segmentation results using the LBF model.

Discussion

In order to further evaluate our segmentation algorithm, we reconstructed 3D vertebra images based on 2D segmentation results by using our proposed method. The proposed method has been applied to 56 patient data sets and the segmentation results are compared with those of 3D deformable fences method (3DDF) [11] and introducing willmore flow into level set segmentation (WFLS) [14].

Because the vertebral boundaries of neighboring slices are usually similar (shown in Figure 5), the evolving contours of current slice provide a good initialization for the neighboring ones, hence we use the current slice to initialize the contour in adjacent slice [36]. This can save computation and improve the efficiency and accuracy of the results. For example, the segmentation result of slice 31 is used to initialize the slice 32, thus vertebral regions and non-vertebral regions are roughly obtained. We then compute c1c2 and region detecting function rdf(I(x)) as described in "Methods". After iteration, the entire volumetric image is processed. Segmentation results for 2D slices are shown in Figure 6 and the reconstructed 3D images based on the 2D segmentation results are shown in Figure 7.

Figure 6
figure 6

Neighboring slices are similar in 2D CT image data set. (a) image slice 31; (b) image slice 32;(c) image slice 33; (d) image slice 34.

Figure 7
figure 7

2D segmentation results. Columns (a) (b) (c) are segmentation results of 2D CT slices.

Segmentation accuracy is very important for clinical image diagnosis. We adopted the Dice similarity coefficient (DSC) [37] and Hausdorff distance (HD) [38] to evaluate the segmentation accuracy. The manual segmentation results by clinical experts are considered as ground truth. DSC measures the spatial overlap between two segmentations, HD measures the relative differences between boundaries of the segmented objects. The DSC is formulated as

D Ω O , Ω G = 2 Ω O Ω G Ω O + Ω G
(15)

where Ω and Ω represent the volumes of segmented object Ω and the ground-truth Ω respectively. The measurement (varies from 0 to 1) indicates the correspondence between two volumes, i.e., 0 indicates the two volumes do not overlap and 1 shows they are perfectly matched.

On the other hand, the HD is the maximum distance of a set to the nearest point in the other set, defined as

d H A , B = max sup inf d a , b a A b B , sup inf d a , b b B a A
(16)

where A and B are the boundaries of two different segmented volumes, respectively. It measures the distance between the farthest point of a set to the nearest point of the other. The measurement (varies from 0 to ∞ theoretically) represents the difference between two closed surfaces, e.g., 0 shows that both volumes share exactly the same boundaries, and larger HD values indicates larger distances between the boundaries. In summary, a high DSC and a low HD are desirable for good segmentation.

Results for 293 vertebrae from 56 patient data sets are summarized in Table 3. As can be seen, our proposed method produces good segmentation results (DSC 0.94±0.02, HD 10.06±1.71 mm) compared with 3D deformable fence method (DSC 0.80±0.02, HD 16.23±2.13 mm) and introducing willflow into level set method (DSC 0.88±0.03, HD 14.03±2.18 mm). In our improved method, the initial curves evolve according to Equation (9), even if the boundaries in the images are obscure and discontinuous, the ideal 2D segmentation results are obtained. The 3D vertebra images are reconstructed based on the ideal 2D segmentation results, therefore, the DSC value of the 3D segmentation results obtained by our proposed method is large and the HD value of that is low.

Table 3 Average DSC and HD (mm) with standard deviation for segmentation of vertebra CT images using our ERBLS method, 3DDF method and WFLS method

Conclusion

We have described an edge- and region-based level set method for accurate segmentation of vertebra CT images. The ERBLS model can efficiently segment the images with intensity inhomogenity and blurry or discontinuous boundaries by employing the image gradient information and the local image information. Meanwhile, the level set function is automatically initialized by Otsu threshold, which segmentation result is taken as the initial contours of the EBRLS model. Experimental results on both synthetic and real images demonstrated that the proposed ERBLS model is very robust and efficient. Compared with the well-known local binary fitting (LBF) model, the ERBLS model is not only much more computationally efficient and but also much less sensitive to the initial contours. The proposed method has also applied to 56 patient data sets and has produced very promising results.

Authors’ information

About the Author—Juying Huang, PhD, is working at the medical physics education and research work. Her current research interests are medical image processing, CT image reconstruction, medical system modelling and computing.

About the Author—Fengzeng Jian, PhD, Chief physician, is working at clinical and research work in the spine and skull base surgery.

About the Author—Hao Wu, PhD, associate Chief physician, is mainly working at surgical operation in the spinal cord disease.

About the Author—Haiyun Li received his PhD degree in the Dept. of Biomedical engineering, Sun Yat-Sen University in 1997. In 2000/6-2002/10, he was Postdoctoral Fellow in vision and image processing Lab, National University of Singapore, Singapore. In 2008/10-2009/10, he was the visiting scholar, Henry H. Wheeler Jr. Brain Imaging Center, Helen Wills Neuroscience Institute, University of California, Berkeley. USA. Currently, he is a Professor in School of Biomedical Engineering, Capital Medical University, Beijing, China.His current research interests include Computer simulation and Medical Image Computing, MRI/fMRI, Medical system modelling and computing.

References

  1. Li H, Wang Z: Intervertebral disc biomechanical analysis using the finite element modeling based on medical images. Comput Med Imaging Graph 2006, 30: 363–370. 10.1016/j.compmedimag.2006.09.004

    Article  Google Scholar 

  2. Robin S, Skalli W, Lavaste F: Influence of geometrical factors on the behavior of lumbar spine segments: a finite element analysis. Eur Spine J 1994, 3(2):84–90. 10.1007/BF02221445

    Article  Google Scholar 

  3. Benameur S, Mignotte M, Parent S, Labelle H, Skalli W, DeGuise J: 3D/2D registration and segmentation of scoliotic vertebrae using statistical models. Comput Med Imag Graph 2003, 27: 321–327.

    Article  Google Scholar 

  4. Aubin CE, Dansereau J, Petit Y: Three-dimensional measurement of wedged scoliotic vertebrae and intervertebral disks. Eur Spine J 1998, 7: 59–65. 10.1007/s005860050029

    Article  Google Scholar 

  5. Roberts MG, Cootes TF, Adams JE: Automatic segmentation of lumbar vertebrae on digital radiographs using linked active appearance models. Proc Med Image Underst Anal 2006, 2: 120–124.

    Google Scholar 

  6. Ghebreab S, Smeulders AWM: Combining strings and necklaces for interactive three-dimensional segmentation of spinal images using an integral deformable spine model. IEEE Trans Biomed Eng 2004, 51: 1821–1829. 10.1109/TBME.2004.831540

    Article  Google Scholar 

  7. Yao J, O’Connor S, Summers RM: Automated spinal column extraction and partitioning. IEEE 2006 international symposium on biomedical imaging (isbi 2006) proceedings 2006, 9054328: 390–393.

    Google Scholar 

  8. Hong S, Andrew L: In Localized Priors for the Precise Segmentation of Individual Vertebras from CT Volume Data. Edited by: Metaxas D. 2008, 367–375. MICCAI

    Google Scholar 

  9. Tan S, Yao J, Ward MM, et al.: Level set based vertebra segmentation algorithm for the evaluation of Ankylosing Spondylitis. Proc SPIE Med Imaging 2006, 6144: 58–67.

    Google Scholar 

  10. Tan S, Yao J, Ward MM, et al.: 3D multi-scale level set segmentation of vertebra. Biomedical imaging: from Nano to Macro, ISBI 2007. 4th IEEE Int Symp 2007, 9528684: 896–899.

    Google Scholar 

  11. Kim Y, Kim D: A fully automatic vertebra segmentation method using 3D deformable fences. Comput Med Imaging Graph 2009, 33: 343–352. 10.1016/j.compmedimag.2009.02.006

    Article  Google Scholar 

  12. Klinder T, Ostermann J, Ehm M, et al.: Automated model-based vertebra detection, identification, and segmentation in CT images. Med Image Anal 2009, 13: 471–482. 10.1016/j.media.2009.02.004

    Article  Google Scholar 

  13. Kaminsky J, Klinge P, et al.: Specially adapted interactive tools for an improved 3D-segmentation of the spine. Comput Med Imag Graph 2004, 28(3):119–127. 10.1016/j.compmedimag.2003.12.001

    Article  Google Scholar 

  14. Poay HL, Ulas B, Li B: Introducing Willmore flow into level set segmentation of spinal vertebrae. IEEE Trans on Biomed Eng 2013, 60(1):115–122.

    Article  Google Scholar 

  15. Osher S, Sethian JA: Fronts propagating with curvature-dependent speed: algorithms based on Hamilton–Jacobi formulations. Comput Phys J 1988, 79(1):79.

    Article  MathSciNet  Google Scholar 

  16. Caselles V, Kimmel R, Sapiro G: Geodesic active contours. Comput Vision J 1997, 22: 61–79. 10.1023/A:1007979827043

    Article  Google Scholar 

  17. Chan T, Vese L: Active contours without edges. IEEE Trans Image Process 2001, 10: 266–277. 10.1109/83.902291

    Article  Google Scholar 

  18. Morris H, Kallinderis Y: Octree-advancing front method for generation of unstructured surface and volume meshes. AIAA Jounal J 1997, 35(6):976–984. 10.2514/2.206

    Article  Google Scholar 

  19. Saxena M, Perucchio R: Parallel FEM algorithms based on recursive spatial decomposition automatic mesh generation. Computers Structures J 1992, 45(5):817–831.

    Article  Google Scholar 

  20. Löhner R: A parallel advancing front grid generation scheme. Int J Numer Meth Engng 2001, 51: 663–678. 10.1002/nme.175.abs

    Article  Google Scholar 

  21. Xu YA, Yang Q, Wu ZZ, et al.: The algorithm of 3D constrained Delaunay triangulation. Chinese J Software J 2001, 12(1):103–110.

    Google Scholar 

  22. Canvendish JC, Field DA, Frey WH: An approach to automatic three-dimensional finite element mesh generation [J]. Int J Num Methods Engin 1985, 21(2):329–347. 10.1002/nme.1620210210

    Article  Google Scholar 

  23. Caselles V, Kimmel R, Sapiro G: Geodesic active contours. Int J Comput Vision 1997, 22: 61–79. 10.1023/A:1007979827043

    Article  Google Scholar 

  24. Li C, Xu C, Gui C, et al.: Level set evolution without re-initialization: a new variational formulation. Proceedings of the 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05) 2005, 1: 430–436.

    Article  Google Scholar 

  25. Zhang K, Zhang L, Song HH: Active contours with selective local or global segmentation: a new formulation and level set method. Image Vision Comput 2010, 28: 668–676. 10.1016/j.imavis.2009.10.009

    Article  Google Scholar 

  26. Li C, Kao CY, Gore JC, Ding Z: Implicit active contours driven by local binary fitting energy. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2007, 9737883: 1–7.

    Google Scholar 

  27. Li C, Kao CY, Gore JC, Ding Z: Minimization of region-scalable fitting energy for image segmentation. IEEE Transact Image Process 2008, 17(10):1940–1949.

    Article  MathSciNet  Google Scholar 

  28. Zhang K, Song H, Zhang L: Active contours driven by local image fitting energy. Pattern Recognition 2010, 43(4):1199–1206. 10.1016/j.patcog.2009.10.010

    Article  Google Scholar 

  29. Wang L, Li C, Sun Q, Xia D, Kao CY: Active contours driven by local and global intensity fitting energy with application to brain MR image segmentation. J Comput Med Imaging Graph 2009, 33(7):520–531. 10.1016/j.compmedimag.2009.04.010

    Article  Google Scholar 

  30. Liu S, Peng Y: A local region-based Chan–Vese model for image segmentation. Pattern Recognit 2012, 45(1):2769–2779.

    Article  Google Scholar 

  31. Asari KV: A fast and accurate segmentation technique for the extraction of gastrointestinal lumen from endoscopic images. Med Engin Phys 2000, 22: 89–96. 10.1016/S1350-4533(00)00015-1

    Article  Google Scholar 

  32. Kim DY, Chung SM, Park JW: Automatic navigation path generation based on two-phase adaptive region-growing algorithm for virtual angioscopy. Med Engin Phys 2006, 28: 339–347. 10.1016/j.medengphy.2005.07.011

    Article  Google Scholar 

  33. Cristoforetti A, Luca F, Flavia R, et al.: Isolation of the left atrial surface from cardiac multi-detector CT images based on marker controlled watershed segmentation. Med Engin Phys 2008, 30: 48–58. 10.1016/j.medengphy.2007.01.003

    Article  Google Scholar 

  34. Otsu N: A threshold selection method from gray-level histograms. IEEE Trans Sys, Man, Cyber 1979, 9(1):62–66.

    Article  MathSciNet  Google Scholar 

  35. Li BN, Chui CK, Chang S, Ong SH: Integrating spatial fuzzy clustering with level set methods for automated medical image segmentation. Comput Biol Med 2011, 41: 1–10. 10.1016/j.compbiomed.2010.10.007

    Article  Google Scholar 

  36. Huh S, Ketter TA, Sohn KH, Lee C: Automated cerebrum segmentation from three-dimensional sagittal brain MR images. Comput Biol Med 2002, 32: 311–328. 10.1016/S0010-4825(02)00023-9

    Article  Google Scholar 

  37. Dice L: Measures of the amount of ecologic association between species. Ecology 1945, 26: 297–302. 10.2307/1932409

    Article  Google Scholar 

  38. Rockafellar RT, Wets RJB: Variational Analysis. NewYork: Springer-Verlag; 2005.

    Google Scholar 

Download references

Acknowledgements

The subject is jointly sponsored by the National Natural Science Foundation of China (Grant No.30670576), Beijing Natural Science Foundation (Grant No. 4122018) and National Natural Science Foundation of China (Grant No. 81271519).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Haiyun Li.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JH worked on the algorithm design and implementation, and wrote the paper; FJ and HW provided CT images and clinical instruction. HL contributed discussions and suggestions throughout this project, including the manuscript writing. All authors read and approved the final manuscript.

Juying Huang, Fengzeng Jian, Hao Wu contributed equally to this work.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Huang, J., Jian, F., Wu, H. et al. An improved level set method for vertebra CT image segmentation. BioMed Eng OnLine 12, 48 (2013). https://doi.org/10.1186/1475-925X-12-48

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1475-925X-12-48

Keywords