Skip to main content

A new efficient active contour model without local initializations for salient object detection

Abstract

Abstract

In this paper, we propose a fast and effective polarity-based active contour for salient object detection in grey-level images and color images. The adopted variational level set formulation forces the level set function to be close to a signed distance function and therefore completely eliminates the need of the re-initialization procedure and speeds up the curve evolution. Moreover, instead of the classical and widely used gradient-based stopping function, depending on the image gradient, to stop the curve evolution, we use a polarity-based stopping function. In fact, comparatively to the gradient information, the polarity information accurately distinguishes the boundaries or edges of the salient objects in images. One other nice result of the use of polarity information is that the ad hoc manual and local initializations of the evolving curves inside and outside the image objects can be avoided. Therefore, one trivial and global initialization of the evolving curve can be performed to detect image salient objects. We also investigate the multi-spectral polarity information to generalize the proposed active contour to color images. Experiments are performed on several grey-level images and color images to show the advantage and the effectiveness of our new active contour model.

1 Introduction

In the last decades, image segmentation has been the subject of active research in computer vision and image processing. A large body of work on geometric active contours, i.e., active contours implemented via level set methods, has been proposed to address a wide range of image segmentation problems [13]. Level set methods were first introduced by Osher and Sethian [4] for capturing moving fronts. Active contours were introduced by Kass et al. [5] to segment objects in images using dynamic curves. The existing active contour models can be classified as either parametric active contour models or geometric active contour models according to their representation and implementation. In particular, the parametric active contours [5, 6] are represented explicitly as parameterized curves in a Lagrangian framework, while the geometric active contours [1, 3, 7] are represented implicitly as level sets of a two-dimensional function that evolves in an Eulerian framework. Geometric active contours were introduced by Caselles et al. [1] and Malladi et al. [3], respectively. These models are based on curve evolution theory [8] and level set method [9]. The basic idea is to evolve a level set function representing the contours according to a partial differential equation (PDE). The main advantage of this approach over the traditional parametric active contours is that the contours represented by the level set function may break or merge naturally during the evolution, and the topological changes are thus automatically handled [10]. Early geometric active contour models [1, 3, 7] utilize a Lagrangian formulation that leads to a certain evolution PDE of a parametrized curve. Then, a new evolution PDE for a level set function is obtained using the related Eulerian formulation from level set methods. More precisely, the new evolution PDE can be directly derived from the problem of minimizing a certain energy functional defined on the level set function. These methods are known as variational level set methods [1113]. These methods are more robust than the pure PDE-driven level set methods. In fact, they are more convenient for incorporating additional information such as shape and region location [14]. In implementing the traditional level set methods, it is numerically necessary to keep the evolving level set function close to a signed distance function [9, 15]. Re-initialization, a technique for periodically re-initializing the level set function to a signed distance function during the evolution, has been extensively used as a numerical remedy for maintaining stable curve evolution and ensuring usable results. However, re-initialization can cause a disagreement between the theory of the level set method and its implementation [16]. Moreover, it has a disadvantageous side effect of moving the zero level set away from its original location. Generally speaking, the problem is when and how to apply the re-initialization [16]. For this reason, Chunming et al. [17] proposed a new variational formulation that forces the level set function to be close to a signed distance function and therefore completely eliminates the need of the costly re-initialization procedure. The variational level set formulation presented in [17] has three main advantages over the traditional level set formulations. First, a significantly larger time step can be used for numerically solving the evolution PDE and therefore speeds up the curve evolution. Second, the level set function could be initialized as functions that are computationally more efficient to generate than the signed distance function. Third, the proposed level set evolution can be implemented using simple finite difference scheme, instead of complex upwind scheme as in traditional level set formulations [17]. However, like most of classical snakes and active contour models, the model proposed in [17] relies on edge indicator functions or gradient-based stopping functions, depending on the image gradient, to stop the curve evolution. These models can detect only objects with edges defined by gradient. In practice, the discrete gradient modules can have relatively small local maximums on the object edges and then the stopping function can be relatively far from zero on the edges, and the curve may pass through the boundary. Also, the local maximums of the discrete gradient modules in the textured or noisy regions can be very close or equal to those of the object edges. Therefore, the evolving curve may stop before reaching the object boundaries. Moreover, if the image is very noisy, the isotropic smoothing Gaussian (used to compute the gradient module values) has to be strong, which will smooth the edges too. To solve these problems, we propose a stopping function which is based on the polarity information of the image edges. The polarity vanishes or is very close to zero inside a noise or texture region, whereas it maintains values very close to 1 on the relevant or main region edges. Consequently, the evolving curve will stop at these edges. Combining the polarity information with the active contour model of [17] has two advantages. First, the ad hoc manual and local initializations of the evolving curves inside and outside the image objects can be avoided. Only one trivial and global initialization of the evolving curve can be performed to detect image salient objects. Second, we obtain a fast and re-initialization-free active contour model which is robust to the textured and noisy regions. We also investigate the multi-spectral polarity information to generalize the proposed active contour to color images. The computation of the multi-spectral polarity is based on the multi-spectral gradient proposed by [18].

1.1 Related work

Among the most recent active contour models based on the level set formalism, some use boundary information to guide the contour evolution (based on association of a speed of propagation to each contour point) [7, 19, 20], whereas others are guided by the statistics of the regions enclosed by the contours (based on optimization of a global homogeneity measure) [11, 2124]. In the first group of active contour models, most of the proposed methods are based on edge indicator functions depending on the image gradient. Moreover, they do not avoid the heavy re-initialization procedure. In the latter group, two different approaches have been investigated for extracting and modeling region information. In the first approach, the region information (the number and statistics of the regions) is calculated prior to curve evolution, using the whole image data. Region contours are then evolved to build a partition of the image that conforms to the a priori extracted information [2527]. In the second approach, the segmentation is data-driven; that is, the region information is extracted adaptively to the region contour evolution. However, the approach assumes the number of regions is fixed a priori by the user, which means the segmentation is not fully unsupervised [11, 22, 23]. In general, in both approaches, the segmentation is not fully unsupervised. In fact, they need prior knowledge about the image texture and regions. Moreover, these approaches are generally computationally prohibitive [28, 29]. Among the relevant region-based active contours which are re-initialization free and recently proposed in the literature, we can mention the ones proposed in [30, 31] and [32]. In [30], the authors proposed a region-based active contour model based on local image fitting to extract the local image information, with respect to intensity inhomogeneity. Besides that, a method based on Gaussian filtering was introduced to regularize the level set function in order to avoid the costly re-initialization method. In [31], an active contour model based on selective binary and Gaussian filtering regularized level set was proposed. This model benefits from the advantages of geodesic active contours (GAC) [7] and C-V region-based active contours [33]. In the proposed method, a new region-based signed pressure function (SPF) was introduced using statistical information inside and outside the contour. SPF acts like edge stopping function in GAC model, which stops the contour evolution on the object boundaries. Moreover, like C-V model, the proposed active contour model is able to automatically detect all contours regardless of the location of the initial contour. Also, a Gaussian filter was applied to regularize level set function and avoid re-initialization. More recently, in [32], the authors proposed a novel reaction-diffusion method for implicit region-based active contours [33], which is completely free of the costly re-initialization procedure in level set evolution. This method outperforms other classical region-based active contours methods, especially, on noisy images. Note that the active contour models in [32] and [30] were mainly conceived to deal with image with intensity inhomogeneity. However, region-based active contours generally suffer from low performance on images with high-intensity inhomogeneity, such as, texture [14].

Recently, active contour models, which exploit together region and boundary information, are proposed in the literature. We can mention Allili and Ziou [14] who proposed an unsupervised color-texture image segmentation method based on active contour. The variational level set formulation adopted relies on a stopping function which utilizes polarity information of the image edges. However, its active contour model is based on homogeneous seed initialization for different image regions. Moreover, it does not avoid the costly re-initialization procedure, and its curve evolving process is based on an expectation-maximization type algorithm [34] to fit the mixture parameters to the region data enclosed by the contours after evolution, which is computationally expensive. More recently, Tian et al. [35] proposed a level set active contour combining edge and region information. Its level set formulation consists of the edge-related term, the region-based term, and the regularization term. The edge-related term is derived from the image gradient and facilitates the contours evolving into object boundaries [7]. The region-based term is constructed using both local and global statistical information and related to the direction and velocity of the contour propagation [36]. The last term ensures stable evolution of the contours [37, 38]. Finally, a Gaussian filtering is used to regularize the level set function following each iteration, which avoids the calculation of a signed distance function and re-initialization. However, in [35], the boundary information is also represented by the classical gradient.

This paper is organized as follows. In Section 2, we will explain the derivation of the polarity information, and we will compare it to the gradient information. Also, we will present the multi-spectral and grey-level gradient information and then explain the derivation the multi-spectral and grey-level polarity information. In Section 3, we will describe our new active contour model which is the combination of the active contour model of [17] with the polarity information. Section 4 provides an experimental evaluation and comparison of the polarity-based active contour to the edge-based active contour proposed in [17] and to the region-based active contour models proposed in [30] and [31], on grey level and color images. Finally, we present our conclusions.

2 The polarity information

The most common type of edge detection techniques has used gradient operators, of which there have been numerous variations [5, 1113, 17, 39]. To detect salient region or object borders, we employ the pixels’ polarity. Using polarity information, we can figure out whether a pixel lies on textured or noisy regions or on an edge separating two salient regions. In fact, comparatively to the gradient information, the polarity information accurately discriminates the boundaries of the salient objects. The pixel (x,y) polarity P((x,y)) [14, 34] is a local image property described as a measure of the extent to which the gradient vectors in a certain neighborhood ((x,y)) of (x,y) are oriented in the same and dominant direction that we denote by η . Thus, the method looks at the structure of the gradient vectors in the pixel (x,y) neighborhood ((x,y)). This structure is represented by the following second-moment matrix (or structure matrix).

M σ (x,y)= ( u , v ) ( ( x , y ) ) G σ (u,v)(I(u,v)) ( I ( u , v ) ) T ,
(1)

where I(u,v) is the gradient of the image intensity at the pixel (u,v) in the neighborhood ((x,y)) of the pixel (x,y) and G σ = 1 2 π σ exp u 2 + v 2 2 σ 2 is a smoothing Gaussian kernel with variance σ2. The scale σ is defined to be the width of the Gaussian window within which the gradient vectors of the image are pooled. Moreover, this smoothing scale should be adapted to the texture in hand since coarse textures need larger scale values than fine ones. Assume now that m 1 and m 2 are the eigenvalues of M σ (x,y), where m 1 > m 2. As m 1 > > m 2, the neighborhood ((x,y)) has a dominant orientation in the direction of the eigenvector that corresponds to m 1. This eigenvector represents η . Therefore, we express the polarity information P((x,y)) at the pixel (x,y) by the following function:

P ( ( x , y ) ) = ( u , v ) ( ( x , y ) ) G σ ( u , v ) I ( u , v ) , η I ( u , v ) η , = ( u , v ) ( ( x , y ) ) G σ ( u , v ) I ( u , v ) η cos ( ς ) I ( u , v ) η , = ( u , v ) ( ( x , y ) ) G σ ( u , v ) cos ( ς ) ,
(2)

where 〈〉 denotes the vector scalar product and ς represents the angle between the vectors I(u,v) and η . The smoothing scale for the pixel (x,y) is chosen by looking at the behavior of the polarity to the changing of the value of the scale σ. In a typical image region, homogeneous in color or texture, region edges will be located where the polarity maintains values near 1 for all possible scale values (c o s(ς = 0) = 1 in sum (2)) (see Figure 1a); whereas, the polarity vanishes inside a homogeneous color intensity or texture regions as the value of the scale is increased (since multiple vector directions ς s will be included in the sum (2)) (see Figure 1b,c). By varying the scale σ from 1 to 6, we choose the smoothing scale beyond which the polarity does not vary more than a fixed threshold T.

Figure 1
figure 1

Different values of the polarity of a pixel represented by the green point. In a (a) salient boundary separating two different regions (P1), (b) noisy or texture region (P0), and (c) homogeneous color intensity region (P0) (The arrows represent the gradient vectors).

For color or multi-spectral images, edges are typically modeled as color changes which are not only associated with color brightness discontinuities or color intensity contrast between the homogeneous regions but also with orientation changes of the color vectors associated to the color image pixels. According to [18], a color image edge detection is based on finding local maxima in the first directional derivative of the vector-valued color intensity function, which represents the color image and associates to each color image pixel a vector containing the local color channels. The magnitude of the strongest change of the vector-valued function which represents the multi-spectral gradient module coincides with the largest eigenvalue of the matrix JT J, denoted by λ max, where J is the Jacobian matrix of the vector-valued function representing the color image. Thus, the multi-spectral gradient I(u,v) at the pixel (u,v) in the neighborhood of (x,y) is simply the eigenvector ϑ (u,v) associated with the largest eigenvalue λ max (u,v) [18]. Note that gradient information in grey-level images is only a particular case of multi-spectral images. In this case, the image is represented by a single-valued color intensity function, and I(u,v)= ∂I ( u , v ) ∂u , ∂I ( u , v ) ∂v is computed by the convolution of the image with the first derivative of a Gaussian filter along each dimension.

From Figure 2, we can clearly notice that comparatively to the gradient information, the polarity information accurately distinguishes the boundaries or edges of the salient objects.

Figure 2
figure 2

Comparison between polarity information and gradient information. (a, d, g) Original grey-level images; (b, e, h) gradient images of the original images; and (c, f, i) polarity images of the original images (σ = 6).

3 The active contour model using polarity information

In image segmentation, active contours are dynamic curves that moves toward the object boundaries. To achieve this goal, an external energy is defined to move the zero level curve toward the object boundaries. Let I be a grey-level image and g be the classical gradient-based stopping function defined by

g= 1 1 + | I | 2 if I is a grey-level image , 1 1 + λ max 2 if I is a multi-spectral image ,
(3)

Most of the classical snakes and active contour models use this function as a stopping criteria [5, 1113, 17]. The function g is supposed to vanish when the active contour is very close to the boundaries. However, in practice, the discrete gradient modules |I| and λ max can have relatively small local maximums on the object edges and then the stopping function can be relatively far from zero on the edges, and the curve may pass through the boundary. Also, for the textured or noisy regions, |I| and λ max can be very close or equal to those of the object edges. Therefore, the evolving curve may stop before reaching the object boundaries. Moreover, if the image is very noisy, the isotropic smoothing Gaussian (used to compute the gradient module values) has to be strong, which will smooth the edges too. Hence, we propose the use of a stopping function based on the polarity information and defined by

g p = 1 P ( I ) polarity P ( I ) for grey-level image I , 1 P m ( I ) polarity P m ( I ) for multi-spectral image I .
(4)

As the active contour is very close to an edge inside a noisy or textured region, g p is very close to 1, and if the active contour is very close to a salient object boundary, g p is very close to zero. Therefore, the active contour will keep evolving till reaching the salient object boundaries. Combining the proposed polarity-based stopping function with the variational formulation of [17], a total energy function can be defined as follow:

E ( ϕ ) = μ Ω 1 2 ( | ( ϕ ) | 1 ) 2 dxdy + λ Ω g p δ ( ϕ ) | ϕ | dxdy + ν Ω g p H ( ϕ ) dxdy ,
(5)

where λ > 0 and ν are constants, ϕ is the level set function [40], δ is the univariate Dirac function, Ω2, H is the Heaviside function, and the first term Ω 1 2 (|δ(ϕ)1 | 2 )dxdy is a metric or penalizing energy to characterize how close a function ϕ is to a signed distance function in Ω, this penalization is controlled by the parameter μ. The metric plays a key role in the variational level set formulation, since it avoids the costly re-initialization procedure while the active contour is evolving [17]. The total energy E(ϕ) drives the zero level set toward the object boundaries while penalizing the deviation of ϕ from a signed distance function during its evolution. The total energy function is minimized using calculus of variations [41] and the Gateaux derivative (first variation) of the functional E(ϕ) in Eq. (5). Since the function ϕ that minimizes this functional satisfies the Euler-Lagrange equation Ą ∂E ∂ϕ =0. The steepest descent process for minimization of the functional E is the following gradient flow:

∂ϕ ∂t =μ[Δϕdiv( ϕ | ϕ | )]+λδ(ϕ)div( g p ϕ | ϕ | )+ν g p δ(ϕ),
(6)

where Δ is the Laplacian operator. This gradient flow is the evolution equation of the level set function in the proposed method [17]. Because of the diffusion term introduced by the penalizing energy, there is no longer need for the upwind scheme [10, 17] as in the traditional level set methods. Instead, all the spatial partial derivatives ∂ϕ ∂x and ∂ϕ ∂y are approximated by the central difference, and the temporal partial derivative ∂ϕ ∂t is approximated by the forward difference [17]. So, the approximation in Eq. (6) can be simply written as

ϕ i , j k + 1 = ϕ i , j k +τL( ϕ i , j k ),
(7)

where τ is the time step. The coefficient ν can be positive or negative, depending on the relative position of the initial contour to the object of interest. For example, if the initial contours are placed outside the object, the coefficient ν in the weighted area term should take positive value so that the contours can shrink faster. If the initial contours are placed inside the object, the coefficient ν should take negative value to speed up the expansion of the contours. However, since the stopping function g p depends on the polarity information, the ad hoc manual and local initializations of the evolving curves inside the image objects can be avoided, as the noise and texture outside the objects have no more effect or removed.

4 Experimental results

In this section, in order to tease out the advantage of using polarity information, we compare the active contour model based on the polarity information to the gradient-based active contour model of [17], on grey-level and color images, and to the region-based active contours proposed in [30] and [31], on only grey-level images. These comparisons are performed on 17 grey-level images (standard 256 color map images) and RGB color images, and the results are illustrated in Figures 3, 4, 5, and 6. From these figures, we can clearly notice that the proposed active contour model based on the polarity information outperforms significantly the other active contour models, on all the grey-level images and color images used, in term of salient object detection. Moreover, we can see that the salient objects in each image are efficiently detected using the polarity-based active contour, despite of the global and easy initialization of the evolving curve outside of the salient objects. Hence, no more need for the ad hoc local initializations of the evolving curves inside and outside the image objects. For example, to detect the desired object in Image 12 using the gradient information, the initialization of the evolving curve should be performed manually and locally inside the desired object. However, this latter can be easily detected using the polarity information and a global and simple initialization of the evolving curve, since the noise around the desired object is removed thanks to the polarity smoothing. Here, the proposed method outperforms the region-based active contour models, since the used images are clouted with texture and noise, and the region-based active contours generally show low performance in segmenting and detecting objects in images with high-intensity inhomogeneity.

Figure 3
figure 3

Comparison between the different active contour models. (a) First column - original grey-level images with initial active contours (represented by white lines), (b) second column - segmentation results using gradient-based active contour, (c) third column - segmentation results using region-based active contour of [31], (d) fourth column - segmentation results using region-based active contour of [30], and (e) fifth column - segmentation results using polarity-based active contour.

Figure 4
figure 4

Comparison between the different active contour models. (a) First column - original grey-level images with initial active contours (represented by white lines), (b) second column - segmentation results using gradient-based active contour, (c) third column - segmentation results using region-based active contour of [31], (d) fourth column - segmentation results using region-based active contour of [30], and (e) fifth column - segmentation results using polarity-based active contour.

Figure 5
figure 5

Comparison between the different active contour models. (a) First column original grey-level images with initial active contours (represented by white lines), (b) second column - segmentation results using gradient-based active contour, (c) third column - segmentation results using region-based active contour of [31], (d) fourth column - segmentation results using region-based active contour of [30], and (e) fifth column - segmentation results using polarity-based active contour.

Figure 6
figure 6

Comparison between the two active contour models. (a) First column (left to right) - original color images with initial active contours (represented by red lines), (b) second column (left to right) - segmentation results using multi-spectral gradient-based active contour, and (c) third column (left to right) - segmentation results using multi-spectral polarity-based active contour.

In implementing the proposed level set method, the time step τ can be chosen significantly larger than the time step used in the traditional level set methods [17]. We have tried several values of the time step τ in our experiments for the different grey-level and multi-spectral images, ranging from 0.1 to 80. Also, according to our experiments, we have found that in order to maintain stable active contour evolution, the time step τ and the coefficient μ must be chosen such a way that τ μ < 0.25. Moreover, we noticed that using larger time step τ can speed up the evolution but may cannot locate the boundary properly, if τ is chosen relatively too large. There is a tradeoff between choosing larger time step and accuracy in boundary location. Usually, we have used 5≤τ≤10 for most of the grey-level and multi-spectral images. Generally speaking, for most of the grey-level and multi-spectral images, we used the parameters λ = 5, μ=0.04, and ν = 3 (note that we should set ν = −3 if the initial level set is computed from the region enclosed by the salient object), and the curves evolutions take from 280 to 600 iterations. Since most of the grey-level and multi-spectral images used in our experiment have coarse textures, the polarity smoothing scale was generally chosen relatively large σ6. However, as we choose relatively large scales σ s in a neighborhood of each image pixel, we pool the local gradient vectors within a larger smoothing Gaussian window. As a pleasing consequence, the coarse texture within the image regions is removed, but the salient edges (with polarity values close to 1) would be thicker (i.e., see the results in Figure 2 with σ = 6). Thus, we expect the active contour to stop evolving slightly (not remarkable for most of the images used in our experiments) before the ground truth edges, to end with a negligible edge localization error. Nevertheless, our segmentation performance remains much more better than the other active contour models proposed in [17, 30] and [31]. Note that with small or moderate σ values for fine textures, we have better edge localization or localization property of polarity information.

In experimenting the method in [30], the initial contour was set globally, such a way, it includes all image objects. The experiments were conducted with different values of the variance (also denoted by σ) and with different numbers of iterations. More precisely, the number of iterations was set to 600 and the parameter σ was set to 7 for best results. Small values of σ lead to the undesirable results, and large values make the experiment costly and very time-consuming.

In experimenting the method in [31], the initial contour was set globally, such a way, it includes all image objects. The numbers of iterations (range of values from 80 to 150) and the parameter denoted by α (range of values from 5 to 80) were set according the image used. Other parameters were kept fixed as default values for all images.

In order to compare and measure the segmentation accuracies of our active contour model and the models proposed in [17, 31] and [30], we use the objective criterion proposed in [42] and the well-known Dice and Jaccard similarity measures. We first denote by R i ,i {1,2,...,N R} and Ŕ j ,j{1,2,..., NR ́ } the sets of regions or segments composing the segmentation of a tested or evaluated active contour model and the ground truth (i.e., perfect segmentation of the silent objects), respectively. The objective criteria (OC) measures the accuracy error of boundary localization between segmented regions and ground truth regions. The objective criteria is zero for worst segmentation and is equal to one for perfect segmentation. The Dice and Jaccard similarities measure the overlap between the segmented regions and ground truth regions. They are defined as the size of the intersection of the segmented regions and ground truth regions divided by the size of their union. The Jaccard (J) and Dice (D) similarities are zero if the two regions are disjoint, i.e., they have no common pixels, and are equal to one if the regions are identical. Higher similarity values indicate better agreement in the regions. The Dice and Jaccard similarities facilitate the interpretation of the evaluation results in terms of the standard ‘False Positive,’ ‘False Negative,’and ‘True Positive’ ratios. In our case, the segmented regions represent the ‘False Positive,’ the ground truth regions represent the ‘False Negative,’ and the intersection between the ground truth regions and segmented regions represent the ‘True Positive.’ A higher ‘True Positive’ relatively to ‘False Positive’ plus ‘False Negative’ corresponds to better matching between ground truth regions and segmented regions and then to better segmentation performance. In Tables 1, 2, and 3, we illustrate, respectively, the values of the objective criterion and the Dice and Jaccard similarities computed on the grey-level images, using the compared active contour models. For the color images, the computed objective criterion and Dice and Jaccard similarities, using the polarity-based active contour and the gradient-based active contour, are shown in Table 4. From these tables, we can clearly notice that our active contour model yields the least error or the best accuracy of boundary localization comparatively to the models of [17, 31] and [30], for all grey-level images and color images used.

Table 1 Values of the objective criteria (OC) of our active contour model and the active contour models of [17], [31] and [30], computed on grey-level images
Table 2 Values of the Jaccard (J) similarity of our active contour model and the active contour models of [17], [31] and [30], computed on grey-level images
Table 3 Values of the Dice (D) similarity of our active contour model and the active contour models of [17], [31] and [30], computed on grey-level images
Table 4 Values of the objective criteria (OC), Jaccard (J), and Dice (D) of our active contour model and the active contour model of [17], computed on the multi-spectral images

5 Conclusions

We have proposed a fast and efficient active contour model for salient object detection in grey-level images and color images. By combining the polarity information with the active contour model of [17], the salient objects can be easily detected. In fact, comparatively to the gradient information, the polarity information accurately distinguishes the boundaries or edges of the salient objects. Moreover, thanks to the use of polarity information, the ad hoc local initializations of the evolving curves inside and outside the image objects can be avoided, since the noise and texture outside the object have no more effect or removed. Our experimental results showed clearly that the proposed active contour model based on the polarity information outperforms significantly the gradient-based active contour model of [17] and the relevant region-based active contour models of [31] and [30], in terms of salient object detection and segmentation accuracy, especially, on real-world textured images with high-intensity inhomogeneity. Future work will be dedicated improve the performance of the proposed active contour using relevant region and shape information.

References

  1. Caselles V, Catte F, Coll T, Dibos F: A geometric model for active contours in image processing. Numer. Math 1993, 66: 1-31. 10.1007/BF01385685

    Article  MathSciNet  Google Scholar 

  2. Han X, Xu C, Prince J: A topology preserving level set method for geometric deformable models. IEEE Trans. Patt. Anal. Mach. Intell 2003, 25: 755-768. 10.1109/TPAMI.2003.1201824

    Article  Google Scholar 

  3. Malladi R, Sethian JA, Vemuri BC: Shape modeling with front propagation: a level set approach. IEEE Trans. Patt. Anal. Mach. Intell 1995, 17: 158-175. 10.1109/34.368173

    Article  Google Scholar 

  4. Osher S, Sethian JA: Fronts propagating with curvature dependent speed: algorithms based on Hamilton-Jacobi formulations. J. Comp. Phys 1988, 79: 12-49. 10.1016/0021-9991(88)90002-2

    Article  MathSciNet  Google Scholar 

  5. Kass M, Witkin A, Terzopoulos D: Snakes: active contour models. Int. J. Comp. Vis 1987, 1: 321-331.

    Article  Google Scholar 

  6. Xu C, Prince J: Snakes, shapes, and gradient vector flow. IEEE Trans. Imag. Proc 1998, 7: 359-369. 10.1109/83.661186

    Article  MathSciNet  Google Scholar 

  7. Caselles V, Kimmel R, Sapiro G: Geodesic active contours. Int. J. Comp. Vis 1997, 22: 61-79. 10.1023/A:1007979827043

    Article  Google Scholar 

  8. Kimia BB, Tannenbaum A, Zucker S: Shapes, shocks, and deformations I: the components of two-dimensional shape and the reaction-diffusion space. Int. J. Comp. Vis 1995, 15: 189-224. 10.1007/BF01451741

    Article  Google Scholar 

  9. Osher S, Fedkiw R: Level set methods and dynamic implicit surfaces. New York: Springer-Verlag; 2002.

    Google Scholar 

  10. Sethian JA: Level set methods and fast marching methods. Cambridge: Cambridge University Press; 1999.

    Google Scholar 

  11. Chan T, Vese L: Active contours without edges. IEEE Trans. Imag. Proc 2001, 10: 266-277. 10.1109/83.902291

    Article  Google Scholar 

  12. Vemuri B, Chen Y: Joint image registration and segmentation. New York: Geometric Level Set Methods in Imaging, Vision, and Graphics Springer; 2003.

    Book  Google Scholar 

  13. Zhao H, Chan T, Merriman B, Osher S: A variational level set approach to multiphase motion. J. Comp. Phys 1996, 127: 179-195. 10.1006/jcph.1996.0167

    Article  MathSciNet  Google Scholar 

  14. Allili MS, Ziou D: Globally adaptive region information for automatic color-texture image segmentation. Pattern Recognit. Lett 2007, 28: 1946-1956. 10.1016/j.patrec.2007.05.002

    Article  Google Scholar 

  15. Peng D, Merriman B, Osher S, Zhao H, Kang M: A PDE-based fast local level set method. J. Comp. Phys 1999, 155: 410-438. 10.1006/jcph.1999.6345

    Article  MathSciNet  Google Scholar 

  16. Gomes J, Faugeras O: Reconciling distance functions and level sets. J. Visiual Communic. and Imag. Representation 2000, 11: 209-223. 10.1006/jvci.1999.0439

    Article  Google Scholar 

  17. Li C, Xu C, Gui C, Fox MD: Level set evolution without re-initialization: a new variational formulation. Int. Conf. Comput. Vis. Pattern Recognit 2005, 1: 430-436.

    Google Scholar 

  18. Drewniok C: Multispectral edge detection: some experiments on data from landsat-tm. Int. J. Remote Sens 1994, 15(18):3743-3765. 10.1080/01431169408954356

    Article  Google Scholar 

  19. Kumar A, Olver P, Yezzi AJ, Kichenassamy S, Tannenbaum A: A geometric snake model for segmentation of medical imagery. IEEE Trans. Med. Imag 1997, 16(2):199-209. 10.1109/42.563665

    Article  Google Scholar 

  20. Cohen LD: On active contour models and balloons. CVGIP:Image Understand 1991, 53(2):211-218. 10.1016/1049-9660(91)90028-N

    Article  Google Scholar 

  21. Mitiche A, Mansoursi A, Vásquez C: Multiregion competition: a level set extension of region competition to multiple region image partitioning. Comput. Vis. Image Understand 2006, 101(3):137-150. 10.1016/j.cviu.2005.07.008

    Article  Google Scholar 

  22. Tsai A, Yezzi A, Willsky AS: A fully global approach to image segmentation via couples curve evolution equations. J. Vis. Commun. Image Rep 2002, 13(1-2):195-216. 10.1006/jvci.2001.0500

    Article  Google Scholar 

  23. Mitiche A, Ben Ayed I, Belhadj Z: Multiregion level set partitioning on synthetic aperture radar images. IEEE Trans. Pattern Anal. Mach. Intell 2005, 27(5):793-800.

    Article  Google Scholar 

  24. Brox T, Rousson M, Deriche R: Active unsupervised texture segmentation on a diffusion based feature space. IEEE Conf. Comput Vis. Pattern Recognit 2003, 2: 677-704.

    Google Scholar 

  25. Garcia C, Sifakis E, Tziritas G: Bayesian level sets for image segmentation. J. Vis. Commun. Image Rep 2002, 13(1):44-64.

    Google Scholar 

  26. Paragios N, Deriche R: Geodesic active regions: a new paradigm to deal with frame partition problems in computer vision. J. Vis. Commun. Image Rep 2002, 13(1-2):249-268. 10.1006/jvci.2001.0475

    Article  Google Scholar 

  27. Paragios N, Deriche R: Geodesic active regions and level set methods for supervised texture segmentation. Int. J. Comput. Vis 2002, 46(3):223-247. 10.1023/A:1014080923068

    Article  Google Scholar 

  28. Manjunath BS, Chellappa R: Unsupervised texture segmentation using Markov random field models. IEEE Trans. Pattern Anal. Mach. Intell 1991, 13(5):478-482. 10.1109/34.134046

    Article  Google Scholar 

  29. Puzicha J, Hofmann T, Buhmann JM: Unsupervised texture segmentation in a deterministic annealing framework. IEEE Trans. Pattern Anal. Mach. Intell 1998, 20(8):803-818. 10.1109/34.709593

    Article  Google Scholar 

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

    Article  Google Scholar 

  31. Zhang K, Zhang L, Song H, Zhou W: Active contours with selective local or global segmentation: a new formulation and level set method. Image Vis. Comput 2010, 28(4):668-676. 10.1016/j.imavis.2009.10.009

    Article  Google Scholar 

  32. Zhang K, Zhang L, Song H, Zhang D: Re-initialization free level set evolution via reaction diffusion. IEEE Trans. Image Process 2013, 22(1):258-271.

    Article  MathSciNet  Google Scholar 

  33. Chan T, Vese L: Active contours without edges. IEEE Trans. Image Process 2001, 10(2):266-277. 10.1109/83.902291

    Article  Google Scholar 

  34. Carson C, Belongie S, Greenspan H, Malik J: Blobworld: Image segmentation using expectation-maximization and its application to image querying. IEEE Trans. Pattern Anal. Mach. Intell 2002, 8(24):1026-1038.

    Article  Google Scholar 

  35. Zhou M, Tian Y, Duan F, Wu Z: Active contour model combining region and edge information. Machine Vis. Appl 2011, 24(1):47-61.

    Google Scholar 

  36. Song H, Zhang K, Zhang L, Zhou W: Active contours with selective local or global segmentation: a new formulation and level set method. Image Vis. Comput 2010, 28(4):668-676. 10.1016/j.imavis.2009.10.009

    Article  Google Scholar 

  37. Gore JC, Li C, Kao C, Ding Z: Minimization of regionscalable fitting energy for image segmentation. IEEE Trans. Image Process 2008, 17(10):1940-1949.

    Article  MathSciNet  Google Scholar 

  38. Gore JC, Li C, Kao C, Ding Z: Implicit active contours driven by local binary fitting energy. IEEE Conf. Comput. Vis. Pattern Recognit 2007, 1: 1-7.

    Google Scholar 

  39. Canny J: A computational approach to edge detection. IEEE Trans. Patt. Anal. Mach. Intell 1986, 8(6):679-698.

    Article  Google Scholar 

  40. Arnold VI: Geometrical methods in the theory of ordinary differential equations. New York: Springer-Verlag; 1983.

    Book  Google Scholar 

  41. Evans L: Partial differential equations. Providence: American Mathematical Society; 1998.

    Google Scholar 

  42. Martin D, Fowlkes C, Tal D, Malik J: A database of human segmented natural Images and its application to evaluating segmentation algorithms and measuring ecological statistics. IEEE Int. Conf. Comput. Vis 2001, 2: 416-423.

    Google Scholar 

Download references

Acknowledgements

We would like to thank Dr. Zhang Kaihua for providing us with the source code of the region-based active contour models proposed in [31] and [30]. This work was supported by the NSERC program and the University of Windsor.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Riadh Ksantini.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International 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

Ksantini, R., Boufama, B. & Memar, S. A new efficient active contour model without local initializations for salient object detection. J Image Video Proc 2013, 40 (2013). https://doi.org/10.1186/1687-5281-2013-40

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-5281-2013-40

Keywords