Next Article in Journal
A Mathematical Model of Epidemics—A Tutorial for Students
Previous Article in Journal
CNN Feature-Based Image Copy Detection with Contextual Hash Embedding
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Accurate and Practical Explicit Hybrid Method for the Chan–Vese Image Segmentation Model

1
Department of Mathematics, Kangwon National University, Gangwon-do 24341, Korea
2
Department of Mathematics, Korea University, Seoul 02841, Korea
*
Author to whom correspondence should be addressed.
Mathematics 2020, 8(7), 1173; https://doi.org/10.3390/math8071173
Submission received: 17 May 2020 / Revised: 14 July 2020 / Accepted: 15 July 2020 / Published: 17 July 2020

Abstract

:
In this paper, we propose a computationally fast and accurate explicit hybrid method for image segmentation. By using a gradient flow, the governing equation is derived from a phase-field model to minimize the Chan–Vese functional for image segmentation. The resulting governing equation is the Allen–Cahn equation with a nonlinear fidelity term. We numerically solve the equation by employing an operator splitting method. We use two closed-form solutions and one explicit Euler’s method, which has a mild time step constraint. However, the proposed scheme has the merits of simplicity and versatility for arbitrary computational domains. We present computational experiments demonstrating the efficiency of the proposed method on real and synthetic images.

1. Introduction

Image segmentation is a process of partitioning an image into some non-intersecting regions [1,2]. Image segmentation is important in many computer vision and image processing applications [3]. For example, we need to segment MR brain images to get a 3D brain image. Using segmentation technique, we also can detect the head and abdomen of a fetus from an ultrasound image to provide necessary diagnoses and get quantitative estimates of organ sizes [4]. One of the most widely used methods for binary image segmentation is Chan and Vese model [5], which is based on the level set method [6]. In [7], the authors proposed a completely convex formulation of the algorithm of Chan and Vese when the constant values of each phase are not known a priori. Shi and Pan proposed a local and global binary fitting model using the variational level set approach [8]. Çataloluk and Çelebi implemented an image segmentation algorithm based Chan–Vese algorithm [9]. Boykov and Funka-Lea proposed graph cuts based image segmentation [10]. It uses region-based characteristics using an energy minimization [11]. Chen et al. [12] proposed a new diffusion equation model for noisy image segmentation using classical diffusion equation and the segmental process.
The primary purpose of this paper is to present a practical solution algorithm for the previously developed method by the authors in [13]. In that paper, a multigrid method [14] was used to solve the equation, which has a limitation in choosing a domain size, i.e., it should be close to square and the grid size should be a power of two for best performance. The essential contribution of this article is to present a computationally simple and efficient explicit hybrid scheme for image segmentation on arbitrary domains.
The contents of this paper are: In Section 2, the phase-field method for image segmentation is described. In Section 3, we present the computationally efficient and accurate explicit hybrid scheme. We perform computational tests for image segmentation using the proposed algorithm in Section 4. The conclusion is made in Section 5.

2. Phase-Field Model for Image Segmentation

2.1. Mumford–Shah Model

Let Ω be a bounded image domain. Let f 0 ( x ) : Ω [ 0 , 1 ] represent a given grayscale image. For the given image f 0 ( x ) , Mumford and Shah [15] showed that the image segmentation can be done by the minimization of the functional:
E MS ( u , C ) = μ Length ( C ) + Ω f 0 ( x ) u ( x ) 2 d x + ν Ω C u ( x ) 2 d x ,
where u is an approximation to f 0 . Its segmenting curve C is the edges in f 0 . Parameters μ and ν are positive constant.

2.2. Chan–Vese Model

Chan and Vese [5] presented a level set method for the numerical realization of the minimization of the functional (1). In this approach, the unknown curve C is the zero level set of continuous function ϕ ( x ) : Ω R . Here, ϕ is the signed distance from the interface C and it satisfies | ϕ | = 1 . Using ϕ , the energy functional is expressed by
E CV ( c 1 , c 2 , ϕ ) = μ Ω δ ϵ ( ϕ ( x ) ) ϕ ( x ) d x + λ 1 Ω f 0 ( x ) c 1 2 H ϵ ( ϕ ( x ) ) d x + λ 2 Ω f 0 ( x ) c 2 2 ( 1 H ϵ ( ϕ ( x ) ) ) d x .
here, H ϵ ( ϕ ( x ) ) is the regularized Heaviside function and δ ϵ = H ϵ . For example, in the Chan and Vese paper [5], the regularized Heaviside function is defined as
H ϵ ( z ) = 0 , if z < ϵ 1 , if z > ϵ 1 π tan 1 x ϵ + 1 2 , if | z | ϵ .
By applying the gradient descent method, the associated Euler–Lagrange equation is given as
ϕ t = δ ϵ ( ϕ ) μ · ϕ ϕ λ 1 ( f 0 ( x ) c 1 ) 2 + λ 2 ( f 0 ( x ) c 2 ) 2 .
Note that λ 1 = λ 2 was used in the original Chan–Vese model.

2.3. Modified Allen–Cahn Model

In the phase-field method, phase function (or order parameter) ϕ is defined by ϕ ( x ) 1 if x inside ( C ) and ϕ ( x ) 1 if x outside ( C ) while it is distributed continuously on thin interfacial layers. A phase-field approximation for minimizing the Chan–Vese functional is given as
E ( ϕ ) = Ω F ( ϕ ) ϵ 2 + | ϕ | 2 2 d x + 2 Ω ( 1 + ϕ ) 2 f 0 c 1 2 + ( 1 ϕ ) 2 f 0 c 2 2 d x .
here, F ( ϕ ) = 0.25 ( ϕ 2 1 ) 2 and ϵ is a positive parameter. In addition, c 1 and c 2 are the averages of f 0 in the regions which ϕ > 0 and ϕ < 0 , respectively:
c 1 = Ω f 0 ( x ) ( 1 + ϕ ( x ) ) d x Ω ( 1 + ϕ ( x ) ) d x and c 2 = Ω f 0 ( x ) ( 1 ϕ ( x ) ) d x Ω ( 1 ϕ ( x ) ) d x .
By a variational derivative of energy functional (2) with respect to ϕ and assuming c 1 and c 2 are constant, we have the following modified Allen–Cahn equation:
ϕ t = F ( ϕ ) ϵ 2 + Δ ϕ + λ [ ( 1 ϕ ) f 0 c 2 2 ( 1 + ϕ ) f 0 c 1 2 ] .
For more details about the phase-field model for image segmentation, one may refer to [13].

3. Numerical Solution Algorithm

In this section, we describe a computationally efficient and accurate explicit hybrid numerical method for the modified AC Equation (3). For the AC equation part, we use the recently developed explicit hybrid FDM for the AC equation [16,17]. By applying the operator splitting scheme, we can split Equation (3) as a sequence of simpler subproblems:
ϕ t = λ [ ( 1 ϕ ) f 0 c 2 2 ( 1 + ϕ ) f 0 c 1 2 ] ,
ϕ t = Δ ϕ ,
ϕ t = F ( ϕ ) ϵ 2 .
Let Ω = ( a , b ) × ( c , d ) and we discretize the two-dimensional space Ω as the set of cell centers Ω h = { ( x i , y j ) : x i = a + ( i 0 . 5 ) h , y j = c + ( j 0 . 5 ) h , 1 i N x , 1 j N y } , where N x and N y are total number of grid size in x- and y-directions, respectively. Here, h = ( b a ) / N x = ( d c ) / N y is the spatial step size. Let ϕ i j n be approximations of ϕ ( x i , y j , n Δ t ) , where Δ t is the time step size. In the numerical algorithm, we compute the next time step solution ϕ n + 1 with given ϕ n by going through the following three steps:
Step (1) 
Given a solution ϕ n at time t = n Δ t , we solve Equation (4) analytically and the solution after Δ t is
ϕ i j n + 1 , 1 = e λ [ ( f 0 , i j c 1 n ) 2 + ( f 0 , i j c 2 n ) 2 ] Δ t ϕ i j n + ( e λ [ ( f 0 , i j c 1 n ) 2 + ( f 0 , i j c 2 n ) 2 ] Δ t 1 ) ( f 0 , i j c 1 n ) 2 + ( f 0 , i j c 2 n ) 2 ,
where c 1 n and c 2 n are
c 1 n = i = 1 N x j = 1 N y f 0 , i j ( 1 + ϕ i j n ) i = 1 N x j = 1 N y ( 1 + ϕ i j n ) and c 2 n = i = 1 N x j = 1 N y f 0 , i j ( 1 ϕ i j n ) i = 1 N x j = 1 N y ( 1 ϕ i j n ) .
Step (2) 
Next, we solve Equation (5) by using the explicit Euler’s method with homogeneous Neumann boundary condition:
ϕ i j n + 1 , 2 = ϕ i j n + 1 , 1 + h 2 ϕ i 1 , j n + 1 , 1 + ϕ i + 1 , j n + 1 , 1 4 ϕ i j n + 1 , 1 + ϕ i , j 1 n + 1 , 1 + ϕ i , j + 1 n + 1 , 1 .
Step (3) 
Finally, by using the method of separation of variables [18,19], the solution of Equation (6) is
ϕ i j n + 1 = ϕ i j n + 1 , 2 e 2 Δ t / ϵ 2 + ( ϕ i j n + 1 , 2 ) 2 ( 1 e 2 Δ t / ϵ 2 ) .
Here, we note that Equations (7) and (9) are unconditionally stable [13] since the analytic solutions exist for all time steps. However, Equation (8) has a constraint for stability as Δ t 0.25 h 2 because of the explicit Euler scheme for the heat equation. Therefore, the proposed hybrid scheme is stable if and only if the condition, Δ t 0.25 h 2 , is satisfied. Although the scheme has the restriction for stability, it has the merits of simplicity and versatility for arbitrary computational domains. We define the discrete energy functional as
E h ( ϕ n ) = h 2 ϵ 2 i = 1 N x j = 1 N y F ( ϕ n ) + h 2 2 i = 1 N x 1 j = 1 N y | h x ϕ i + 1 2 , j n | 2 + h 2 2 i = 1 N x j = 1 N y 1 | h y ϕ i j + 1 2 n | 2 + λ h 2 2 i = 1 N x j = 1 N y ( 1 + ϕ i j n ) 2 ( f 0 , i j c 1 ) 2 + ( 1 ϕ i j n ) 2 ( f 0 , i j c 2 ) 2 .
where h x ϕ i + 1 2 , j n = ( ϕ i + 1 , j ϕ i j ) / h and h y ϕ i j + 1 2 n = ( ϕ i j + 1 ϕ i j ) / h .
To help readers understand better, we consider a South Korea license plate image as an example. The numerical algorithm of image segmentation method is described as follows:
(i)
Select the real image f for image segmentation (see Figure 1a) and change it into a grayscale image as shown in Figure 1b.
(ii)
Normalize the given image f as
f 0 = ( f f min ) / ( f max f min ) ,
where f max and f min are the maximum and the minimum values of the given image f, respectively, (see Figure 2).
(iii)
Obtain numerical approximation to the given image f 0 by the explicit hybrid scheme, that is described from Steps (1)–(3). Since solutions with the proposed numerical algorithm are almost insensitive to the initial condition of ϕ 0 , we simply initialize ϕ 0 = 2 f 0 1 . We can use the other initial condition. We stop the computation if | E h ( ϕ n + 1 ) E h ( ϕ n ) | < Δ t × t o l . Here, the discrete total energy E h ( ϕ ) is defined by Equation (2). Refer to Algorithm 1 for the procedure.
Algorithm 1 Image segmentation.
 Set the initial condition as ϕ 0 = 2 f 0 1 , N, a tolerance t o l , and n = 0 .
while n N do
   Compute ϕ n + 1 from ϕ n by solving Equations (4)–(6).
   if | E h ( ϕ n + 1 ) E h ( ϕ n ) | < Δ t × t o l then
     Stop the calculation.
   end if
 Set n = n + 1
end while

4. Numerical Experiments

We perform numerical tests using the proposed method on synthetic and real images. In the AC equation without a fidelity term, across the interfacial regions, ϕ varies from 0.9 to 0.9 over a distance of approximately 2 2 ϵ tanh 1 ( 0.9 ) . Let ϵ m = h m / [ 2 2 tanh 1 ( 0.9 ) ] , which implies we have approximately m grid points if we use ϵ = ϵ m .

4.1. Effect of λ

We first consider a given image data: f ( x , y ) = 1 if x 50 ; otherwise f ( x , y ) = 0 on Ω = ( 0 , 100 ) × ( 0 , 100 ) . To study the effect of λ , we perform numerical tests with several λ values with h = 1 , Δ t = 0.001 , t o l = 0.01 , and ϵ = ϵ 16 . Figure 3 shows the relation between λ and interface thickness of numerical results at steady state. Here, the notation m * means the number of points between the transition layer ϕ = 0.9 and ϕ = 0.9 . The inserted small figures represent the steady profiles ϕ ( x , y 50 ) when λ = 0.2 , 1, and 3. As shown in Figure 3, we see that m * decreases as λ increases, which is also shown in the inserted small figures.
As a second test, we consider the following given image:
f ( x , y ) = 1 2 1 tanh ( x 50 ) 2 + ( y 50 ) 2 20 2 δ .
We use the initial condition for ϕ as
ϕ ( x , y , 0 ) = tanh ( x 50 ) 2 + ( y 50 ) 2 20 2 ϵ
on the computational domain Ω = ( 0 , 100 ) × ( 0 , 100 ) and use the following parameters: h = 1 , Δ t = 0.001 , δ = 0.9606 , t o l = 0.01 , and ϵ = ϵ 16 . Figure 4 represents the numerical results at steady state with respect to λ . To see the difference, we show the contour image and cross view of the given image f ( x , y ) and the numerical solution ϕ ( x , y ) . Here, the solid and circle-marked lines are the given image and the numerical solution at steady state, respectively. In this test, we see the standard AC effect when λ = 0 , i.e., motion by mean curvature. In addition, the numerical solution failed to capture the given image closely when δ 0.1 . From this numerical test, we know that it is important to choose a proper value for λ .

4.2. Effect of ϵ

Next, we study the effect of ϵ , which means the interface thickness of numerical solution. For this test, the given image and initial condition are Equations (10) and (11), respectively. The parameters used are space step size h = 1 , time step size Δ t = 0.01 , λ = 0.5 , δ = 0.9606 , and Ω = ( 0 , 100 ) 2 . Figure 5 shows that the interfacial transition layer is larger as the value of ϵ is larger.

4.3. Character Image Segmentation

Now, we apply our proposed method to several character image segmentations. As an example, we consider the car license plate image which is given in Section 3. We use h = 1 , Δ t = 0.2 , ϵ = ϵ 10 , and t o l = 0.1 .

4.3.1. Car License Plate

On Ω = ( 0 , 297 ) × ( 0 , 122 ) , we implement the numerical algorithm with the given image (see Figure 1b) and λ = 20 . Figure 6 shows the temporal evolution of numerical solution. By using our numerical scheme, we obtain the almost segmented image of car license plate in only one iteration and then have final results satisfying the given stop criterion after 29 iterations.

4.3.2. ‘Allen–Cahn Equation’ Text Image

As second test, a character image segmentation is performed for a text image ‘Allen–Cahn equation’ with ‘Vernada’ font on a 355 × 50 mesh with λ = 20 . Figure 7 represents Allen–Cahn equation text image and its segmented image. The first and second column is the original images and the segmented image, respectively. We can obtain the good segmented image after 11 iterations. In this test, we set the initial condition with a small circle as ϕ ( x , y ) = 1.0 if ( x 177.5 ) 2 + ( y 25 ) 2 15 ; otherwise ϕ ( x , y ) = 1 .
Next, we perform Allen–Cahn equation text image segmentation with random initial condition, that is set with 20 % salt-and-pepper noise. Figure 8a shows the overlapped original image and zero contour line of ϕ ( x , y ) at initial state and after 14 iterations. Additionally, we can see the numerical solution ϕ ( x , y ) at each time level in Figure 8b. From these results, we can see that the proposed method presents a good quality segmented image regardless of an initial state.

4.3.3. Barcode Image

Now, we consider the barcode image. For this test, we use λ = 20 on the 554 × 230 mesh. Especially, as shown in first column in Figure 9, we set the initial condition with a rectangle, that is, ϕ ( x , y ) = 1 if | x 277 | 55.4 and | y 115 | 23 ; otherwise ϕ ( x , y ) = 1 . In Figure 9, we can obtain the visually clear results in only one iteration. In addition, we have the final results by the stop criterion after 12 iterations.

4.3.4. Accuracy of the Proposed Method

In this section, we demonstrate the robustness and accuracy of the proposed method through the given image with salt-and-papers noise. In [20], a model for image segmentation was proposed by the binary level-set function using L 0 gradient regularizer as regularizing term. For verification, we perform the same experiments which were presented in [20]. For this test, we use h = 1 , Δ t = 1 , t o l = 1 × 10 5 , and ϵ = ϵ 15 on a 250 × 250 mesh grid.
Figure 10a shows that the original rice image is degraded by different noise density levels. Here, we use three different levels: 0.01 , 0.1 , and 0.2 from left to right columns in Figure 10a. Figure 10b shows the numerical result by the previous method [20]. We can observe that the rice grains in bottom region are not well segmented using the previous method. However, the proposed model can segment almost all rice grains as shown in Figure 10c. In the noisy image, the proposed model has a relatively high accuracy compared to the other model [20].

4.4. Comparison with the Previous Method

We demonstrate the performance of the five test problems that are fingerprint, Europe night-lights, blood vessel, brain MRI, and texture images used in [13] and compare the results between the two methods. Figure 11 shows the initial image and segmented results of the previous method [13], and the proposed method. Tests were performed on a 2.70 GHz Intel Core i5-6400 CPU with 4.00 GB of RAM. We used h = 1 and Δ t = 0.1 . Other parameters are in Table 1.
In recent researches, a multigrid method is known as one of the fastest technique in solving the common discretized equation [14]. Therefore, it is frequently used for image segmentation [13,21,22] since the method can overcome convergence rate degradation and speed up the computation. However, the multigrid method has a restriction in choosing the number of pixels of input image because of its methodology. In this section, we show the advantage of our proposed method by comparing with the previous method [13].
Figure 12a–c represent the original image, the initial condition, and segmented result with 89 × 97 pixels, respectively. Note that 89 and 97 are the prime numbers which have difficulties in using the multigrid method. Figure 12d represents the image segmentation using the previous method in [13], which uses a multigrid method with 96 × 96 pixels. Other parameters are the same as the simulation in the previous section.
Figure 13 shows the evolutions of normalized total discrete energy E h ( ϕ n ) / E h ( ϕ 0 ) for numerical solution by the previous method [13] and new proposed method. As we expected, both energies are shown the non-increasing behavior. Especially, the proposed method is slightly lower than the previous method.
Moreover, we can show the time step size Δ t , the number of iterations, and CPU time (s) in Table 2. Since the previous method in [13] applies an implicit scheme in solving Equation (5), a larger time step can be used than the proposed one and it may reduce the number of iterations for image segmentation. Nevertheless, the CPU time is less when our proposed algorithm is applied in spite of same number of iterations. It results from the cheap computational cost of an explicit scheme.

4.5. Application in Medical Image: Coronary Artery

The coronary artery is a vessel that delivers oxygen-rich blood to the myocardium. The effective technique in imaging coronary arteries is important to avoid complicated clinical procedures and risks to the patient [24]. An image of an artery may have large unnecessary area in square-shaped one because of the artery’s structure and it is inefficient to perform image processing like segmentation. Figure 14 represents the original coronary artery image from [25], the initial condition, and segmented results with 75 × 127 pixels. Here, the parameters are used as ϵ = ϵ 1 and λ = 1 . As shown in Figure 14, the original image has inhomogeneous intensity. By this property, segmentation of the original image is sensitive to the initial condition. In this case, the active contour scheme [5,26] is more suitable for image segmentation because we can capture the target object with intensity inhomogenity using the active contours and they can handle intensity variations across the regions in the domain. Therefore, it is important to determine the appropriate initial condition for good results. To show this, we implement tests with two different initial conditions; ϕ 0 = 2 f 0 1 and two specific rectangles. See second column in Figure 14. As numerical results, we can see that the test with two specific rectangles has a good segmented image.

4.6. Image Segmentation on Arbitrary Domain

Our numerical scheme is based on analytic formulae and explicit scheme. Therefore, it has an advantage to obtain the numerical solution which is defined on complex domain. However, the other solver such as multigrid or FFT is not efficient to solve the discrete equation on complex domain. In this section, we introduce a simple algorithm for image segmentation on arbitrary domain.
Let T be a target image which we want to extract. Let Ω in be an user-selected arbitrary domain which contains the target image T and is embedded in the whole domain Ω . Figure 15a illustrates the target image T and its user-selected arbitrary domain Ω in . In this figure, we construct the closed domain Ω in with 13 points. Furthermore, let Ω in h be a discrete domain, Ω in h be its discrete boundary as shown in Figure 15b with spatial step size h. Here, the computational domain Ω in is approximated by Ω in h as h 0 .
Now, we only proceed the three steps for image segmentation on an arbitrary domain Ω in h . Note that for efficient calculation, we convert ϕ i j in Ω in h into a vector form ( ϕ 1 , ϕ 2 , , ϕ N k ) , where N k = | Ω in h | .
Step (1) 
Given a solution ϕ n = ( ϕ 1 n , , ϕ N k n ) at time t = n Δ t , we solve Equation (4) analytically as follows: For k = 1 , 2 , , N k ,
ϕ k n + 1 , 1 = e λ [ ( f 0 , k c 1 n ) 2 + ( f 0 , k c 2 n ) 2 ] Δ t ϕ k n + ( e λ [ ( f 0 , k c 1 n ) 2 + ( f 0 , k c 2 n ) 2 ] Δ t 1 ) ( f 0 , k c 1 n ) 2 ( f 0 , k c 2 n ) 2 ( f 0 , k c 1 n ) 2 + ( f 0 , k c 2 n ) 2 .
here, c 1 n = i = 1 N k f 0 , k ( 1 + ϕ k n ) / i = 1 N k ( 1 + ϕ k n ) and c 2 n = i = 1 N k f 0 , k ( 1 ϕ k n ) / i = 1 N k ( 1 ϕ k n ) .
Step (2) 
Next, we solve Equation (5) by using the explicit Euler’s method with homogeneous Neumann boundary condition:
ϕ k n + 1 , 2 = ϕ k n + 1 , 1 + Δ t Δ h ϕ k n + 1 , 1 , for k = 1 , 2 , , N k .
Step (3) 
Finally, by using the method of separation of variables, the solution of Equation (6) is
ϕ k n + 1 = ϕ k n + 1 , 2 / e 2 Δ t / ϵ 2 + ( ϕ k n + 1 , 2 ) 2 ( 1 e 2 Δ t / ϵ 2 ) ,
for k = 1 , 2 , , N k .
As the example, we segment original rice image into a part which we want. For numerical test, we use ϵ = ϵ 10 and λ = 100 . Figure 16a–c show rice image and target domain, segmented image, and segmented contour line with original image, respectively. We can observe the flexibility of the proposed method.

5. Conclusions

In this paper, we presented a computationally fast and accurate explicit hybrid method for image segmentation. By using a gradient flow, the governing equation is derived from a phase-field model to minimize the Chan–Vese functional for image segmentation. The resulting governing equation is the Allen–Cahn equation with a nonlinear fidelity term. The numerical solution algorithm consists of the two closed-form solutions and one explicit Euler’s method. Even though the scheme is explicit, the proposed scheme has the merits of simplicity and versatility for arbitrary computational domains. We presented computational experiments to demonstrate the efficiency of the proposed image segmentation algorithm on real and synthetic images.

Author Contributions

Conceptualization, D.J. and J.K.; Investigation, S.K. and C.L.; Methodology, J.K.; Project administration, D.J. and J.K.; Software, D.J.; Supervision, J.K.; Validation, S.K. and C.L.; Visualization, S.K. and C.L.; Writing original draft, D.J. and J.K.; Writing review and editing, C.L. All authors contributed equally. All authors have read and agreed to the published version of the manuscript.

Funding

The first author (D. Jeong) was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIP) (NRF-2017R1E1A1A03070953).

Acknowledgments

The authors greatly appreciate the reviewers for their constructive comments and suggestions, which have improved the quality of this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Pal, N.R.; Pal, S.K. A review on image segmentation techniques. Pattern Recognit. 1993, 26, 1277–1294. [Google Scholar] [CrossRef]
  2. Zhang, Y.J. Evaluation and comparison of different segmentation algorithms. Pattern Recognit. Lett. 1997, 18, 963–974. [Google Scholar] [CrossRef]
  3. Umbaugh, S.E.; Moss, R.H.; Stoecker, W.V.; Hance, G.A. Automatic color segmentation algorithms-with application to skin tumor feature identification. IEEE Eng. Med. Biol. Mag. 1993, 12, 75–82. [Google Scholar] [CrossRef]
  4. Wasilewski, M. Active contours using level sets for medical image segmentation. In Medical Imaging: Segmentation; University of Waterloo: Waterloo, ON, Canada, 2014. [Google Scholar]
  5. Chan, T.; Vese, L. Active contours without edges. IEEE Trans. Image Process. 2001, 10, 266–277. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Osher, S.; Sethian, J.A. Fronts propagating with curvature-dependent speed: Algorithms based on Hamilton–Jacobi formulations. J. Comput. Phys. 1988, 79, 12–49. [Google Scholar] [CrossRef] [Green Version]
  7. Brown, E.S.; Chan, T.F.; Bresson, X. Completely convex formulation of the Chan–Vese image segmentation model. Int. J. Comput. Vis. 20012, 98, 103–121. [Google Scholar] [CrossRef]
  8. Shi, N.; Pan, J. An improved active contours model for image segmentation by level set method. Optik 2016, 127, 1037–1042. [Google Scholar] [CrossRef]
  9. Çataloluk, H.; Çelebi, F.V. A novel hybrid model for two-phase image segmentation: GSA based Chan–Vese algorithm. Eng. Appl. Artif. Intell. 2018, 73, 22–30. [Google Scholar] [CrossRef]
  10. Boykov, Y.; Funka-Lea, G. Graph cuts and efficient N-D image segmentation. Int. J. Comput. Vis. 2006, 70, 109–131. [Google Scholar] [CrossRef] [Green Version]
  11. Bauer, S.; Wiest, R.; Nolte, L.P.; Reyes, M. A survey of MRI-based medical image analysis for brain tumor studies. Phys. Med. Biol. 2013, 58, R97–R129. [Google Scholar] [CrossRef]
  12. Chen, B.; Zhou, X.H.; Zhang, L.W.; Wang, J.; Zhang, W.Q.; Zhang, C. A new nonlinear diffusion equation model for noisy image segmentation. Adv. Math. Phys. 2016, 2016, 8745706. [Google Scholar] [CrossRef] [Green Version]
  13. Li, Y.; Kim, J. An unconditionally stable hybrid method for image segmentation. Appl. Numer. Math. 2014, 82, 32–43. [Google Scholar] [CrossRef]
  14. Trottenberg, U.; Oosterlee, C.W.; Schüller, A. Multigrid; Academic Press: London, UK, 2001. [Google Scholar]
  15. Mumford, D.; Shah, J. Optimal approximation by piecewise smooth functions and associated variational problems. Commun. Pure Appl. Math. 1989, 42, 577–685. [Google Scholar] [CrossRef] [Green Version]
  16. Oyjinda, P.; Pochai, N. Numerical simulation to air pollution emission control near an industrial zone. Adv. Math. Phys. 2017, 2017, 5287132. [Google Scholar] [CrossRef] [Green Version]
  17. Jeong, D.; Kim, J. An explicit hybrid finite difference scheme for the Allen–Cahn equation. J. Comput. Appl. Math. 2018, 340, 247–255. [Google Scholar] [CrossRef]
  18. Stuart, A.; Humphries, A.R. Dynamical System and Numerical Analysis; Cambridge University Press: Cambridge, UK, 1998. [Google Scholar]
  19. Li, Y.; Lee, H.G.; Jeong, D.; Kim, J. An unconditionally stable hybrid numerical method for solving the Allen–Cahn equation. Comput. Math. Appl. 2010, 60, 1591–1606. [Google Scholar] [CrossRef] [Green Version]
  20. Biswas, S.; Hazra, R. A new binary level set model using L0 regularizer for image segmentation. Signal. Process. 2020, 174, 107603. [Google Scholar] [CrossRef]
  21. Yang, X.; Gao, X.; Tao, D.; Li, X.; Li, J. An efficient MRF embedded level set method for image segmentation. IEEE Trans. Image Process. 2015, 24, 9–21. [Google Scholar] [CrossRef]
  22. D’Ambra, P.; Tartaglione, G. Solution of Ambrosio—Tortorelli model for image segmentation by generalized relaxation method. Commun. Nonlinear Sci. Numer. Simul. 2015, 20, 819–831. [Google Scholar] [CrossRef]
  23. Ramirez-Cortes, J.M.; Gomez-Gil, P.; Sanchez-Perez, G.; Prieto-Castro, C. Shape-based hand recognition approach using the morphological pattern spectrum. J. Electron. Imaging 2009, 18, 013012. [Google Scholar]
  24. Yang, Y.; Tannenbaum, A.; Giddens, D. Knowledge-based 3D segmentation and reconstruction of coronary arteries using CT images. In Proceedings of the 26th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, San Francisco, CA, USA, 1–5 September 2004; pp. 1664–1666. [Google Scholar]
  25. Berenguer, A.; Mainar, V.; Bordes, P.; Valencia, J.; Arrarte, V. Spontaneous coronary artery dissection. An infrequent cause of acute coronary syndromes. Rev. Esp. Cardiol. 2003, 56, 1017–1021. [Google Scholar] [CrossRef]
  26. Dai, L.; Ding, J.; Yang, J. Inhomogeneity-embedded active contour for natural image segmentation. Pattern Recognit. 2015, 48, 2513–2529. [Google Scholar] [CrossRef]
Figure 1. (a) Real and selected license plate image. (b) Selected grayscale image.
Figure 1. (a) Real and selected license plate image. (b) Selected grayscale image.
Mathematics 08 01173 g001
Figure 2. (a) Given image f and (b) normalized grayscale image f 0 .
Figure 2. (a) Given image f and (b) normalized grayscale image f 0 .
Mathematics 08 01173 g002
Figure 3. Numerical results at steady state for several values of λ .
Figure 3. Numerical results at steady state for several values of λ .
Mathematics 08 01173 g003
Figure 4. Zero level set (top row) and cross section (bottom row) along the y = 50 of given image f (solid line) and numerical solution ϕ (circle-marked line) for different λ .
Figure 4. Zero level set (top row) and cross section (bottom row) along the y = 50 of given image f (solid line) and numerical solution ϕ (circle-marked line) for different λ .
Mathematics 08 01173 g004
Figure 5. Numerical results at steady state for several values of ϵ .
Figure 5. Numerical results at steady state for several values of ϵ .
Mathematics 08 01173 g005
Figure 6. Korean car license plate image segmentation: (a) zero contour line with original image. (b) Segmented image.
Figure 6. Korean car license plate image segmentation: (a) zero contour line with original image. (b) Segmented image.
Mathematics 08 01173 g006
Figure 7. Allen–Cahn equation text image segmentation with a small circle initial condition. (a) Original image and contour line. (b) Filled contours.
Figure 7. Allen–Cahn equation text image segmentation with a small circle initial condition. (a) Original image and contour line. (b) Filled contours.
Mathematics 08 01173 g007
Figure 8. Allen–Cahn equation text image segmentation with a random initial condition. (a) Original image and contour line. (b) Filled contours.
Figure 8. Allen–Cahn equation text image segmentation with a random initial condition. (a) Original image and contour line. (b) Filled contours.
Mathematics 08 01173 g008
Figure 9. Barcode image segmentation with a rectangle initial condition. (a) Original image and contour line. (b) Segmented image.
Figure 9. Barcode image segmentation with a rectangle initial condition. (a) Original image and contour line. (b) Segmented image.
Mathematics 08 01173 g009
Figure 10. Rice image with salt-and-paper noise segmentation. From left to right columns, the noise density level are 0.01 , 0.1 , 0.2 . (a) Original image with noise and numerical results by (b) previous method in [20] and (c) proposed method used λ = 100 , 200 , 300 according to each noise density level 0.01 , 0.1 , 0.2 , respectively.
Figure 10. Rice image with salt-and-paper noise segmentation. From left to right columns, the noise density level are 0.01 , 0.1 , 0.2 . (a) Original image with noise and numerical results by (b) previous method in [20] and (c) proposed method used λ = 100 , 200 , 300 according to each noise density level 0.01 , 0.1 , 0.2 , respectively.
Mathematics 08 01173 g010
Figure 11. Various image segmentation: (a) fingerprint, (b) Europe night-lights, (c) blood vessel, (d) brain MRI, and (e) texture images. From top to bottom, original images, the segmented results using our proposed method and previous method in [13].
Figure 11. Various image segmentation: (a) fingerprint, (b) Europe night-lights, (c) blood vessel, (d) brain MRI, and (e) texture images. From top to bottom, original images, the segmented results using our proposed method and previous method in [13].
Mathematics 08 01173 g011
Figure 12. Hand image segmentation. (a) Original image from [23] that Copyright 2016 Society of Photo Optical Instrumentation Engineers. (b) Initial condition with a circle. Segmented contour line (red color) and original image using (c) our proposed method and (d) the previous method [13].
Figure 12. Hand image segmentation. (a) Original image from [23] that Copyright 2016 Society of Photo Optical Instrumentation Engineers. (b) Initial condition with a circle. Segmented contour line (red color) and original image using (c) our proposed method and (d) the previous method [13].
Mathematics 08 01173 g012
Figure 13. Time evolution of normalized total discrete energy for numerical solution by previous method [13] and new proposed method.
Figure 13. Time evolution of normalized total discrete energy for numerical solution by previous method [13] and new proposed method.
Mathematics 08 01173 g013
Figure 14. Coronary image having intensity inhomogeneity. Original image from [25] which permissions by Elsevier and temporal segmented results. Here, the initial conditions are used by (a) ϕ 0 = 2 f 0 1 and (b) two designated rectangles.
Figure 14. Coronary image having intensity inhomogeneity. Original image from [25] which permissions by Elsevier and temporal segmented results. Here, the initial conditions are used by (a) ϕ 0 = 2 f 0 1 and (b) two designated rectangles.
Mathematics 08 01173 g014
Figure 15. (a) Schematic of the complex domain Ω in containing the target image T on the whole domain Ω . (b) Its corresponding discrete domain Ω in h which is represented by open circles.
Figure 15. (a) Schematic of the complex domain Ω in containing the target image T on the whole domain Ω . (b) Its corresponding discrete domain Ω in h which is represented by open circles.
Mathematics 08 01173 g015
Figure 16. Rice image (a) target domain, (b) segmented image, and (c) segmented contour line with original image.
Figure 16. Rice image (a) target domain, (b) segmented image, and (c) segmented contour line with original image.
Mathematics 08 01173 g016
Table 1. Comparison of performance between our proposed method and previous method in [13].
Table 1. Comparison of performance between our proposed method and previous method in [13].
Case(a)(b)(c)(d)(e)
parameterspixels 256 × 256 256 × 256 64 × 64 256 × 256 256 × 256
λ 11.81011.5
ϵ ϵ 2 ϵ 40 ϵ 4 ϵ 5 ϵ 30
t o l 8100.00420101.2
proposed methodIterations131963685196
CPU time (s)0.4376.2350.0782.8596.266
Li et al. [13]Iterations122003687195
CPU time (s)0.79612.6870.1415.53112.125
Table 2. Time step size Δ t , the number of iterations, and CPU time (s) used in Figure 12c,d.
Table 2. Time step size Δ t , the number of iterations, and CPU time (s) used in Figure 12c,d.
MethodPixels Δ t IterationsCPU Time (s)
Proposed method 89 × 97 0.113 0.826
Li et al. [13] 96 × 96 0.113 1.061

Share and Cite

MDPI and ACS Style

Jeong, D.; Kim, S.; Lee, C.; Kim, J. An Accurate and Practical Explicit Hybrid Method for the Chan–Vese Image Segmentation Model. Mathematics 2020, 8, 1173. https://doi.org/10.3390/math8071173

AMA Style

Jeong D, Kim S, Lee C, Kim J. An Accurate and Practical Explicit Hybrid Method for the Chan–Vese Image Segmentation Model. Mathematics. 2020; 8(7):1173. https://doi.org/10.3390/math8071173

Chicago/Turabian Style

Jeong, Darae, Sangkwon Kim, Chaeyoung Lee, and Junseok Kim. 2020. "An Accurate and Practical Explicit Hybrid Method for the Chan–Vese Image Segmentation Model" Mathematics 8, no. 7: 1173. https://doi.org/10.3390/math8071173

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop