Next Article in Journal
Triangular Fuzzy Number-Typed Fuzzy Cooperative Games and Their Application to Rural E-Commerce Regional Cooperation and Profit Sharing
Next Article in Special Issue
Sufficient Conditions for Triangular Norms Preserving ⊗-Convexity
Previous Article in Journal
Lower Approximation Reduction Based on Discernibility Information Tree in Inconsistent Ordered Decision Information Systems
Previous Article in Special Issue
The Complexity of Some Classes of Pyramid Graphs Created from a Gear Graph
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Edge Detection Method Based on the Regularized Laplacian Operation

College of Mathematics and Computer Science, Gannan Normal University, Ganzhou 341000, China
*
Author to whom correspondence should be addressed.
Symmetry 2018, 10(12), 697; https://doi.org/10.3390/sym10120697
Submission received: 12 November 2018 / Revised: 21 November 2018 / Accepted: 22 November 2018 / Published: 3 December 2018
(This article belongs to the Special Issue Discrete Mathematics and Symmetry)

Abstract

:
In this paper, an edge detection method based on the regularized Laplacian operation is given. The Laplacian operation has been used extensively as a second-order edge detector due to its variable separability and rotation symmetry. Since the image data might contain some noises inevitably, regularization methods should be introduced to overcome the instability of Laplacian operation. By rewriting the Laplacian operation as an integral equation of the first kind, a regularization based on partial differential equation (PDE) can be used to compute the Laplacian operation approximately. We first propose a novel edge detection algorithm based on the regularized Laplacian operation. Considering the importance of the regularization parameter, an unsupervised choice strategy of the regularization parameter is introduced subsequently. Finally, the validity of the proposed edge detection algorithm is shown by some comparison experiments.

1. Introduction

In a digital image, edges can be defined as abrupt changes of the image intensity. Edge is one of the most essential features contained in an image. The result of edge detection not only retains the main information of an image, but also reduces the amount of data to be processed drastically. Therefore, edge detection has been used as a front-end step in many image processing and computer vision applications [1].
Since the abrupt changes in an image can be reflected by their derivatives, differentiation-based methods are widely used in edge detection. Generally, edges can be detected by finding the maximum of first-order derivatives or the zero-crossing of second-order derivatives of the image intensity. From the original contribution of Roberts in 1965, there have been a large number of works concerning this topic. Some researchers have paid attention to constructing optimal filters according to some reasonable hypotheses and criteria (see [2,3,4,5]), while some others are interested in designing discrete masks, such as the well-known Prewitt, Sobel and Laplacian of Gaussian (LoG) operators. Some recently developed methods can be found in [6,7,8].
The differentiation-based edge detection methods need to calculate derivatives numerically. As we know, numerical differentiations are unstable since a small perturbation of the data may cause huge errors in its derivatives [9]. In real applications, the image is often corrupted by noise during the processes of collection, acquisition and transmission. In order to calculate derivatives of the noisy data stably, some regularization methods should be introduced. There have been much work into this over the past years, such as the Tikhonov regularization [10], the Lavrentiev regularization [11], the Lanczos method [12], the mollification method [9] and the total variation method [13]. Some of the regularization methods for computing the first-order numerical differentiation have been applied to detecting image edges (see [10,13]).
Compared with the first-order numerical differentiation, the computation of second-order derivatives is more unstable and more likely to be influenced by noises. However, the edge detection based on second-order derivatives has higher localization accuracy and a stronger response to final details [14]. The most common second-order derivative used in edge detection is the Laplacian operation due to its variable separability and rotation invariance. In order to overcome the instability of Laplacian operation, one of the existing works is the LoG [2]. Since the image data is discrete, the sampled representation of the LoG and some related issues have been discussed in [15]. The performance of a LoG detector depends mainly on the choice of the scale parameter. For larger scales, the zero-crossings deviate from the true edges, which may cause poor localization. For small scales, there would be many false zero-crossings produced by noises. Besides the LoG detector, a model for designing a discrete mask of the Laplacian operator is introduced in [7].
In view of the above-mentioned facts, a natural idea is to compute the Laplacian operation by the regularization method and construct a novel edge detection algorithm based on this. By rewriting the Laplacian operation as an integral equation of the first kind, a PDE-based regularization for computing the Laplacian operation has been proposed in [16]. In this paper, the PDE-based regularization method will be generalized to edge detection. Based on the objective parameter selection for edge detection given in [17], we will introduce a new choice strategy of the regularization parameter. Comparative experiments with the LoG detector and the Laplacian-based mask given in [7] are considered.
The paper is organized as follows. In Section 2, the PDE-based regularization method for computing the Laplacian operation of image data is given. The novel edge detection algorithm based on the regularized Laplacian operation is given in Section 3. Comparative experiments are shown in Section 4. Finally, the main conclusions are summarized in Section 5.

2. Regularized Laplacian Operation

Considering the image intensity as a function f ( r ) ,   r = ( x , y ) of two variables, the Laplacian operation can be defined as
u = Δ f = 2 f x 2 + 2 f y 2 ,   ( x , y ) Ω : = [ 0 , a ] × [ 0 , b ] .
Without loss of generality, we assume the value of f ( x , y ) on the boundary of Ω is zero, i.e., f | Ω 0 . Otherwise, denote f 0 as the solution of
{ Δ f 0 = 0 , in   Ω f 0 = f , on   Ω ,
and replace f by f f 0 . Since the latter satisfies
Δ ( f f 0 ) = Δ f = u ,   ( f f 0 ) | Ω 0 ,
it has
{ Δ f = u , in   Ω f = 0 , on   Ω .
Problem (1) is the Dirichlet problem of the Poisson equation. According to the classic theory of the Poisson equation, the relationship between f and u can be expressed as
A [ u ] : = Ω G ( r , r )   u ( r ) d r = f ,
where G ( r , r ) is the Green function of the Dirichlet problem (see [18]). Since Ω is a rectangular domain, the Green function has the explicit expression
G ( r , r ) = k 1 , k 2 = 1 p ( k 1 , k 2 )   u ( r ; k 1 , k 2 )   u ( r ; k 1 , k 2 ) ,
where
u ( r ; k 1 , k 2 ) = sin k 1 π x a sin k 2 π y b ,   p ( k 1 , k 2 ) = 4 a b π 2 ( k 1 2 b 2 + k 2 2 a 2 ) .
The calculation of Laplacian operation u = Δ f is equivalent to solving the integral Equation (2), which can be simplified in the following.
Denote f δ as the noise data of f ; the calculation of the Laplacian operation Δ f δ is unstable, which means the noise may be amplified. A stabilized strategy is to solve the equivalent Equation (2) by the regularization method. Solving the integral Equation (2) by the Lavrentiev regularization method, an efficient method is given in [16]. The Laplacian operation can be computed approximately by solving the regularization equation
α u α , δ + A [ u α , δ ] = f δ ,
where α > 0 is the regularization parameter, and u α , δ is the regularized Laplacian operation. Assuming that h α , δ is a function satisfying
{ Δ h α , δ = u α , δ , in   Ω h α , δ = 0 , on   Ω ,
then it has A [ u α , δ ] = h α , δ . Equation (3) can be rewritten as
{ α Δ h α , δ h α , δ = f δ , in   Ω h α , δ = 0 , on   Ω
This boundary value problem of PDE can be solved by classic numerical methods, and then the regularized Laplacian operation u α , δ can be expressed as
u α , δ ( r ) = Δ h α , δ ( r ) = 1 α [ h α , δ ( r ) f δ ( r ) ] ,   r Ω .
From the above rewriting, we can see that (4) and (5) are equivalent to the integral Equation (3). Compared with solving the regularization Equation (3) directly, the computational burden of solving (4) and (5) is reduced drastically.
The work of [16] mainly focuses on the choice of the regularization parameter α and the error estimate of the regularized Laplacian operation u α , δ . Unfortunately, the choice strategy given in [16] depends on the noise level of the noise data, which is unknown in practice. Since the choice strategy of the regularization parameter plays an important role in the regularization method, as the authors stated in [16], the selection of parameter α in the edge detection algorithm should be considered carefully.

3. The Edge Detection Algorithm

In this section, we will construct the novel edge detection algorithm based on the regularized Laplacian operation given in Section 2.
The first thing we are concerned with is the weakness of the Lavrentiev regularization. Notice that h α , δ ( r ) = 0 ,   r Ω , it has u α , δ ( r ) = 1 α f δ ( r ) ,   r Ω . The parameter α > 0 is usually a small number, which means the error of the regularized Laplacian operation on the boundary can be amplified 1 α times. Thus, the computation is meaningless on Ω . In fact, the validity of the regularized Laplacian operation u α , δ ( r ) has been weakened when r is close to the boundary. Experiments in [16] have shown that the weakness only affects the points very close to the boundary. Hence, except a few pixels which are as close as possible to the boundary of the image domain, the edge detection results will be acceptable.
The second thing we are concerned with is the choice strategy of the regularization parameter α . Since the noise level of an image data is unknown, the choice strategy given in [16] cannot be carried out. Considering only the edge detection problem, the objective parameter selection given in [17] can be adopted to choose the regularization parameter.
Once the regularization parameter α is chosen, the regularized Laplacian operation u α , δ can be obtained by solving Equations (4) and (5), where Equation (4) can be solved by the standard finite difference method or finite element method.
Combined with the objective parameter selection given in [17], the main framework of the choice strategy is summarized as follows:
Step 1: Regularization parameters α j ,   j { 1 , 2 , , n } are used to generate N different edge maps D j ,   j { 1 , 2 , , n } by the proposed edge detection algorithm. Then, N potential ground truths (PGTs) are constructed, and each PGTi includes pixels which have been identified as edges by at least i different edge maps.
Step 2: Each PGTi is compared with each edge map Dj, and it generates four different probabilities: TP PGT i ,   D j ,   FP PGT i ,   D j ,   TN PGT i ,   D j ,   FN PGT i ,   D j . Among them, TPA,B (true positive) means the probability of pixels which have been determined as edges in both edge maps A and B; FPA,B (false positive) means the probability of pixels determined as edges in A, but non-edges in B; TNA,B (true negative) means the probability of pixels determined as non-edges in both A and B; and FNA,B (false negative) means the probability of pixels determined as edges in B, but non-edges in A.
Step 3: For each PGTi, we average the four probabilities over all edge maps Dj, and get TP ¯ PGT i ,   FP ¯ PGT i ,   TN ¯ PGT i ,   FN ¯ PGT i , where TP ¯ PGT i = 1 N j = 1 N TP PGT i , D j , and the expressions of other probabilities are similar. Then, a statistical measurement of each PGTi is given by the Chi-square test:
χ PGT i 2 = TPR Q 1 Q ( 1 FPR ) ( 1 Q ) Q ,
where
Q = TP ¯ PGT i + FP ¯ PGT i ,   TPR = TP ¯ PGT i TP ¯ PGT i + FN ¯ PGT i ,   FPR = FP ¯ PGT i FP ¯ PGT i + TN ¯ PGT i .
The PGTi with the highest χ PGT i 2 is considered as the estimated ground truth (EGT).
Step 4: Each edge map’s Dj is then matched to the EGT by four new probabilities: TP D j , EGT ,   FP D j , EGT ,   TN D j , EGT ,   FN D j , EGT . The Chi-square measurements χ D j 2 are obtained by the same way as in Step 3. Then, the best edge map is the one which gives the highest χ D j 2 , and the corresponding regularization parameter α j is the one we want.
The Chi-square measure (6) can reflect the similarity of two edge maps, and the bigger the value of the Chi-square measurement, the better. As Lopez-Molina et al. stated in [19], the Chi-square measurement can evaluate the errors caused by spurious responses (false positives, FPs) and missing edges (false negatives, FNs), but it cannot work on the localization error when the detected edges deviate from their true position. For example, a reference edge image and three polluted edge maps are given in Figure 1. Compared with the reference edge (Figure 1a), the Chi-square measurements of the three polluted edge maps are the same, yet their localization accuracies are different. In order to reflect the localization error in these edge maps, distance-based error measures should be introduced.
The Baddeley’s delta metric (BDM) is one of the most common distance-based measures [20]. It has been proven to be an ideal measure for the comparison of edge detection algorithms [19,21]. Let A and B be two edge maps with the same resolution M × N , and P = { 1 , , M } × { 1 , , N } be the set of pixels in the image. The value of BDM between A and B is defined as
Δ k ( A , B ) = [ 1 M N p P | w ( d ( p , A ) ) w ( d ( p , B ) ) | k ] 1 / k ,
where d ( p , A ) is the Euclidean distance from p P to the closest edge points in A, the parameter k is a given positive integer and w ( d ( p , A ) ) = min ( d ( p , A ) , c ) for a given constant c > 0 . Compared with the reference edge E R in Figure 1, the BDMs of the three polluted edge maps E i   ( i = 1 , 2 , 3 ) are given in Table 1 with different parameters c and k . The smaller the value of BDM, the better. As we can see from Table 1, localization errors of the three edge maps are apparently distinguished. Therefore, the Chi-square measure (6) will be replaced by the BDM (7) in the choice strategies of the regularization parameter.

4. Experiments and Results

In order to show the validity of the proposed edge detection algorithm, some comparative experiments are given in this section. In the experiments, our regularized edge detector (RED) will be compared with the LoG detector and the Laplacian-based edge detector (LED) proposed in [7].
As Yitzhaky and Peli said in [17], the parameter selection for edge detection depends mainly on the set of parameters used to generate the initial detection results. In order to reduce this influence properly, the range of the parameter is set to be large enough that instead of forming a very sparse edge map it forms a very dense one. The scale parameter of the LoG detector is set from 1.5 to 4 in steps of 0.25. The regularization parameter of the regularized edge detector is set from 0.01 (≈0) to 0.1 in steps of 0.01. The images we used are taken from [22], and some of them are shown in Figure 2. The optimal edge maps given in [22] will be seen as the ground truth in our quantitative comparisons.
Let us first consider the choice strategy of the regularization parameter α , where the parameters in BDM are set as k = 1 ,   c = 2 . Taking the airplane image as an example, the BDM of each PGT i ,   i { 1 , 2 , 11 } is shown in Figure 3a, from which we can see the EGT is PGT6. Compared with the EGT, the BDM of each edge map Dj is shown in Figure 3b, from which we can see the best edge map is D6. Hence, the regularization parameter is chosen as α = 0.05 . The choice of the scale parameter in the LoG detector is carried out similarly. It does not need any parameters in the LED.
For the airplane image, the ground truth and edges detected by the three edge detectors are shown in Figure 4. From Figure 4b, we can see that the influence of the Lavrentiev regularization’s weakness on the RED is negligible. From Figure 4b,c, we can see that the RED is better than the LoG detector for noise suppression and maintaining continuous edges. Comparing Figure 4d with Figure 4b,c, we can see the superiority of the parameter-dependent edge detector. Similar results for the elephant image are shown in Figure 5. For some images taken from [22], quantitative comparisons of the edges detected by the LoG detector, the RED and the LED against the ground truth are given in Table 2. Since the smaller the value of BDM, the better, this shows that the RED has better performance than the LoG detector and the LED in most cases.

5. Conclusions

In this paper, a novel edge detection algorithm is proposed based on the regularized Laplacian operation. The PDE-based regularization enables us to compute the regularized Laplacian operation in a direct way. Considering the importance of the regularization parameter, an objective choice strategy of the regularization parameter is proposed. Numerical implementations of the regularization parameter and the edge detection algorithm are also given. Based on the image database and ground truth edges taken from [22], the superiority of the RED against the LED and the LoG detector has been shown by the edge images and quantitative comparison.

Author Contributions

All the authors inferred the main conclusions and approved the current version of this manuscript.

Funding

This research was funded by National Natural Science Foundation of China (Grant No. 11661008), Natural Science Foundation of Jianxi Province (Grant No. 20161BAB211025), Science & Technology Project of Jiangxi Educational Committee (Grant No. GJJ150982) and Tendering Subject of Gannan Normal University (Grant No. 15zb03).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Basu, M. Gaussian-based edge-detection methods—A survey. IEEE Trans. Syst. Man Cybern. Part C Appl. Rev. 2002, 32, 252–260. [Google Scholar] [CrossRef]
  2. Marr, D.; Hildreth, E. Theory of edge detection. Proc. R. Soc. Lond. B 1980, 207, 187–217. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Canny, J. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, 8, 679–698. [Google Scholar] [CrossRef] [PubMed]
  4. Sarkar, S.; Boyer, K. Optimal infinite impulse response zero crossing based edge detectors. CVGIP Image Underst. 1991, 54, 224–243. [Google Scholar] [CrossRef]
  5. Demigny, D. On optimal linear filtering for edge detection. IEEE Trans. Image Process. 2002, 11, 728–737. [Google Scholar] [CrossRef] [PubMed]
  6. Kang, C.C.; Wang, W.J. A novel edge detection method based on the maximizing objective function. Pattern Recognit. 2007, 40, 609–618. [Google Scholar] [CrossRef]
  7. Wang, X. Laplacian operator-based edge detectors. IEEE Trans. Pattern Anal. Mach. Intell. 2007, 29, 886–890. [Google Scholar] [CrossRef] [PubMed]
  8. Lopez-Molina, C.; Bustince, H.; Fernandez, J.; Couto, P.; De Baets, B. A gravitational approach to edge detection based on triangular norms. Pattern Recognit. 2010, 43, 3730–3741. [Google Scholar] [CrossRef]
  9. Murio, D.A. The Mollification Method and the Numerical Solution of Ill-Posed Problems; Wiley-Interscience: New York, NY, USA, 1993; pp. 1–5. ISBN 0-471-59408-3. [Google Scholar]
  10. Wan, X.Q.; Wang, Y.B.; Yamamoto, M. Detection of irregular points by regularization in numerical differentiation and application to edge detection. Inverse Probl. 2006, 22, 1089–1103. [Google Scholar] [CrossRef] [Green Version]
  11. Xu, H.L.; Liu, J.J. Stable numerical differentiation for the second order derivatives. Adv. Comput. Math. 2010, 33, 431–447. [Google Scholar] [CrossRef]
  12. Huang, X.; Wu, C.; Zhou, J. Numerical differentiation by integration. Math. Comput. 2013, 83, 789–807. [Google Scholar] [CrossRef]
  13. Wang, Y.C.; Liu, J.J. On the edge detection of an image by numerical differentiations for gray function. Math. Methods Appl. Sci. 2018, 41, 2466–2479. [Google Scholar] [CrossRef]
  14. Gonzalez, R.C.; Woods, R.E. Digital Image Processing, 3rd ed.; Pearson: London, UK, 2007; pp. 158–162. ISBN 978-0-13-168728-8. [Google Scholar]
  15. Gunn, S.R. On the discrete representation of the Laplacian of Gaussian. Pattern Recognit. 1999, 32, 1463–1472. [Google Scholar] [CrossRef]
  16. Xu, H.L.; Liu, J.J. On the Laplacian operation with applications in magnetic resonance electrical impedance imaging. Inverse Probl. Sci. Eng. 2013, 21, 251–268. [Google Scholar] [CrossRef]
  17. Yitzhaky, Y.; Peli, E. A method for objective edge detection evaluation and detector parameter selection. IEEE Trans. Pattern Anal. Mach. Intell. 2003, 25, 1027–1033. [Google Scholar] [CrossRef] [Green Version]
  18. Gu, C.H.; Li, D.Q.; Chen, S.X.; Zheng, S.M.; Tan, Y.J. Equations of Mathematical Physics, 2nd ed.; Higher Education Press: Beijing, China, 2002; pp. 80–86. ISBN 7-04-010701-5. (In Chinese) [Google Scholar]
  19. Lopez-Molina, C.; Baets De, B.; Bustince, H. Quantitative error measures for edge detection. Pattern Recognit. 2013, 46, 1125–1139. [Google Scholar] [CrossRef]
  20. Baddeley, A.J. An error metric for binary images. In Proceedings of the IEEE Workshop on Robust Computer Vision, Bonn, Germany, 9–11 March 1992; Wichmann Verlag: Karlsruhe, Germany, 1992; pp. 59–78. [Google Scholar]
  21. Fernández-García, N.L.; Medina-Carnicer, R.; Carmona-Poyato, A.; Madrid-Cuevas, F.J.; Prieto-Villegas, M. Characterization of empirical discrepancy evaluation measures. Pattern Recognit. Lett. 2004, 25, 35–47. [Google Scholar] [CrossRef]
  22. Heath, M.D.; Sarkar, S.; Sanocki, T.A.; Bowyer, K.W. A robust visual method for assessing the relative performance of edge detection algorithms. IEEE Trans. Pattern Anal. Mach. Intell. 1997, 19, 1338–1359. [Google Scholar] [CrossRef]
Figure 1. The reference edge image and three polluted edge maps: (a) reference edge E R ; (b) polluted edge map E 1 ; (c) polluted edge map E 2 ; (d) polluted edge map E 3 .
Figure 1. The reference edge image and three polluted edge maps: (a) reference edge E R ; (b) polluted edge map E 1 ; (c) polluted edge map E 2 ; (d) polluted edge map E 3 .
Symmetry 10 00697 g001
Figure 2. Some images taken from [22]: (a) airplane; (b) elephant.
Figure 2. Some images taken from [22]: (a) airplane; (b) elephant.
Symmetry 10 00697 g002
Figure 3. The figure of BDMs: (a) the BDM of Δ PGT i 1 ,   i { 1 , 2 , , 11 } ; (b) the BDM of Δ D j 1 ,   i { 1 , 2 , , 11 } .
Figure 3. The figure of BDMs: (a) the BDM of Δ PGT i 1 ,   i { 1 , 2 , , 11 } ; (b) the BDM of Δ D j 1 ,   i { 1 , 2 , , 11 } .
Symmetry 10 00697 g003
Figure 4. Edge detection results of the airplane image: (a) the ground truth; (b) the edge detected by the regularized edge detector (RED); (c) the Laplacian of Gaussian (LoG); (d) the Laplacian-based edge detector (LED).
Figure 4. Edge detection results of the airplane image: (a) the ground truth; (b) the edge detected by the regularized edge detector (RED); (c) the Laplacian of Gaussian (LoG); (d) the Laplacian-based edge detector (LED).
Symmetry 10 00697 g004
Figure 5. Edge detection results of the elephant image: (a) the ground truth; (b) the edge detected by the RED; (c) the LoG; (d) the LED.
Figure 5. Edge detection results of the elephant image: (a) the ground truth; (b) the edge detected by the RED; (c) the LoG; (d) the LED.
Symmetry 10 00697 g005
Table 1. The Baddeley’s delta metrics (BDMs) between the reference edge image E R and the polluted edge maps E i   ( i = 1 , 2 , 3 ) with the different choices of parameters c and k.
Table 1. The Baddeley’s delta metrics (BDMs) between the reference edge image E R and the polluted edge maps E i   ( i = 1 , 2 , 3 ) with the different choices of parameters c and k.
Parameter Sets Δ k ( E R , E 1 ) Δ k ( E R , E 2 ) Δ k ( E R , E 3 )
k = 1, c = 20.05660.09370.1256
k = 1, c = 30.09500.18790.2461
k = 1, c = 40.13970.26140.3305
k = 2, c = 20.21820.33070.3637
k = 2, c = 30.27530.49250.6313
k = 2, c = 40.33170.61590.8021
Table 2. Quantitative comparison of the edges detected by the LoG, the RED and the LED.
Table 2. Quantitative comparison of the edges detected by the LoG, the RED and the LED.
ImagesLEDLoGRED
Airplane0.75150.12700.1232
Elephant0.66190.30410.2593
Turtle0.44300.12260.1323
Brush0.57900.18830.1673
Tiger0.92390.28540.2748
Grater0.55370.23530.2143
Pitcher0.50320.25840.2296

Share and Cite

MDPI and ACS Style

Xu, H.; Xiao, Y. A Novel Edge Detection Method Based on the Regularized Laplacian Operation. Symmetry 2018, 10, 697. https://doi.org/10.3390/sym10120697

AMA Style

Xu H, Xiao Y. A Novel Edge Detection Method Based on the Regularized Laplacian Operation. Symmetry. 2018; 10(12):697. https://doi.org/10.3390/sym10120697

Chicago/Turabian Style

Xu, Huilin, and Yuhui Xiao. 2018. "A Novel Edge Detection Method Based on the Regularized Laplacian Operation" Symmetry 10, no. 12: 697. https://doi.org/10.3390/sym10120697

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