Abstract

We propose a convex image segmentation model in a variational level set formulation. Both the local information and the global information are taken into consideration to get better segmentation results. We first propose a globally convex energy functional to combine the local and global intensity fitting terms. The proposed energy functional is then modified by adding an edge detector to force the active contour to the boundary more easily. We then apply the split Bregman method to minimize the proposed energy functional efficiently. By using a weight function that varies with location of the image, the proposed model can balance the weights between the local and global fitting terms dynamically. We have applied the proposed model to synthetic and real images with desirable results. Comparison with other models also demonstrates the accuracy and superiority of the proposed model.

1. Introduction

Image segmentation is a fundamental task in image processing and computer vision. Active contour models have become one of the most successful methods for image segmentation [15]. Some of active contour models [1, 48] are based on the edge information. These models use the image gradient information to stop the evolving contours on the object boundaries. We call them edge-based models. Typical edge-based active contour models [4, 5] have an edge-based stopping term and a balloon force term to control the motion of the contour. There are also some active contour models [2, 913] which are based on the region information of the image instead of the edge information. We call them region-based models. Models of this kind use certain region descriptors to segment different regions or identify interested regions of an image.

Region-based active contour models have the following advantages over edge-based models. Firstly, they do not utilize the image gradient and therefore have better performance for the image with weak object boundaries. Secondly, they are significantly less sensitive to the location of initial contours. One of the most popular region-based active contour models is the Chan-Vese (CV) model [2]. This model has been successful for images with two regions, each having a distinct mean of pixel intensity. In [13], Vese and Chan extended their original model in [2] by using a multiphase level set formulation, in which multiple regions can be represented by multiple level set functions. These models are called piecewise constant (PC) models. However, the PC models and other popular region-based active contour models [911] tend to rely on intensity homogeneity in each of the regions to be segmented. Thus they cannot cope with images with intensity inhomogeneity.

To overcome this problem, Vese and Chan [13] and Tsai et al. [12] independently proposed two similar region-based models for more general images. These models, widely known as piecewise smooth (PS) models, have exhibited certain capability of handling intensity inhomogeneity. However, the PS models are computationally expensive and suffer from other difficulties.

Recently, Li et al. proposed a local binary fitting (LBF) model [14, 15] to overcome the difficulty in segmentation caused by intensity inhomogeneity. By using a kernel function in the data fitting term, intensity information in local regions is extracted to guide the motion of the contour, which thereby enables their model to deal with intensity inhomogeneity. However, these methods [14, 15] are to some extent sensitive to the initialization, which limits their practical applications. Then Wang et al. [16] combined the advantages of the CV model and the LBF model to propose an active contour model based on the local and global intensity fitting (LGIF) energy for image segmentation. The LGIF model can segment images more accurately. However, the authors need to balance the weights between the two models appropriately according to different images. This will be a little boring in practice to choose an appropriate value for the weight.

The split Bregman method [1719] has also been applied to image segmentation problems recently in [2022]. In [21], the authors proposed a convex and fast segmentation method by applying the split Bregman concept to the CV model. Their method is mainly for homogenous images. Thus, Yang et al. [22] applied the split Bregman method to the region-scalable fitting (RSF) energy model to deal with images with inhomogeneity efficiently.

In this paper, we proposed a new convex region-based image segmentation method based on the LGIF model to consider the local and global information together. We first use the globally convex segmentation idea from Chan et al. [23] to propose a convex energy functional for image segmentation. To minimize the proposed energy functional more efficiently, we use the split Bregman method just as our previous work in [22]. Instead of using a constant weight for the global fitting term, a weight function that varies dynamically with location of the image is applied in this paper. In this way, the proposed model can balance the weights between the local fitting term and the global fitting term by itself. Therefore, the proposed model can segment more general images accurately and efficiently.

The remainder of this paper is organized as follows. We first review some related models and their limitations in Section 2. The proposed model is introduced in Section 3. The experimental results of the proposed model are given in Section 4. This paper is concluded in Section 5.

2.1. The Mumford-Shah Model for Image Segmentation

Mumford and Shah proposed a famous image segmentation model in [24]. Let Ω2 be the image domain, and 𝐼Ω be a given gray level image. Their idea is to find a contour 𝐶 that segments the given image 𝐼 into nonoverlapping regions and a piecewise smooth image 𝑢 that approximates 𝐼. 𝑢 is smooth within each of the connected components in the image domain Ω separated by the contour 𝐶. The energy functional they formulated isMS(𝑢,𝐶)=Ω(𝑢𝐼)2+𝜇Ω𝐶||||𝑢2||𝐶||+𝜈,(2.1)

where 𝜇 and 𝜈 are positive constants. |𝐶| is the length of the contour 𝐶. The Mumford-Shah model has been often used in image segmentation. However, it is difficult to minimize the functional (2.1) in practice due to the unknown contour 𝐶 of lower dimension and the nonconvexity of the functional.

2.2. The CV Model

For a special case of the Mumford-Shah problem when the image 𝑢 in the functional (2.1) is a piecewise constant function, Chan and Vese [2] formulated a piecewise constant model called the CV model without using the image gradient. For an image 𝐼, they proposed to minimize the following energy:CV𝐶,𝑐1,𝑐2=𝜆1outside(𝐶)||𝐼(𝐱)𝑐1||2𝑑𝐱+𝜆2inside(𝐶)||𝐼(𝐱)𝑐2||2||𝐶||,𝑑𝐱+𝜈(2.2) where 𝜆1, 𝜆2, and 𝜈 are positive constants. outside(𝐶) and inside(𝐶) represent the regions outside and inside the contour 𝐶, respectively, and 𝑐1 and 𝑐2 are two constants that approximate the image intensity in outside(𝐶) and inside(𝐶). This energy can be represented by a level set formulation, and then the energy minimization problem can be converted to solve a level set evolution equation [2]. One of the most attractive properties of the CV model is that it is much less sensitive to the initialization.

The optimal constants 𝑐1 and 𝑐2 that minimize the above energy are the averages of the intensities in the entire regions outside(𝐶) and inside(𝐶), respectively. Such optimal constants 𝑐1 and 𝑐2 will not be accurate if the intensities within outside(𝐶) or inside(𝐶) are not homogeneous. Local intensity information which is crucial for inhomogeneous image segmentation is not considered in this model. This is the reason why the CV model can not handle image inhomogeneity. Similarly, more general piecewise constant models in a multiphase level set framework [9, 13] are still not suitable for images with intensity inhomogeneity.

2.3. The LBF Model

Li et al. proposed the LBF model in [14, 15] to segment images with intensity inhomogeneity by using the local intensity information efficiently. The energy functional they proposed isLBF𝐶,𝑓1,𝑓2=2𝑖=1𝜆𝑖Ω𝑖𝐾𝜎||(𝐱𝐲)𝐼(𝐲)𝑓𝑖||(𝐱)2||𝐶||,𝑑𝐲𝑑𝐱+𝜈(2.3) where Ω1=outside(𝐶) and Ω2=inside(𝐶). 𝑓1 and 𝑓2 are two local fitting functions that approximate the intensities outside and inside the contour 𝐶.   𝐾𝜎 is a Gaussian kernel with the standard deviation 𝜎. The localization property of this kernel function plays a key role in segmenting images with intensity inhomogeneity. However, such localization property may also introduce many local minimums of the energy functional. Consequently, the result is more dependent on the initialization of the contour. This has been deeply explained in [16].

2.4. The LGIF Model

Wang et al. proposed the LGIF model in [16]. The LGIF model combines the advantages of the CV model and the LBF model by taking the local and global intensity information into account. There, they define the local and global intensity fitting energy as follows:LGIF𝜙,𝑓1,𝑓2,𝑐1,𝑐2=(1𝜔)LIF𝜙,𝑓1,𝑓2+𝜔GIF𝜙,𝑐1,𝑐2,(2.4) where 𝜔 is a constant (0𝜔1).

The local intensity fitting (LIF) energy LIF(𝜙,𝑓1,𝑓2) is defined as the first two terms of the LBF model [14, 15]:LIF𝜙,𝑓1,𝑓2=2𝑖=1𝜆𝑖𝐾𝜎||(𝐱𝐲)𝐼(𝐲)𝑓𝑖||(𝐱)2𝑀𝑖(𝜙(𝐲))𝑑𝐲𝑑𝐱,(2.5) where 𝜙 is the level set function, 𝐻 is the Heaviside function. 𝑀1(𝜙)=𝐻(𝜙) and 𝑀2(𝜙)=1𝐻(𝜙).

The global intensity fitting (GIF) energy GIF(𝜙,𝑐1,𝑐2) is defined as the first two terms of the CV model [2]:GIF𝜙,𝑐1,𝑐2=𝜆1||𝐼(𝐱)𝑐1||2𝐻(𝜙(𝐱))𝑑𝐱+𝜆2||𝐼(𝐱)𝑐2||2(1𝐻(𝜙)(𝐱))𝑑𝐱.(2.6)

Then the other two terms 𝒫(𝜙)=1/2(|𝜙(𝐱)|1)2𝑑𝐱 and (𝜙)=|𝐻(𝜙(𝐱))|𝑑𝐱 are also needed as in [2, 7, 13] to regularize the level set function 𝜙 and the contour 𝐶, respectively. In practice, the Heaviside function 𝐻 is approximated by a smooth function 𝐻𝜀 defined by𝐻𝜀1(𝑥)=221+𝜋𝑥arctan𝜀,(2.7) where 𝜀 is a positive constant. The derivative of 𝐻𝜀 is the smoothed Dirac delta function:𝛿𝜀1(𝑥)=𝜋𝜀𝜀2+𝑥2.(2.8) Thus the energy functional they proposed isLGIF𝜀𝜙,𝑓1,𝑓2,𝑐1,𝑐2=LGIF𝜀𝜙,𝑓1,𝑓2,𝑐1,𝑐2+𝜈𝜀(𝜙)+𝜇𝒫(𝜙),(2.9) where 𝜈 and 𝜇 are positive constants.

3. The Proposed Model

3.1. The New Proposed Convex Model

We propose a new and convex region-based image segmentation model to consider both the local and the global information as [16]. The energy functional (2.9) of the LGIF model in Section 2.4 is not convex. Following the idea in Chan et al. [23], we first propose a convex energy functional based on the LGIF model.

According to Wang et al. [16], the optimal local fitting functions 𝑓1, 𝑓2, constants 𝑐1, 𝑐2, and level set function 𝜙 that minimize the energy functional (2.9) in the LGIF model are updated using the standard gradient descent method as follows:𝑓𝑖𝐾(𝐱)=𝜎𝑀(𝐱)𝜀𝑖(𝜙(𝐱))𝐼(𝐱)𝐾𝜎(𝐱)𝑀𝜀𝑖𝑐(𝜙(𝐱)),𝑖=1,2,(3.1)𝑖=𝐼(𝐱)𝑀𝜀𝑖(𝜙(𝐱))𝑑𝐱𝑀𝜀𝑖(𝜙(𝐱))𝑑𝐱,𝑖=1,2,(3.2)𝜕𝜙𝜕𝑡=𝛿𝜀𝐹(𝜙)1+𝐹2+𝜈𝛿𝜀(𝜙)div𝜙||||𝜙+𝜇2𝜙div𝜙||||,𝜙(3.3) where 𝑀𝜀1(𝜙)=𝐻𝜀(𝜙), 𝑀𝜀2(𝜙)=1𝐻𝜀(𝜙). 𝐹1(𝐱) and 𝐹2(𝐱) are defined as𝐹1(𝐱)=(1𝜔)𝜆1𝐾𝜎||(𝐲𝐱)𝐼(𝐱)𝑓1||(𝐲)2𝑑𝐲+𝜆2𝐾𝜎||(𝐲𝐱)𝐼(𝐱)𝑓2||(𝐲)2,𝐹𝑑𝐲2(𝐱)=𝜔𝜆1||𝐼(𝐱)𝑐1||2+𝜆2||𝐼(𝐱)𝑐2||2.(3.4)

𝐹1 and 𝐹2 are called the LIF force and the GIF force, respectively.

To apply the idea in Chan et al. [23] to the LGIF model, we consider the gradient flow equation (3.3). The last term is used to regularize the level set function 𝜙 to be close to a distance function. Here we drop it first, the new obtained gradient flow equation is𝜕𝜙𝜕𝑡=𝛿𝜀𝐹(𝜙)1+𝐹2+𝜈div𝜙||||,𝜙(3.5) and without loss of generality, we take 𝜈=1.

We then apply the globally convex segmentation idea of Chan et al. [23]; the stationary solution of (3.5) coincides with the stationary solution of𝜕𝜙=𝐹𝜕𝑡1+𝐹2+div𝜙||||.𝜙(3.6)

We now propose a new energy functional as follows:||||𝐹(𝜙)=(𝜙(𝐱))𝑑𝐱+𝜙(𝐱)1(𝐱)+𝐹2(𝑥)𝑑𝐱.(3.7)

It can be clearly seen that the simplified flow (3.6) is just the gradient descent flow of the new proposed energy functional (3.7). Thus the minimization problem we want to solve is||||𝐹min(𝜙)=min(𝜙(𝐱))𝑑𝐱+𝜙(𝐱)1(𝐱)+𝐹2(𝐱)𝑑𝐱.(3.8)

To guarantee the global minimum, the solution is restricted to lie in a finite interval. In this paper we use a more general form 𝑎0𝜙𝑏0 as follows:min𝑎0𝜙𝑏0(𝜙)=min𝑎0𝜙𝑏0||||,(𝜙(𝐱))𝑑𝐱+𝜙(𝐱)𝑟(𝐱)𝑑𝐱(3.9) where 𝑟(𝐱)=(𝐹1(𝐱)+𝐹2(𝐱)).

The segmented region can be found by thresholding the level set function for some 𝛼(𝑎0,𝑏0) if the optimal 𝜙 is found:Ω1={𝐱𝜙(𝐱)>𝛼},(3.10) where the thresholding value 𝛼 is chosen as 𝛼=(𝑎0+𝑏0)/2 in this paper.

The first term in the proposed energy functional (3.7) is in fact the traditional total variation (TV) norm:||||||||TV(𝜙)=𝜙(𝐱)𝑑𝐱=𝜙1.(3.11)

To incorporate information from an edge detector [25], we then replace the standard TV norm (3.11) with the weighted TV norm:TV𝑔(𝑔||||||||||||𝜙)=𝐼(𝐱)𝜙(𝐱)𝑑𝐱=𝜙𝑔,(3.12) where 𝐼 is the given image and 𝑔(𝜉)=1/(1+𝛽|𝜉|2) is the nonnegative edge detector function. 𝛽 is a parameter that determines the detail level of the segmentation.

Thus the proposed minimization problem becomesmin𝑎0𝜙𝑏0(𝜙)=min𝑎0𝜙𝑏0||||𝜙𝑔,+𝜙,𝑟(3.13) where 𝜙,𝑟=𝜙(𝐱)𝑟(𝐱)𝑑𝐱.

3.2. Split Bregman Method for Minimization of the Proposed Model

The efficiency of the split Bregman method for image segmentation has been demonstrated in [21, 22]. We now apply the split Bregman method to solve the proposed minimization problem in a more efficient way. We introduce the auxiliary variable, 𝑑𝜙. To weakly enforce the resulting equality constraint, we add a quadratic penalty function which results in the following unconstrained problem:𝜙,𝑑=argmin𝑎0𝜙𝑏0||𝑑||𝑔𝜆+𝜙,𝑟+2𝑑𝜙2.(3.14)

The Bregman iteration is then applied to strictly enforce the constraint 𝑑=𝜙. The optimization problem becomes𝜙𝑘+1,𝑑𝑘+1=argmin𝑎0𝜙𝑏0||𝑑||𝑔𝜆+𝜙,𝑟+2𝑏𝑑𝜙𝑘2,𝑑(3.15)𝑘+1=𝑏𝑘+𝜙𝑘+1𝑑𝑘+1.(3.16)

Keeping 𝑑 fixed, the Euler-Lagrange equation of the optimization problem (3.15) with respect to 𝜙 is𝑟Δ𝜙=𝜆𝑏+𝑑,whenever𝑎0𝜙𝑏0.(3.17)

For (3.17), a central difference is used for the Laplace operator and a backward difference is used for the divergence operator; the numerical scheme for (3.17) is𝛼𝑖,𝑗=𝑑𝑥𝑖1,𝑗𝑑𝑥𝑖,𝑗+𝑑𝑦𝑖,𝑗1𝑑𝑦𝑖,𝑗𝑏𝑥𝑖1,𝑗𝑏𝑥𝑖,𝑗+𝑏𝑦𝑖,𝑗1𝑏𝑦𝑖,𝑗,𝛽𝑖,𝑗=14𝜙𝑖1,𝑗+𝜙𝑖+1,𝑗+𝜙𝑖,𝑗1+𝜙𝑖,𝑗+1𝑟𝜆+𝛼𝑖,𝑗,𝜙𝑖,𝑗𝛽=maxmin𝑖,𝑗,𝑏0,𝑎0.(3.18)

For a fixed level set function 𝜙, we minimize (3.15) with respect to 𝑑 and obtain𝑑𝑘+1=shrink𝑔𝑏𝑘+𝜙𝑘+1,1𝜆𝑏=shrink𝑘+𝜙𝑘+1,𝑔𝜆,(3.19) where shrink(𝐱,𝛾) is the shrinkage operator [18, 21] defined as𝐱shrink(𝐱,𝛾)=|𝐱|max(|𝐱|𝛾,0),x0,0,x=0.(3.20)

Thus the split Bregman algorithm for the proposed minimization problem (3.13) can be summarized in Algorithm 1.

( 1 ) while 𝜙 𝑘 + 1 𝜙 𝑘 > 𝜀 do
( 2 )  Define 𝑟 𝑘 = ( 𝐹 𝑘 1 + 𝐹 𝑘 2 )
( 3 ) 𝜙 𝑘 + 1 = 𝐺 𝑆 ( 𝑟 𝑘 , 𝑑 𝑘 , 𝑏 𝑘 , 𝜆 )
𝑑 ( 4 ) 𝑘 + 1 = s h r i n k 𝑔 𝑏 𝑘 + 𝜙 𝑘 + 1 , 1 𝜆
𝑏 ( 5 ) 𝑘 + 1 = 𝑏 𝑘 + 𝜙 𝑘 + 1 𝑑 𝑘 + 1
( 6 ) Find Ω 𝑘 1 = { 𝐱 𝜙 𝑘 ( 𝐱 ) > 𝛼 }
( 7 ) Update 𝐹 𝑘 1 and 𝐹 𝑘 2
( 8 ) end while

In this algorithm we use 𝐺𝑆(𝑟𝑘,𝑑𝑘,𝑏𝑘,𝜆) to denote one sweep of the Gauss-Seidel formula (3.18). This algorithm is different from the one in our previous work [22] when updating 𝑟.

Note here that we say the proposed energy functional (𝜙) in the minimization problem (3.13) is convex; in fact it means that it is convex with respect to 𝜙 for a fixed 𝑟. From Algorithm 1, it can be seen that 𝑟 is computed before updating 𝜙. Thus each time when we update 𝜙 using the Gauss-Seidel formula, the value of 𝑟 is in fact fixed.

3.3. The Choosing for the Parameter 𝝎

The parameter 𝜔 controls the influence of the LIF force and GIF force which can be seen clearly from (3.4). When the intensity inhomogeneity is severe, the accuracy of the segmentation relies on the LIF force. Thus a smaller value of 𝜔 should be chosen as the weight of the GIF force. For images with minor inhomogeneity, the GIF force alone is able to attract the contour to a location near the object boundaries. In this case, relatively larger 𝜔 should be chosen as the weight of the GIF force. In [16], 𝜔 is chosen as a constant for a given image. Wang et al. need to choose an appropriate value for 𝜔 according to the degree of inhomogeneity.

In our paper, we choose 𝜔 in a different way as [26]. Instead of a constant value for 𝜔, a weight function that varies dynamically with location of the image is chosen in this paper. The weight function 𝜔 is defined as follows𝐶𝜔=𝛾average𝑁1𝐶𝑁,(3.21) where 𝛾 is a fixed parameter and 𝐶𝑁 represents the local contrast ratio of the given image, which is defined as𝐶𝑁𝑀(𝐱)=max𝑀min𝑀𝑔,(3.22) where 𝑁 denotes the size of the local window, 𝑀max and 𝑀min are the maximum and minimum of the intensities within this local window, respectively. 𝑀𝑔 represents the intensity level of the image, for gray level images, it is usually 255. 𝐶𝑁(𝐱) varies between 0 and 1. It reflects how rapidly the intensity changes in a local region. It is smaller in smooth regions and larger in regions close to the object boundaries.

In the above weight function (3.21), average(𝐶𝑁) is the average value of 𝐶𝑁 over the whole image and it reflects the overall contrast information of the image. For an image with a strong overall contrast, we believe that the image has much more obvious background and foreground, so we increase the weight of the global term on the whole. (1𝐶𝑁) adjusts the weight of the global term dynamically in all regions, making it smaller in regions with high local contrast and larger in regions with low local contrast. Thus the weight value can vary dynamically with different locations. It is determined by the intensity of the given image.

4. Experimental Results

We have tested the proposed model with synthetic and real images in this section. As in [22], we simply initialize the level set function 𝜙 as a binary step function which takes a constant value 𝑏0 inside a region and another constant value 𝑎0 outside. The advantage of using a binary step function as the initial level set function is that new contours can emerge easily and the curve evolution is significantly faster than the evolution from an initial function as a signed distance map. We use 𝑎0=2, 𝑏0=2, 𝜎=3.0, 𝜀=1, 𝛾=0.1, and 𝜆=0.001 for all images shown in this paper. We choose 𝛽=100 for all gray images and 𝛽=1 for all color images. The values chosen for the parameters 𝜆1 and 𝜆2 are specified in each figure.

Figure 1 shows the results for an inhomogeneous image from [26] with different methods. (a) and (b) show the original image and the initial contour, while the final contours using the CV model, the LBF model, the LGIF model, and the proposed model are shown in (c)–(f). From this example, we can see that the CV model fails to get the correct segmentation result. The LBF model traps into the local minimum. The LGIF model also gets an incorrect result by using a constant weight 𝜔. The proposed model gives the right segmentation result. We choose 𝜆1=1.1𝑒6 and 𝜆2=1𝑒6 for this image. This example demonstrates the superiority of our proposed model over other models. Furthermore, our result is even better than the result gotten from [26]; the upper part of the object was missed there.

The results for an airplane image using different methods are shown in Figure 2. 𝜆1=1.1𝑒6 and 𝜆2=1𝑒6 are also used for this image. We can see that the result obtained by applying the proposed model is the best one among all these four models. This can also be seen clearly from the final level set function 𝜙 shown in Figure 3.

Figure 4 shows the results for two X-ray images of vessels with different methods. We use 𝜆1=𝜆2=1𝑒5 for these two vessel images. We can see from (b) and (g) that the CV model fails to segment the vessels correctly by only using the global intensity information. (d) and (i) show that the results with the LGIF model are either incorrect, because a constant weight of the global term is used and thus the segmenting curve is influenced too much by the global fitting energy. Column 3 and Column 5 show that both the LBF model and the proposed model can segment these two images correctly.

To compare the results of the two vessel images in Figure 4 with the LBF model and the proposed model, we show the final level set function 𝜙 with the two models in Figure 5. It can be seen that the proposed model can get better final 𝜙 than the LBF model.

In Figure 6 we give a synthetic inhomogeneous image that the proposed model can handle while the other models fail to segment it correctly. We use 𝜆1=𝜆2=1𝑒5 for this image. From (b)–(d) we can see that there are unwanted curves in the final segmentation results when using the other three models. (e) shows that the proposed model can get the correct final contour. In fact by observing the curve evolution processes of these four models, unwanted curves also grow when using the proposed model. However, these unwanted curves will finally disappear with our model because they can move quickly by using the split Brgman method.

Figure 7 shows the corresponding mesh figures of the final level set function 𝜙 with different models for the same synthetic image from Figure 6. Comparing these four mesh figures of the final 𝜙, we can observe that the proposed model can obtain the best final level set function 𝜙 shown in (d) of Figure 7.

The proposed model can be easily extended to be applied for color images. Figure 8 shows an application of our model to a color image of elephants. 𝜆1=1.1𝑒6 and 𝜆2=1𝑒6 are used for this image. The first row shows the active contours on the original image from its initial to converged state. The proposed model can segment this image correctly which can be seen from (d). The second and third rows show the corresponding two fitting images 𝑓1 and 𝑓2. The whole fitting images 𝑓=2𝑖=1𝑀𝜀𝑖(𝜙)𝑓𝑖at different iterations are shown in the last row. The final fitting image shown in (p) can fit the original image well.

Figure 9 shows the curve evolution process from the initial contour to the final contour for a color image of starfish with the proposed model. This image is very inhomogeneous both in the background and foreground and is difficult to segment. We choose 𝜆1=𝜆2=1𝑒7 for this image. The proposed model can segment it correctly.

In Figure 10, we show the results of several other color images with the proposed model. We use 𝜆1=1.1𝑒5 and 𝜆2=1𝑒5 for the first banana image, while 𝜆1=𝜆2=1𝑒6 for the other three images. (a)–(d) show the original images with the initial contours. (e)–(h) show the original images with the final contours. Experimental results show that our model can segment color images well.

In our previous work [22], we have proposed a convex model by applying the split Bregman method to the RSF model. We call it the SBRSF model here. In the SBRSF model we only consider the local information without considering the global information. Thus the SBRSF model may get many local minimums, which can be seen in Figure 11. In Figure 11, we give the results of some color images from Figures 8, 9, and 10. The same initial contours and parameters have been used for the SBRSF model as the proposed model. However, local minimums will occur in the leg part of the back elephant, in the right part of the starfish image, in the middle part of the banana image and in the green pepper. The proposed model considers both the local and the global information and thus can get better results than the SBRSF model.

5. Conclusion

A new convex region-based image segmentation model is proposed in this paper. We consider the local and global intensity fitting terms together and propose a convex energy functional using the globally convex segmentation method. By applying a weight function that varies dynamically with location of the image, the proposed model can adjust the weight of the global intensity fitting term by itself. The split Bregman method is then used to minimize the proposed energy functional more efficiently. We have compared the proposed model with the CV model, the LBF model, the LGIF model, and our previous SBRSF model with synthetic and real images. Experimental results have shown the advantages of the proposed model in image segmentation. The proposed model is a little sensitive to the parameters 𝜆1 and 𝜆2. In fact, the SBRSF model also has this problem. It may be caused by the application of the split Bregman method. This is what we should study more in the future work.

Acknowledgment

This work is supported by Natural Sciences Foundation of Heilongjiang Province (A200909).