Skip to main content

Variational segmentation model for images with intensity inhomogeneity and Poisson noise

Abstract

In this paper, we propose a variational segmentation model to deal with intensity inhomogeneity and Poisson noise. An energy functional is first proposed, which uses a data-fidelity term deduced from Poisson distribution instead of the usual L 2 norm as a measure of fidelity. Due to the new data-fidelity measure, this energy functional can fit the image intensity more accurately while it can diminish the influence of Poisson noise on segmentation results. We then reformulate the energy function as globally convex formulation, which allows for more flexible initialization. The final convex energy functional is minimized via the dual formulation instead of the usually used gradient descent method. Experimental results show that the proposed model can efficiently segment images with intensity inhomogeneity and Poisson noise.

1 Introduction

Image segmentation is one of the fundamental and important tasks in image analysis and computer vision. The segmentation problem can be formulated as follows: given an image I ∈ L2(Ω) on a two-dimensional domain Ω (assumed to be bounded, smooth, and open), one seeks out a closed ‘edge set’ C and all the connected components Ω1,…,Ω k of Ω\C, so that by certain suitable visual measure, the image I is discontinuous along C while smooth or homogeneous on each segment Ω i (i = 1, …, k). Until now, a wide variety of techniques including variational methods [1] has been proposed to solve the image segmentation problem.

The variational segmentation methods are characterized by deriving an energy functional from some a priori mathematical model and minimizing this energy functional over all possible partitions. The Mumford-Shah model [2] is a classical variational segmentation method, which contains a data-fidelity term, regularization on the model, and regularization on the partitioning. Based on this framework, Chan and Vese [3] developed the frequently used variational segmentation model, which simplifies the Mumford-Shah model to the case of piecewise constant approximations of the image intensity. However, the Chan-Vese model tends to rely on global information to guide contour evolution, and thus fails to segment the images with intensity inhomogeneity [4, 5]. Besides, each region (foreground or background) in Chan-Vese model is also considered as a Gaussian distribution with different mean and same deviation [6]; therefore, they are not suitable for images with Poisson noise.

Intensity inhomogeneity often occurs in real images, especially in medical images, such as X-ray radiography/tomography and magnetic resonance (MR) images [4, 5, 7]. The intensity inhomogeneity usually refers to the slow, non-anatomic intensity variations of the same tissue over the image domain. For example, in MR images, it often appears as an intensity variation across the image, which arises from radio frequency coils as well as variations in object susceptibility. Although the presence of intensity inhomogeneity is usually hardly noticeable to a human observer, variational segmentation models such as the Chan-Vese model [3] are highly sensitive to the spurious. Thus, segmentation of such medical images usually requires intensity inhomogeneity correction as a preprocessing step [8].

Poisson noise also appears in a wide class of real-world applications, e.g., positron emission tomography in medical imaging [9], fluorescence microscopy [10] and radiography images [11, 12]. It is signal-dependent and obeys a Poisson distribution, which describes a signal-dependent perturbation of an image. In particular, the radiograph images are typical images with Poisson noise, which are determined by photon counting statistics and are described as particle-limited, emphasizing the quantized; furthermore, due to technical limitations or artifacts introduced by the object being imaged, the radiograph images such as X-ray is often created with intensity inhomogeneity. In [13], Lee et al. studied the segmentation problem of images with Poisson noise. However, this model was based on intensity homogeneous (roughly constant) statistics and, thus, it was not able to deal with intensity inhomogeneity.

In order to handle intensity inhomogeneity, Li et al. [5] proposed the region-scalable fitting (RSF) model (originally termed as local binary fitting (LBF) model [4]) in a variational level set formulation. In the RSF model, the RSF energy is defined over the neighborhood of each image pixel, and the active contour is deformed to minimize the integration of the RSF energy over the whole image domain. With two extra regularization terms, this final energy minimization problem is converted to solve a level set evolution equation by using the gradient descent method. The RSF model can deal with intensity inhomogeneity accurately, but it is quite sensitive to contour initialization. Because the gradient descent is a very slow numerical method, the RSF model generally converges slowly when implemented numerically. Besides, the RSF model is derived from the Mumford-Shah model [2] that implicitly assumes the given image to be biased by additive Gaussian noise; thus it is not suitable for images with signal-dependent noise (e.g., Poisson noise).

Following the RSF variational model, various extensions and analysis have been studied [7, 14–16], among others. In [7], Wang et al. proposed a local and global intensity fitting model in a variational level set formulation. Zhang et al. [14] proposed a local image fitting (LIF) model by minimizing the difference between an original image and the fitted image. He et al. [15] presented a scheme of improvement on the RSF model in terms of robustness to initialization and noise. Wang et al. [16] proposed a novel algorithm by using a piecewise smooth approximation to image. However, these models have some common drawbacks; in particular, they are not suitable to segment images with Poisson noise because these models are also formulated in view of the Mumford-Shah energy functional [2].

In this study, we propose a variational model to segment images with intensity inhomogeneity and Poisson noise. Based on the RSF model [5] and inspired from variational Poisson denoising model [17], we first propose a new energy functional with the data-fidelity term deduced from Poisson distribution, which is more suitable for images corrupted by Poisson noise. We then reformulate this energy functional into a convex formulation to guarantee the global minima. We also use the weighted total variation (TV) norm as the regularization term to detect the boundaries more easily. Finally, in order to implement the proposed model, we adopt the dual formulation which is introduced by Chan et al. [18] and Chambolle [19] for denoising and is later adapted by Bresson et al. in [20] for segmentation.

The remainder of this paper is organized as follows. In Section 2, we briefly review the level set method, two denoising models [17, 21] and the RSF model [5]. The proposed model is introduced in Section 3. The numerical results are given in Section 4. This paper is concluded in Section 5.

2 Related works

2.1 Level set method

According to the level set method [22], a closed curve C(t) is represented implicitly by the zero level set of a Lipschitz function Ï• (x, t), called a level set function, with the following properties:

ϕ x , t > 0 , x ∈ inside ( C ) ϕ x , t = 0 , x ∈ C ϕ x , t < 0 , x ∈ outside ( C )
(1)

Evolving the curve C in normal direction with speed F amounts to solving the following level set evolution equation:

∂ ϕ ∂ t = F ∇ ϕ ,
(2)

with the initial condition Ï• (x, 0) = Ï• 0(x).

Alternatively, the evolution equation for the level-set function also can be directly derived from the minimization problem for the energy functional over the level set functions via the gradient descent [3–7]:

∂ ϕ ∂ t = F δ ϵ ϕ ,
(3)

where δ ϵ (ϕ) is the smooth Dirac function, which is the derivative of the smooth Heaviside function. A segmentation of the image is given by the two regions {x|ϕ(x, t) > 0} and {x|ϕ(x, t) < 0}. The steady state solution of the Equation 3 hopefully gives a useful edge contour extraction or segmentation of the image.

2.2 Two related denoising models

A very successful image denoising model is that of Rudin, Osher, and Fatemi (ROF) model [21] which uses TV regularization with data-fidelity term. Let I : Ω ⊂ R 2 → R be a given gray image defined on image domain Ω, the ROF model minimizes the energy functional as

min u ∈ BV Ω ∫ Ω ∇ u dx + μ ∫ Ω I − u 2 dx ,
(4)

where BV(Ω) is the space of functions of bounded variation defined on Ω, and μ > 0 is a parameter to be chosen.

In (4), ∫Ω| ∇ u|dx is the TV regularization term to remove the noise, and ∫  Ω |I − u|2 dx is the L 2 norm data-fidelity term that measures the dissimilarity between original image I and the reconstructed image u. It is shown in [23] using probability arguments that the L 2 norm data-fidelity term is most appropriate for removing additive Gaussian noise. However, many important data contain noise that is signal dependent and obeys a Poisson distribution; thus removing this noise without losing image features requires a data-fidelity term reflecting the noise characteristics.

In [17], Le et al. proposed a variational model for denoising images with Poisson noise:

min u ∈ BV Ω ∫ Ω ∇ u dx + μ ∫ Ω u − I log u dx .
(5)

The energy in (5) differs from the energy functional of ROF model only in the data-fidelity term; the L 2 norm data-fidelity of the original model is replaced by F(u) = ∫Ω(u − I log(u))dx as a measure of fidelity. We refer the reader to [17] for the derivation of this data-fidelity term using Bayesian statistics. As pointed out in [17], F(u) is more suitable for Poisson noise. Recently, Chartrand and Staneva [24] have shown that the data-fidelity term reflecting the noise characteristics of the image can provide a better image reconstruction.

2.3 Region scalable fitting model

Let I : Ω ⊂ R 2 → R be a given gray image defined on image domain Ω. Let C be a closed contour in Ω, which separates Ω into two regions: Ω1 = inside(C) and Ω2 = outside(C). For a given point x ∈ Ω, the RSF energy is defined as [4, 5]

ϵ x RSF C , f 1 x , f 2 x = ∑ i = 1 2 ∫ y ∈ Ω i K σ x − y I y − f i x 2 dy
(6)

where K σ (z) is a kernel function.

To obtain the entire object boundary, it is required to find a contour C that minimizes the energy ϵ x RSF for all x ∈ Ω. This can be achieved by minimizing the integral of ϵ x RSF over Ω:

ϵ RSF C , f 1 , f 2 = ∫ Ω ϵ x RSF C , f 1 x , f 2 x dx
(7)

In addition, it is necessary to smooth the contour by penalizing its length. Therefore, the following energy functional is defined in [5]:

ϵ C , f 1 , f 2 = ϵ RSF C , f 1 , f 2 + ν | C |
(8)

To handle topological changes, the energy ϵ(C, f 1, f 2) is incorporated into a variational level set formulation with two extra internal energy functionals. They then use the gradient descent method to solve the variational level set formulation.

The RSF model can deal with intensity inhomogeneity accurately and efficiently; however, it easily gets stuck in local minima for most of the contour initializations. This makes the RSF model sensitive to the selection of initial contours. Besides, the RSF model uses L 2 norm to measure the difference between the fitted image and the original image; thus, it is not suitable for images with Poisson noise.

3 The proposed model

3.1 Intensity fitting energy and its level set formulation

In this section, we first define an intensity fitting energy for a given contour C and then change it into the energy directly defined on level set functions.

Let I : Ω ⊂ R 2 → R be a gray image and C be a closed contour in Ω with inside(C) = Ω 1 and outside(C) = Ω 2. For any x ∈ Ω, the local fitting energy (LFE) of the contour C at x is defined as

E x LFE C , h 1 x , h 2 x = ∑ i = 1 2 ∫ y ∈ Ω i K σ x − y h i x − I y log h i x dy ,
(9)

where h i (x)(i = 1, 2) are two values that approximate locally image intensities in Ω1 and Ω2, respectively.

In order to extract the entire boundary of object, we compute the integral of the energy E x LFE C , h 1 x , h 2 x over Ω:

E C , h 1 , h 2 = ∫ Ω E x LFE C , h 1 x , h 2 x dx , = ∫ x ∈ Ω ∑ i = 1 2 ∫ y ∈ Ω i K σ x − y h i x − I y log h i x dy dx
(10)

which is called the intensity fitting energy (IFE) of the contour C in this paper.

To allow contour splitting and merging naturally (i.e., a change of topology), we use a level set function to represent a contour C. The IFE functional of the contour C is thus changed into the energy functional which is directly defined on the level set functions.

Let Ï• be a level set function, and then the IFE functional in (10) can be expressed as

E ϕ , h 1 , h 2 = ∫ x ∈ Ω ∑ i = 1 2 ∫ y ∈ Ω K σ x − y h i x − I y log h i x M i ϕ y dy dx
(11)

where H(z) is the Heaviside function, M 1(ϕ) = H(ϕ), M 2(ϕ) = 1 − H(ϕ).

In practice, the Heaviside function H(z) is approximated by a smooth function H ϵ (z), which is typically defined by [3, 5]

H ϵ z = 1 2 1 + 2 π arc tan z ϵ ,
(12)

where ϵ is a positive constant. Therefore, the IFE functional in (11) is rewritten as

E ϕ , h 1 , h 2 = ∫ x ∈ Ω ∑ i = 1 2 ∫ y ∈ Ω K σ x − y h i x − I y log h i x M i ϵ ϕ y dy dx
(13)

where M 1 ϵ ϕ = H ϵ ϕ , M 2 ϵ ϕ = 1 − H ϵ ϕ .

3.2 Description of the model

The IFE functional in (13) is not convex with respect to Ï• ; hence, the corresponding optimization problem can sometimes get stuck in undesirable local minima. In this section, we propose to solve this problem by determining a globally convex formulation. Our idea comes from [25], which reformulated the piecewise constant Chan-Vese model [3] into a convex model.

In the following, we first derive the gradient descent flow equation of (13) and then find a simplified flow which has the coincident steady state solution with the original gradient descent flow equation and finally define a new and convex energy in view of the simplified flow.

Fixing ϕ , we minimize the functional E(ϕ, h 1, h 2) with respect to the functions h 1(x) and h 2(x). By the calculus of variations, it can be shown that the functions h 1(x) and h 2(x) that minimize E(ϕ, h 1, h 2) satisfy the following Euler-Lagrange equations:

∫ Ω K σ x − y 1 − I y h i x M i ϵ ϕ y dy = 0 , i = 1 , 2
(14)

From (14), we obtain

h i x = ∫ K σ x − y I y M i ϵ ϕ y dy ∫ K σ x − y M i ϵ ϕ y dy , i = 1 , 2
(15)

We derive the gradient descent flow equation of (13) with respect to Ï•. Making the interchange of variables x and y (i.e., x = y, y = x) for (13), we have

E ϕ , h 1 , h 2 = ∫ y ∈ Ω ∑ i = 1 2 ∫ x ∈ Ω K σ y − x h i y − I x log h i y M i ϵ ϕ x dx dy .
(16)

Interchanging the order of integration and noting that K σ (−z) = K σ (z), we obtain

E ϕ , h 1 , h 2 = ∫ x ∈ Ω ∑ i = 1 2 ∫ y ∈ Ω K σ x − y h i y − I x log h i y M i ϵ ϕ x dy dx .
(17)

Fixing h 1(y) and h 2(y) by minimizing (17) with respect to Ï• using the gradient descent method, we can obtain the gradient descent flow equation of (13) as

∂ ϕ ∂ t = δ ϵ ϕ F x
(18)

with

F x = − ∫ Ω K σ x − y h 1 y − I x log h 1 y dy + ∫ Ω K σ x − y h 2 y − I x log h 2 y dy ,
(19)

where δ ϵ (z) = H′ ϵ (z) = ϵ/π(ϵ2 + z2) is a smooth Dirac function.

Since δ ϵ (z) is a non-compactly supported function, the gradient flow Equation 18 and the following equation have the same stationary solutions:

∂ ϕ ∂ t = F x
(20)

Based on (20), we define a convex energy functional as

E ϕ = ∫ Ω ϕ x F ( x ) dx ,
(21)

which is clearly the energy functional associated with the gradient descent flow (20).

It is necessary to smooth the level set function Ï• to avoid the occurrence of small, isolated regions (e.g., noise points) in the final segmentation results. Most of models focus on the regularizations as length regularization [3], mean curvature regularization [22], and H1 regularization [26]. In this study, we employ the weighted TV norm [20] as the regularization term:

TV g ϕ = ∫ Ω g x ∇ ϕ x dx
(22)

where g(x) = 1/(1 + β|∇I|2) is the edge detector function, and β is a non-negative parameter. The weighted TV norm can better smooth the level set function and makes the model detect boundaries more easily. Thus, we obtain the following energy functional

E ϕ = ∫ Ω g x ∇ ϕ x dx + λ ∫ Ω ϕ x F ( x ) dx
(23)

where λ > 0 is a parameter. The energy E(ϕ) is a convex functional (not strictly), but it does not have a stationary solution because of homogeneous of degree one in ϕ; therefore, we need to restrict the solution to lie in a finite interval such as [0, 1].

With the constraints in Ï•, we arrive at the entire model as follows:

min 0 ≤ ϕ ≤ 1 E ϕ = min 0 ≤ ϕ ≤ 1 ∫ Ω g x ∇ ϕ x dx + λ ∫ Ω ϕ x F ( x ) dx .
(24)

3.3 Minimizing the proposed model by dual formulation

We solve the constrained minimization problem (24) by the dual formulation presented in [18, 19] instead of the usually used gradient descent method. The dual formulation is proposed by Chan et al. [18] and Chambolle [19] to solve the ROF minimization problem (4) for image denoising and is later adopted in [20] for image segmentation.

By claim 1 in [25], we first change the constrained problem (24) into the following unconstrained problem:

min ϕ ∫ Ω g x ∇ ϕ x dx + ∫ Ω λϕ x F x + αψ ϕ x dx
(25)

with ψ z = max 0 , 2 | z − 1 2 | − 1 .

Then we introduce one auxiliary variable φ and propose to minimize the following approximation to (25):

min ϕ , φ { ∫ Ω g x ∇ ϕ x dx + 1 2 θ ∫ Ω ϕ x − φ x 2 dx + ∫ Ω λφ x F x + αψ φ x dx }
(26)

with θ > 0. One can note that if θ → 0, the functional (26) is exactly the minimization problem (25). Moreover, the functional in (26) is still convex, which means that we can compute its global minimizer. However, (26) is a minimization problem in two variables, thus, we have to perform an alternating minimization respect to ϕ and φ. The solving process of minimization is described in the following two steps:

In the first step, with φ being fixed, the solution of (26) is

ϕ = φ − θ div p ,
(27)

in which the dual variable p = (p1, p2) satisfies the following equation:

g x ∇ θ div p − φ − ∇ θ div p − φ p = 0.
(28)

The above Equation 28 is solved by a fixed point method: setting the step τ ∈ [0,  1/8] and p0 = 0,

p n + 1 = p n + τ ∇ div p n − φ θ 1 + τ g x ∇ div p n − φ θ − 1 ,
(29)

where div and ∇ are the discrete divergence and gradient operators [19], respectively:

div p i , j = p i , j 1 − p i − 1 , j 1 , if 1 < i < M p i , j 1 , if i = 1 − p i − 1 , j 1 , if i = M + p i , j 2 − p i , j − 1 2 , if 1 < j < N p i , j 2 , if j = 1 − p i , j − 1 2 , if j = N
(30)
∇ u i , j = δ x + u i , j , δ y + u i , j
(31)

with

δ x + u i , j = u i + 1 , j − u i , j , if 1 ≤ i < M 0 , if i = M , δ y + u i , j = u i , j + 1 − u i , j , if 1 ≤ j < N 0 , if j = N .
(32)

In the second step: with Ï• being fixed, the solution of (26) is

φ = min max ϕ x − θλF x , 0 , 1
(33)

4 Numerical results

The proposed model has been tested with synthetic and real images from different modalities. The level set function ϕ is simply initialized as a binary step function taking 1 inside a region and 0 outside. The set M = {x|ϕ(x) > 0.5} is used to extract the objects. Besides, unless otherwise specified, we use the following default parameter setting: the time step Δt = 1/8, the space step Δx = Δy = 1, σ = 5, β = 50/2552, θ = 0.1, λ = 1. We record the iteration number and the CPU time from our experiments with Matlab codes run on an PC, with AMD Athlon (tm) 2.70GHz CPU, 2.00 GB memory, and Matlab 7.4 on Windows 7.

First, we show the segmentation process of our model for five typical images with intensity inhomogeneity. The five images, which are plotted in Figure 1a,f,k,p,u, are a synthetic image, a real image with T-shaped object, two blood vessel images, and a real potatoes’ image, respectively. The synthetic image is a well-known image with intensity inhomogeneity. The T-shaped image is a real image with intensity inhomogeneity due to non-uniform illumination. For the two blood vessel images, some vessel boundaries are also quite weak. The potatoes’ image is a multiple objects image corrupted by intensity inhomogeneity. The first three images (Figure 1a,f,k) have been used in the RSF model. Due to the intensity inhomogeneity, the piecewise constant models such as the modes [3, 13] cannot segment these images. As shown in Figure 1, our model successfully extracts the object boundaries for these challenging images. The results shown in Figure 1 using our model are very similar to those of the RSF model [5]; however, our model has less iteration numbers and computation (CPU) times than the RSF model for the five images (see Table 1). It is clear that our model is more efficient than the RSF model. It is guaranteed by the following reasons: first, our proposed energy functional is convex, which can result in the fast convergence; second, we apply the dual formulation to the optimization problem, which enables convergence faster.

Figure 1
figure 1

Segmentation results of the proposed model for five synthetic and real images with intensity inhomogeneity. First column (a,f,k,p,u) are the original images with the initial contours. (a-y) The curve evolution process from the initial contours (in the first column) to the final contours (in the fifth column) is shown in every row for the corresponding image.

Table 1 Iterations and CPU time (in seconds) by proposed and RSF models for Figure 1

Second, we demonstrate the robustness of the proposed model to the Poisson noise in Figure 2. Figure 2a is the original image (115 × 115) that contains only two distinct gray levels, Figure 2e was generated by adding intensity inhomogeneity to the original image, and Figure 2i was created by adding Poisson noise to the second image (Figure 2e). From the second column, we can clearly see that our model can handle these three images very well even for the image with intensity inhomogeneity (Figure 2f) or intensity inhomogeneity and Poisson noise (Figure 2j). To clearly see the profile of the proposed model, we plot the 1-D cross sections at the middle column of h 1(x), h 2(x), u x = ∑ i = 1 2 M i ϕ x h i x , and the original image I(x). Column 3 shows that the fitting functions h 1(x) and h 2(x) are smooth enough for the three images without or with Poisson noise. In addition, the final fitting image u(x) can better fit the original image I(x) (see Figure 2d,h); in particular, the fitting image u(x) shown in Figure 2l is similar to the one given in Figure 2h, which shows that our model can more fit the original image while it can diminish the influence of Poisson noise. The segmentation results, the fitting functions (h 1(x), h 2(x)), and the final fitting image u(x) demonstrate the robustness of the proposed model to the Poisson noise.

Figure 2
figure 2

Segmentation results of the proposed model for three synthetic images. First column (a,e,i), the original images with the initial contours. Second column (b,f,j), the final segmentation results. Third column (c,g,k), 1-D cross sections of h 1(x) (blue dashed line), h 2(x)(green dashed line) associated with the original image (black solid line). Fourth column (d,h,l), 1-D cross sections of u(x) (red dashed line) associated with the original image (black solid line).

Third, we apply the proposed and RSF models to two synthetic images with Poisson noise (see Figures 3 and 4) and four real radiograph images (see Figure 5). It should be pointed out, the results of RSF model depends on the regularization parameter v; we choose the optimal values of the parameter v by using a ‘coarse-to-fine’ scheme on the test images.

Figure 3
figure 3

Segmentation results of the proposed and RSF models to a synthetic image with Poisson noise. (a) The original image, (b) the initial contour, (c) the result of the RSF model with regularization parameter v = 0.004 × 2552, (d) the result of the proposed model, (e) final level set function of the RSF model (270 iterations), and (f) final level set function of the proposed model (100 iterations).

Figure 4
figure 4

Segmentation results of the proposed and RSF models to a synthetic image with intensity inhomogeneity and Poisson noise. (a) The original image, (b) the initial contour, (c) the result of the RSF model with regularization parameter v = 0.003 × 2552, (d) the result of the proposed model, (e) final level set function of the RSF model (300 iterations), and (f) final level set function of the proposed model (200 iterations).

Figure 5
figure 5

Segmentation results of the proposed and RSF models on four real radiograph images. First row (a-d), the original images with the initial contours. Second row (e-h), results of the RSF model (from left to right, the regularization parameters are v = 0.003 × 2552, v = 0.0045 × 2552, v = 0.004 × 2552, and v = 0.004 × 2552, respectively). Third row (i-l), results of the proposed model. Fourth row (m-p), final level set functions of the proposed model for the corresponding image.

Figure 3 shows the segmentation results using both models for a synthetic palm image (108 × 130) by adding Poisson noise. Figure 3a is the original image and Figure 3b shows the initial contour. The results of the RSF model and our model are shown in Figure 3c,d. Clearly, our model achieves better segmentation accuracy for this image with Poisson noise; it separates excellently the two middle fingers that stuck almost together. The final contour obtained by our model reflects accurately the true palm shape. It is shown from Figure 3 that our model can get accurate segmentation results for image with Poisson noise, while the RSF model is sensitive to Poisson noise.

Figure 4 shows the segmentation results for a synthetic image with intensity inhomogeneity which contains seven distinct gray levels and with added Poisson noise. Figure 4a is the original image and Figure 4b shows the initial contour. The results of RSF model and our model are shown in Figure 4c,d. Although the RSF model can extract part of the objects accurately, it fails to segment the white disc and is sensitive to noise (see Figure 4c). In contrast, the proposed model produces satisfactory segmentation result for all discs (see Figure 4d). The final level set functions corresponding to both models are shown in Figure 4e,f. From Figure 4f, we can see that the level set function of our model is almost close to a two-valued function (the object is 1 and the background is 0). Experiments in Figure 4 show that the proposed model can achieve better segmentation results for the images with intensity inhomogeneity and Poisson noise compared to the RSF model.

In Figure 5, we give four examples on real radiograph images. Four test images, which are shown in row 1, are a foot image (177 × 116), a cervical vertebra image (123 × 117), a hip joint image (124 × 118.), and a pastern joint image (140 × 125), respectively. In our model, we use θ = 0.03 for the third image and θ = 0.2 for the fourth image. The foot image in Figure 5a is corrupted by Poisson noise and has severe intensity inhomogeneity. The cervical vertebra image (Figure 5b) has complex object shapes and the object is also corrupted by Poisson noise. The last two images are inhomogeneous and the boundary is very weak. Figure 5a,b,c,d shows the original images along with initial contours. It can be seen from Figure 5e,f,g,h that the RSF model cannot segment correctly these images. Figure 5i,j,k,l shows the corresponding segmentation results of our model; as can be seen, our model accurately detects the objects in these images. These four examples illustrate the abilities of the proposed model to deal with intensity inhomogeneity, weak boundaries, complex object shapes, and immunity to Poisson noise.

Fourth, we elaborate the robustness of the proposed model to contour initialization. In Figure 6, the initial and final contours are green lines and red contours, respectively. Figure 6a,b,c,d shows the segmentation results of our model for the synthetic image (Poisson noise-free) with four different initial contour locations (squares with the same size but different positions). From Figure 6a,b,c,d, we observe that our model successfully extracts all objects of the complicated image for each of the four initial contours. Furthermore, with the same initialization shown in Figure 6a,b,c,d, we show the segmentation results for the synthetic image added Poisson noise (see Figure 6e,f,g,h). It can be seen from Figure 6e,f,g,h that our model segments correct the synthetic image with Poisson noise for these initial contours.

Figure 6
figure 6

Segmentation results of the proposed model for a synthetic image and a real image. The initial and final contours are displayed by the green lines and red contours, respectively. The first and third rows (a-d, i-l), final results of the proposed model for the original images (Poisson noise-free). The second and fourth rows (e-h, m-p), final results of the proposed model for the images added Poisson noise.

Figure 6i,j,k,l displays the segmentation results of our model for the T-shaped image with different initial contour sizes. The initial contours are chosen as circles at the center of image but with different radius. In Figure 6m,n,o,p, we also show the segmentation results of the T-shaped image with added Poisson noise for the same initialization shown in Figure 6i,j,k,l. The segmentation results in the second and third rows of Figure 6 show that our model can obtain accurate segmentation for all of the four initial contour sizes (images without or with Poisson noise). Experiments in Figure 6 show that our model really allows for more flexible initialization even if the images were added Poisson noise.

5 Conclusion

Inspired from the RSF model [5] and the variational Poisson denoising model [17], we propose a new variational model to segment images with intensity inhomogeneity and Poisson noise. We first propose an energy functional based on the data-fidelity measure deduced from Poisson distribution. We then reformulate the energy functional as globally convex formulation to guarantee the global minima (not the local minima), which makes our model less sensitive to initialization. The dual method is employed to minimize the convex energy functional with an extra regularization term (weighted TV norm). The proposed model is tested on many synthetic and real images; the results demonstrate that it can efficiently cope with intensity inhomogeneity and Poisson noise.

References

  1. Chan T, Moelich M, Sandberg B: Some Recent Developments in Variational Image Segmentation, Part III. Springer, Heidelberg; 2007:175-210.

    Google Scholar 

  2. Mumford D, Shah J: Optimal approximation by piecewise smooth functions and associated variational problems. Commun. Pure. Appl. Math. 1989, 42(5):577-685. 10.1002/cpa.3160420503

    Article  MathSciNet  Google Scholar 

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

    Article  Google Scholar 

  4. Li C, Kao C, Gore J, Ding Z: Implicit active contours driven by local binary fitting energy. In IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Minneapolis, Minnesota; 17–22 June 2007, pp 1–7

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

    Article  MathSciNet  Google Scholar 

  6. Cremers D, Rousson M, Deriche R: A review of statistical approaches to level set segmentation: integrating color, texture, motion and shape. Int. J. Comput. Vis. 2007, 72(2):195-215. 10.1007/s11263-006-8711-1

    Article  Google Scholar 

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

    Article  Google Scholar 

  8. Hou Z: A review on MR image intensity inhomogeneity correction. Int. J. Biomed. Imag. 2006, 2006: 1-11.

    Article  Google Scholar 

  9. Vardi Y, Shepp L, Kaufman L: A statistical model for positron emission tomography. J. Am. Stat. Assoc. 1985, 80(389):8-20. 10.1080/01621459.1985.10477119

    Article  MathSciNet  Google Scholar 

  10. Hell SW: Toward fluorescence nanoscopy. Nat. Biotechnol. 2003, 21: 1347-1355. 10.1038/nbt895

    Article  Google Scholar 

  11. Frosio I, Borghese NA: Statistical based impulsive noise removal in digital radiography. IEEE Trans. Med. Imaging 2009, 28(1):3-16.

    Article  Google Scholar 

  12. Carlavan M, Féraud LB: Sparse Poisson noisy image deblurring. IEEE Trans. Image Process. 2012, 21(4):1834-1846.

    Article  MathSciNet  Google Scholar 

  13. Lee Y, Le T: Active contour without edges for multiphase segmentations with the presence of Poisson noise. UCLA Computational and Applied Mathematics, Los Angeles; 2011. http://www.math.ucla.edu/applied/cam/

    Google Scholar 

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

    Article  Google Scholar 

  15. He C, Wang Y, Chen Q: Active contours driven by weighted region-scalable fitting energy based on local entropy. Signal Process. 2012, 92: 587-600. 10.1016/j.sigpro.2011.09.004

    Article  Google Scholar 

  16. Wang Y, He C: Image segmentation algorithm by piecewise smooth approximation. EURASIP J. Image Video 2012, 2012: 16. 10.1186/1687-5281-2012-16

    Article  Google Scholar 

  17. Le T, Chartrand R, Asaki T: A variational approach to reconstructing images corrupted by Poisson noise. J. Math. Imaging Vis. 2007, 27(3):257-263. 10.1007/s10851-007-0652-y

    Article  MathSciNet  Google Scholar 

  18. Chan T, Golub G, Mulet P: A nonlinear primal-dual method for total variation-based image restoration. SIAM J. Sci. Comput. 1999, 20(6):1964-1977. 10.1137/S1064827596299767

    Article  MathSciNet  Google Scholar 

  19. Chambolle A: An algorithm for total variation minimization and applications. J. Math. Imaging Vis. 2004, 20(1–2):89-97.

    MathSciNet  Google Scholar 

  20. Bresson X, Esedoglu S, Vandergheynst P, Thiran J, Osher S: Fast global minimization of the active contour/snake model. J. Math. Imaging Vis. 2007, 28: 151-167. 10.1007/s10851-007-0002-0

    Article  MathSciNet  Google Scholar 

  21. Rudin L, Osher S, Fatemi E: Nonlinear total variation based noise removal algorithms. Physica D 1992, 60(1–4):259-268.

    Article  Google Scholar 

  22. Osher S, Sethian J: 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 

  23. Green M: Statistics of images, the TV algorithm of Rudin-Osher-Fatemi for image denoising and an improved denoising algorithm. UCLA Computational and Applied Mathematics, Los Angeles; 2002. http://www.math.ucla.edu/applied/cam/

    Google Scholar 

  24. Chartrand R, Staneva V: Total variation regularisation of images corrupted by non-Gaussian noise using a quasi-Newton method. IET Image Process. 2008, 2(6):295-303. 10.1049/iet-ipr:20080017

    Article  MathSciNet  Google Scholar 

  25. Chan T, Esedoglu S, Nikolova M: Algorithms for finding global minimizers of image segmentation and denoising models. SIAM J. Appl. Math. 2006, 66(5):1632-1648. 10.1137/040615286

    Article  MathSciNet  Google Scholar 

  26. Chung G, Vese L: Image segmentation using a multilayer level-set approach. Comput. Visual Sci 2009, 12: 267-285. 10.1007/s00791-008-0113-1

    Article  MathSciNet  Google Scholar 

Download references

Acknowledgments

The authors would like to thank the anonymous reviewers for their valuable comments and suggestions to improve this paper. In addition, this work was supported by the Fundamental Research Funds for the Central Universities grant no. CDJXS11100023.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Qiang Chen.

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

Chen, Q., He, C. Variational segmentation model for images with intensity inhomogeneity and Poisson noise. J Image Video Proc 2013, 28 (2013). https://doi.org/10.1186/1687-5281-2013-28

Download citation

  • Received:

  • Accepted:

  • Published:

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

Keywords