Next Article in Journal
Formation of Boundary Film from Ionic Liquids Enhanced by Additives
Previous Article in Journal
Hybrid Electric Vehicle Performance with Organic Rankine Cycle Waste Heat Recovery System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improved Image Denoising Algorithm Based on Superpixel Clustering and Sparse Representation

1
School of Aerospace Science and Technology, Xidian University, Xi’an 710071, China
2
School of Electro-Mechanical Engineering, Xidian University, Xi’an 710071, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2017, 7(5), 436; https://doi.org/10.3390/app7050436
Submission received: 21 February 2017 / Revised: 14 April 2017 / Accepted: 21 April 2017 / Published: 26 April 2017

Abstract

:
Good learning image priors from the noise-corrupted images or clean natural images are very important in preserving the local edge and texture regions while denoising images. This paper presents a novel image denoising algorithm based on superpixel clustering and sparse representation, named as the superpixel clustering and sparse representation (SC-SR) algorithm. In contrast to most existing methods, the proposed algorithm further learns image nonlocal self-similarity (NSS) prior with mid-level visual cues via superpixel clustering by the sparse subspace clustering method. As the superpixel edges adhered to the image edges and reflected the image structural features, structural and edge priors were considered for a better exploration of the NSS prior. Next, each similar superpixel region was regarded as a searching window to seek the first L most similar patches to each local patch within it. For each similar superpixel region, a specific dictionary was learned to obtain the initial sparse coefficient of each patch. Moreover, to promote the effectiveness of the sparse coefficient for each patch, a weighted sparse coding model was constructed under a constraint of weighted average sparse coefficient of the first L most similar patches. Experimental results demonstrated that the proposed algorithm achieved very competitive denoising performance, especially in image edges and fine structure preservation in comparison with state-of-the-art denoising algorithms.

1. Introduction

As one of the most fundamental low-level vision problems, image denoising has been widely studied in computer vision, serving as the foundation and precondition for image processing, such as visual saliency detection, image segmentation, image classification, etc. In general, image denoising aims at recovering the clean image from the noise-corrupted image while preserving, as much as possible, the vital image features. During the past few decades, image denoising has drawn much research attention, resulting in a variety of efficient methods. Traditional image denoising methods include the median filter, the Gaussian filter, methods based on the total variation, wavelet threshold methods, etc. However, most of these methods frequently ignore the details of image features that include structure, texture, and edge features. To some extent, the ignorance of image details makes these methods suffer from many defects, comprising of over-smoothing, side effect, artifacts, loss of structure and texture features, ambiguousness of edges, etc.
Motivated by the defects in traditional image denoising methods, significant progress has been made in recent years. As image denoising is typically an ill-posed problem, its solution might not be unique. Based on good learning image priors from noise-corrupted images or clean natural images, numerous methods have been proposed to obtain a better solution to the image denoising problem. In particular, nonlocal self-similarity (NSS) and sparsity are two popular image priors with great potential that lead to state-of-the-art performance. Based on the fact that local image details may appear multiple times across the entire image, NSS prompts a series of excellent algorithms for image denoising. The nonlocal means (NLM) [1] algorithm computed a noise-free pixel as the weighted average of pixels with similar neighborhoods in the fixed-size rectangle searching window, and achieved significant enhancement in denoising performance. Inspired by the success of NLM method, Dabov et al. [2] proposed a remarkable collaborative image denoising scheme, called block-matching and 3D filtering (BM3D). In this scheme, nonlocal similar patches were grouped into a 3D cube and collaborative filtering was conducted in the sparse 3D transform domain. The BM3D algorithm ranks among the best performing methods, yet its implementation is complex. Furthermore, the BM3D algorithm is based on classical fixed orthogonal dictionaries, thus lacking data-adaptability. Building on the principle of sparse and redundant representations [3], another category of methods has been developed, which can learn data-adaptive dictionaries for denoising. The K-SVD algorithm [4] has boosted denoising performance significantly. Mairal et al. [5] proposed the learned simultaneous sparse coding (LSSC) algorithm, which used nonlocal self-similarity (NSS) to improve sparse models with simultaneous sparse coding. In Reference [6], Chatterjee et al. clustered image into K groups to enhance the sparse representation via locally learned dictionaries, which took advantage of geometrical structure feature and the NSS prior in spatial domain. Subsequently, Dong et al. [7] observed that the difference between the representation coefficients of original and degraded images was sparse, and added a restriction to ensure the minimization of the l 1 norm for the difference. Thus, this model achieved good results in image denoising. By assuming that the matrix of nonlocal similar patches had a low-rank structure, the low-rank minimization based methods [8,9] also achieved very competitive denoising results. Zhang et al. [10] later proposed a patch group (PG) based NSS prior learning scheme to learn explicit NSS models from natural images for high performance denoising, resulting in high peak signal to noise ratio (PSNR) measurements.
Though NSS in low-level vision cues has been widely utilized to improve image denoising performance in most existing methods, we argue that such utilizations of NSS are not sufficiently effective. These methods learn NSS prior via clustering local size-fixed patches extracted from an image, which may neglect the image edge and structural features to some extent. Moreover, in most existing methods, the NSS prior is usually exploited by searching for nonlocal similar patches to a local patch across a size-fixed square searching window, which always leads to massive workload and ignores the similarities between pairs of patches with large spatial distances. Since most existing methods do not make full use of NSS prior in low-level vision cues, it is necessary to learn the prior in mid-level vision cues for a better exploration of the NSS prior.
With the above considerations, this paper proposes to further learn NSS in mid-level vision cues via superpixel clustering using the sparse subspace clustering method. Since the superpixel edges adhere to the image edges and reflect the image structural features, structural and edge information can be considered for a better exploration of the NSS prior by superpixel clustering. Furthermore, this paper proposes an improved algorithm for image denoising by taking advantage of multiple priors to achieve a better denoising performance, including the NSS prior in the spatial domain and sparse transform domain, sparsity, structure, and edge prior. In the proposed algorithm, we first divided the image into multiple superpixels by the simple linear iteration clustering (SLIC) method and grouped superpixels to generate irregular regions by the sparse subspace clustering method with local features. Regarding these regions as searching windows, we sought the first L most similar patches to each local patch. Next, a data-adaptability dictionary for each region was learned to obtain the initial sparse coefficients of local patches extracted from the images. Finally, to improve the effectiveness of the sparse coefficient for each patch, a weighted sparse coding model was constructed by adding a weighted average sparse coefficient of the first L most similar patches to the sparse representation model. Once final sparse coefficients for all patches were acquired, the noise-free image was obtained. Benefiting from two factors, the proposed algorithm achieves enhanced image denoising performance. First, learning the NSS in mid-level vision cues via superpixel clustering promotes a better exploitation of the NSS prior. Furthermore, regarding similar superpixel regions as a searching window can avoid the ignorance of similarities between pairs of patches with large spatial distances, which also contributes to the better exploitation of the NSS prior. Second, a weighted sparse coding model was established, which reduced the impact of noise on sparse representation and improved the accuracy of sparse coefficient for each patch.
The rest of this paper is organized as follows. In Section 2, the basics of the proposed algorithm are described, including the SLIC algorithm, sparse subspace clustering algorithm and sparse representation algorithm. In Section 3, we introduce the proposed denoising model in detail. Next, experimental results and discussion are presented in Section 4. Finally, we make our conclusions in Section 5.

2. Basics of Superpixel Clustering and Sparse Representation (SC-SR) Algorithm

This paper implements a novel image denoising algorithm based on the NSS prior in mid-level vision cues and weighted sparse coding. Before analyzing the proposed denoising algorithm, it is essential to introduce three basic algorithms which play vital roles in realizing the proposed algorithm.

2.1. Simple Linear Iterative Clustering Algorithm for Segmentation

this paper, a simple linear iterative clustering (SLIC) algorithm was selected to generate compact and nearly uniform superpixels, since it has better performance in running speed, superpixel compactness and contour preservation in comparison with other methods [11]. SLIC generates superpixels by clustering pixels based on their similarity in color and proximity in the image plane [12]. This method seamlessly applies to color as well as grayscale images via replacing color similarity with gray information similarity. In this paper, experiments were conducted on grayscale images.
SLIC is essentially a local k-means clustering method. Given the total number of image pixels N p and the desired number of superpixels N s , cluster centers are sampled at a regular grid S =   N p N s . To speed up the generation of superpixels, SLIC assigns each pixel p i to the nearest cluster centers within the local region of the pixel p i rather than the whole image plane. The size of the local region is 2 S × 2 S that takes the pixel p i as the center.
For grayscale images, gray and space information are taken into consideration for describing a pixel as a vector. Instead of using a simple Euclidean norm, the distance measure D s is defined as follows:
D s = d g + m S × d x y ,
where d g is the gray distance, and d x y is the plane distance normalized by the grid interval S . A variable m is introduced to control the compactness of a superpixel. The greater the value of m , the more spatial is emphasized and the more compact the cluster, and we empirically set m to 10 [12]. The values of d g and d x y are obtained as follows:
d g = ( g i g j ) 2 ,
d x y = ( x i x j ) 2 + ( y i y j ) 2 ,
where g i and g j are the gray values of pixel i and j ; x i and x j are the x -coordinate values of pixel i and j ; and y i and y j are the y -coordinate values of pixel i and j .
Given the desired number of superpixels N s , SLIC begins by sampling M regularly spaced cluster centers, which are denoted by feature vectors { C k = [ g k , x k , y k ] T } k = 1 M . To avoid placing a cluster center at an edge pixel or a noisy pixel, the cluster center is moved to the lowest gradient position in a 3 × 3 neighborhood. Next, each pixel in the image is associated with the nearest cluster center within the local area of the pixel by adopting k-means clustering method.
The segmentation results of SLIC on some benchmark test images are displayed in Figure 1. As shown, SLIC generates compact and nearly uniform superpixels and achieves a good description of the image edges.

2.2. Sparse Subspace Clustering for Noisy Data

Sparse subspace clustering is an outstanding clustering method based on sparse representation, which is able to handle missing or corrupted data. It is based on the fact that each data point in a union of subspaces can be represented as a linear or affine combination of other points. Points are determined to lie in the same subspace by searching for the sparsest combination, which leads to a sparse similarity matrix [13]. Based on the similarity matrix, spectral clustering is adopted to obtain the final clustering result.
Given a data matrix M = [ m 1 , m 2 , , m n ] , the sparse representation of each point m i R d can be obtained by the following optimal problem:
m i n || i || 1 subject   to   m i = M i
Matrix M i ^ R d × ( n 1 ) is defined as the matrix obtained from M by removing its i-th column, where the subscript i ^ means that there is no i . Point m i has a sparse representation with respect to the matrix M i ^ . Next, the optimal problem is equal to the following problem:
m i n || c i || 1 subject   to   m i = M i ^ c i   and   c i T Ι = 1 ,
where Ι is a unit vector. Taking noise into consideration, let m i ¯ = m i + η i . be the i-th corrupted data point, where || η i || 2 ε and ε are the noise variance. The optimal problem turns to:
m i n || c i || 1 subject   to || m i ¯ M i ^ c i || 2 ε   and   c i T Ι = 1
Lasso optimization method [14] is used for recovering the optimal sparse solution from the above equation. With the sparsest representation of each point, a coefficient matrix C ( C = [ c 1   , c 2 , , c n ] ) can be obtained, which describes the connections between points. Taking the matrix C to establish a directed graph G = ( V , E ) , the vertices of the graph V are the n data points and the adjacency matrix is the coefficient matrix C . Moreover, to make G balanced, a new adjacency matrix C ˜ ( C i j ˜ = | C i j | + | C j i | ) is built. Subsequently, the Laplacian matrix L is formed by L = D a C ˜ , where D a R N × N is a diagonal matrix and meets the condition of D a i i = j C i j ˜ . Finally, spectral clustering method is applied to cluster the eigenvector of the Laplacian matrix to obtain the final cluster result for the whole data points.
In this paper, sparse subspace clustering is adopted to effectively cluster superpixels into regions of similar geometric structure aiming to further learn the NSS prior in mid-level vision cues even in the presence of noise. It is known that better learning of the NSS prior can improve the performance of denoising algorithms based on structure clustering and sparse representation. Instead of clustering size-fixed patches that are inflexibly extracted from images, clustering superpixels takes image edge and structure features into consideration, which leads to a better learning result of the NSS prior.

2.3. Sparse Representation Based Image Denoising

In general, sparse representation works in a patch-based framework, where an image is represented by sparse coefficients of its overlapping patches. Next, the recovery of image is achieved by averaging the sparse representation of all overlapping patches.
Given an image Y with noise, the column vector of b × b patch at the location of i , is denoted as y i = R i Y , where R i is a binary matrix aiming to extract an overlapping patch and convert it to a column vector. The sparse coefficient α i ^ of a patch is realized by the optimal solution to the following equation:
α i ^ = a r g m i n α i 1 2 || y i D α i || 2 2 + ζ || α i || p ,
where p = 0 , 1 , D is known as dictionary, and ζ is a regularization parameter to keep a balance between sparsity and reconstruction error. Once α i ^ is found, the denoising result y i ˜ of the image patch y i can be computed by y ˜ i = D α i . A challenging issue in finding the sparse coefficient α i ^ is to choose the dictionary. In brief, a dictionary is a matrix, which is usually obtained by a specific transformation or learned from a large set of clean patches or noisy patches. When the dictionary and sparse coefficients are obtained, the denoised image Y ˜ can be reconstructed by aggregating all of the sparse representation of patches as follows [9]:
Y ˜ = ( R i T R i ) 1 ( i R i T D α i ) ,
Nonetheless, only the local sparse representation model is employed in denoising problem, which may not lead to a preferable enough solution. Herein, this paper combines good image priors from the noise-corrupted image with sparse representation for a better solution to image denoising problem. The NSS prior in the spatial domain was learned by superpixel clustering, which also generated irregular regions consisting of similar superpixels. By regarding these regions as searching windows, similar patches to a local patch within each region were found. The NSS prior in sparse transform domain utilized a constraint that the weighted average of sparse coefficients for the acquired similar patches of each local patch constrains the sparse coefficient of the local patch to an optimal solution. The NSS priors in both the spatial domain and sparse transform domain were added into the sparse representation model to enhance the image denoising performance of our proposed algorithm. Further details of the proposed algorithm are explained in the next section.

3. Proposed SC-SR Algorithm

In this section, the image denoising model based on superpixel clustering and sparse representation is presented. We first utilized the SLIC algorithm to generate M superpixels that include similar pixels. Next, the NSS prior was further exploited by making use of the sparse subspace clustering algorithm with local features to cluster similar superpixels into a group. In the abnormal region of similar superpixels group, we extracted overlapping patches for training dictionary and sought similar patches to each local patch. Finally, a weighted sparse coding was adopted for better sparse representation. The following is a detailed introduction on the proposed algorithm.

3.1. Superpixels Clustering

the outset, SLIC is used to generate M superpixels, and a superpixel is described as a column vector u with several features. Each image pixel within a superpixel can be represented by a seven-dimensional feature vector f :
f = [ g ,   I X   ,   I Y ,   I X X ,   I Y Y ,   β × x ,   β × y ] T ,
where g is the gray value of the pixel; I X ,   I Y ,     I X X ,   I Y Y are the corresponding first or second order derivatives of image intensities in both X and Y axes; and x , y are the coordinates of the pixel in an image. The parameter β aims to make a balance among image gray, gradient, and spatial features. If we use equal weight ( β = 1 ) for the spatial feature, similarities between pairs of patches with large spatial distances may be lost. Thus, we empirically chose β = 0.5 to alleviate this problem [15]. In addition, the image spatial, gray and gradient values were normalized.
For a given superpixel, we computed the mean vector u of all pixels within it as its feature vector:
u = 1 Γ j = 1 Γ f j ,
where Γ is the size of the superpixel and f j indicates a vector of a pixel within the superpixel.
We considered these N s superpixels as a collection of data points drawn from a union of K independent affine subspaces. The sparse subspace clustering method was adopted to cluster the collection of data points into K groups. After transforming every superpixel into a column vector, the collection of data points U = { u i } i = 1 M for clustering was obtained. For each superpixel, its covariance matrix M c was calculated by:
M c = [ δ 11 δ 17 δ 71 δ 77 ] ,
δ i j = 1 Γ 1 × ( k = 1 Γ ( f i k u i ) × ( f j k u j ) ) ,
where f i k indicates the i-th feature of the k-th pixel of the current superpixel and u i indicates the i-th element of the feature vector of the superpixel.
For two superpixels, their similarity can be computed based on the corresponding covariance matrices, M c 1 and M c 2 :
W ( M c 1 , M c 2 ) = e ρ d ( M c 1 , M c 2 ) ,
d ( M c 1 , M c 2 ) = i = 1 7 l n 2 ( λ i ( M c 1 , M c 2 ) ) ,
where W M ( c 1 , M c 2 ) is the similarity of the two superpixels; λ i ( M c 1 , M c 2 ) is the generalized eigenvalues from | λ M c 1 M c 2 | = 0 ; and ρ is a small constant (we experimentally set ρ to 0.5 in our experiment) [15].
To better characterize the relationship between the superpixels and alleviate the sensitivity of sparse coding to noise, a Laplacian regularization term [15] based on the similarity matrix W was introduced into Equation (6) to ensure the similarity of sparse coefficients among similar superpixels. Next, Equation (6) is equal to the following problem:
m i n || y i ¯ Y i ^ c i || 2 + μ || c i || 1 + γ 2 i j || c i c j || 2 W i j =   m i n || y i ¯ Y i ^ c i || 2 + μ || c i || 1 +   γ t r ( C L C T ) subject   to c i T Ι = 1 ,
where L is the Laplacian matrix defined as L = D a W , and D a is the diagonal matrix with row sums, D i i = j W i j The parameter γ is the weighted parameter that balances the effect of the Laplacian regularization term ( γ was empirically set to 0.2 in our experiments) [15]. By solving Equation (15), a sparse coefficients matrix C = [ c 1 ^ , c 2 ^ , , c M ^ ] was obtained, which was not symmetric. Therefore, we updated it by C i j = C j i = | C i j + C j i | to make it symmetric. A directed graph G = ( V ,   E ) was built by utilizing the sparse coefficients matrix C . The vertices of the graph V were the data set { u i } i = 1 M , and the new adjacent matrix was A = H C , where H i i = j C i j The spectral clustering algorithm was used to segment the graph G to obtain the result of clustering superpixels.
Superpixel clustering learned NSS prior, which contributed to the preservation of structural information of the denoised image. When the dictionary was learned, the learned NSS prior obtained by superpixels clustering added the structural feature and edge feature into the atoms of the dictionary. The richer the features of the dictionary, the stronger the ability to reconstruct original image.

3.2. Learning Sub-Dictionaries for Each Cluster of Superpixels

In the similar superpixel regions, we extracted overlapping patches centering on each pixels, where the overlapping patches were all b × b size ( b is odd). As for the pixels on the boundary of the image, we extended them by b / 2 pixels in a horizontal and vertical direction by mirroring pixels to gain the patches centering on them. As shown in Figure 2, the matrix M a 1 was extended by two elements in a horizontal and vertical direction by mirroring extension, and the matrix M a 2 was obtained. After every patch was transformed into a column vector, K sub-datasets { M k   } k = 1 K were formed for training sub-dictionaries.
Since the number of patches in each cluster was limited and patches in Μ k had similar patterns, it was not necessary to learn an over-complete dictionary for each cluster [16]. Therefore, we used the principal component analysis (PCA) method to learn the compact sub-dictionary for each cluster.
For each sub-dataset M k , the proposed algorithm applied PCA to compute the principal components, with the purpose of constructing the sub-dictionaries { D k   } k = 1 K . D k can be constructed by the optimal solution for the following formulation:
( D k ^ , A k ^ ) = a r g m i n D k , A k { || M k D k A k || 2 2 + λ || A k || 1 } ,
where A k is the sparse coefficient matrix of M k over D k The rank of M k is denoted by r and the co-variance matrix of M k is denoted by ψ k We obtained the result of matrix factorization ψ k = P k T Λ k P k , where P k = [ p 1 , p 2 , , p r ] is the orthogonal transformation matrix and Λ k is a diagonal matrix taking r eigenvalues of ψ k as its diagonal elements. If we regard P k as the dictionary and set E k = P k T M k , we obtain || Μ k P k E k || 2 2 = || Μ k P k P k T M k || 2 2 = 0 Therefore, Equation (16) is only determined by the sparsity regularization term E k 1 , which is constant in this case. To obtain better sub-dictionaries for sparse representation, we extracted the first τ [ 1 , r ] most important eigenvectors in P k to form a dictionary D k τ , D k τ = [ p 1 , p 2 , , p τ ] , instead of regarding P k as the dictionary. The sparse coefficient matrix is denoted by A k τ It is known that E k 1 increases when τ increases, while || Μ k D k l A k l || 2 2 decreases. The optimal solution can be obtained by solving the following problem:
τ ^ = a r g m i n τ { || Μ k D k τ A k τ || 2 2 + λ || A k τ || 1 } .
Consequently, we obtained K sub-dictionaries { D k   } k = 1 K for the K sub-datasets { M k   } k = 1 K In Equation (17), it was verified that some noise can be successfully removed during computing the local PCA transform of each image patch. In this paper, PCA was applied to each sub-dataset to construct the dictionary, which was able to reduce not only the computational cost consumed by dictionary training, but also the noise introduced into the dictionary.

3.3. Sparse Representation Model for Image Denoising

It was addressed that similar patches shared the same dictionary elements in their sparse decomposition [5]. In other words, there was NSS in the sparse transform domain as well. The proposed algorithm takes advantage of that fact to achieve a better sparse representation and improve the performance of image denoising.
In the previous subsection, we learned a PCA dictionary for each cluster. Given the dictionaries, the initial sparse coefficients α i ( 0 ) of all patches within each cluster are found by solving the minimization problem of Equation (7) in the condition of p = 0 It is known that 0 pseudo norm regularization term has usually better reconstruction performance than 1 pseudo norm regularization term [17]. Since 0 minimization problem is NP-hard, greedy approaches are employed to achieve an approximate solution. One of the most widely used greedy approach is the orthogonal matching pursuit (OMP) that successively selects the best atom of dictionary minimizing the representation error until a stopping criterion is satisfied. In our algorithm, we employed a modified version of OMP, referred to as generalized OMP (GOMP) [18], to obtain the initial sparse coefficients α i ( 0 ) , which allowed the selection of multiple atoms per iteration. Simultaneous selection of multiple atoms reduced the number of iterations and achieved better sparse representation.
After obtaining the initial sparse coefficients α i ( 0 ) , we exploited the NSS prior in the sparse transform domain to produce a better estimate of the original image. To begin, we looked for the first L most similar patches to each patch across the region of similar superpixels. Each pixel in a patch was denoted as a column vector that is computed by Equation (9), and the patch with the size of b × b was described as a matrix P i = [ f i 1 , f i 2 , , f i b 2 ] The similarity between the two patches was measured by Equation (13) with their covariance matrixes. After obtaining the patches similar to each local patch, we computed the weighted average of initial sparse coefficients associated with the similar patches as χ i Next, χ i was exploited to constrain the sparse coefficient of the local patch to reduce the impact of noise on sparse representation and achieve a better solution. A better sparse representation coefficient for each patch y i can be found by:
α i ^ = a r g m i n α i || y i D α i || 2 2 + η || α i χ i || 1 ,
χ i = j = 1 L w i j α j ( 0 ) ,
where χ i is the weighted average of sparse coefficients for the first L most similar patches to the patch y i and η is a regularization parameter making a balance between sparsity and reconstruction error. The weight w i j of the two patches was computed as follows based on their covariance matrixes C o v i and C o v j :
w i j = 1 A i e ρ d ( C o v i , C o v j ) ,
A i = j = 1 L e ρ d ( C o v i , C o v j ) .
Based on the iterative soft-thresholding (IST) method [19], the solution to Equation (18) was computed by:
α i ( t + 1 ) = S τ ( υ i ( t ) χ i ) + χ i ,
υ i ( t ) α i ( t ) 1 c = D T ( D α i ( t ) y i ) ,
where S τ is a soft-thresholding function; t denotes the iteration frequency; and c is a constant to guarantee the strict convexity of the optimal problem and D T D < c [20]. After J iterations, we can get preferable sparse coefficients. All patches can be estimated by y i ^ = D α i ( J ) . Since every pixel admits multiple estimations, its value can be computed by averaging all estimations. When the sparse coefficients for all patches within the image were obtained, the whole original image x was obtained by Equation (8). By using the weighted average sparse coefficients of the similar patches to restrain the sparse decomposition process of the image patches, the accuracy of the sparse coefficients was is improved. As a result, the reconstructed image was closer to the original image.
The proposed algorithm is completely demonstrated in Algorithm 1. It makes full use of the NSS prior both in the spatial domain and sparse transform domains. Clustering in the spatial domain with mid-level visual cues could better exploit image structure and edges prior in comparison with directly clustering the size-fixed local patches, which also contributes to the preservation of image edges and textures. As for the sparse transform domain, to achieve a better solution, the weighted average of the sparse coefficients for the patches similar to a local patch was utilized to constrain the sparse coefficient for the local patch. These are all devoted to the high denoising performance of the proposed algorithm.
Algorithm 1. The proposed algorithm called SC-SR
  • Input image Y with white Gaussian noise.
  • Set parameters: noise variance δ , superpixles number N s , cluster number K , the patch size b × b , the number L of the first most similar patches, regularity parameters β , ρ , µ , γ , λ η , c , J .
  • Adopt SLIC to generate N s superpixles.
  • Utilize sparse subspace clustering method to group superpixels into K cluster to form sub-datasets { M k   } k = 1 K .
  • Outer loop: For k = 1: K
    Given sub-dataset M k , train a dictionary by PCA.
    Initialize the sparse coefficients α i ( 0 ) for each patch over its specific dictionary by GOMP.
    Inner loop: For t = 1: J
    Seek for the first L most similar patches in the cluster for each patch, compute the weighted average of sparse coefficients for the acquired similarity patches and update the sparse coefficients α i ( t ) = α i ^ for the patch by Equations (18) and (19).
    End
    After J iterations, obtain the final sparse coefficients α i ( J ) and the sparse representation y i ˜ = D k α i ( J ) for all patches.
    End
  • Reconstruct the image, and output the denoised image Y ˜ .

4. Experimental Results

In this section, we validate the performance of the proposed algorithm by conducting extensive experiments on 10 standard benchmark images shown in Figure 3. In our experiment, we first added synthetic white Gaussian noise with different variances into the test images. Then the proposed algorithm and four currently state-of-the-art denoising algorithms, including NLM, K-SVD, BM3D, expected patch log likelihood (EPLL) [21] algorithms, were used to denoise the test images. Finally, we compared the proposed algorithm with the fr state-of-the-art algorithms in terms of peak signal to noise ratio (PSNR), structural similarity (SSIM) [22], figure of merit (FOM) and visual quality.

4.1. Parameters Setting

The parameters set in our experiment were as follows: the superpixels number N s was set to 500, the cluster number K was set to 60, the patch size b × b was set to 7 × 7 , noise variance δ was in the range of [ 5 ,   15 ,   25 ,   40 ,   60 ,   80 ] , and the number of similar patches L was set to 10. The iteration number J was set based on the noise level, and we required more iterations for a higher noise level. From experience, we set the iteration number J to 7, 9, 13 and 16 for δ 15 , 15 < δ 30 , 30 < δ 60 and δ 60 , respectively. Other regularity parameters were all empirical values as well, where β was set to 0.5, ρ was set to 0.5, μ was set to 0.01, γ was set to 0.2, λ was set to 0.03, η was set to 0.3 [15,16].
To verify the influence of image patch size b × b on peak signal to noise ratio (PSNR), structural similarity (SSIM), figure of merit (FOM), 100 test images were selected to calculate the average PSNR, average SSIM and average FOM with different patch size, when noise variance δ was set to 15. Figure 4 shows the changing trend of the average PSNR, average SSIM and average FOM over the image patch size. It was evident that when the patch size was equal to 7 × 7 , the average PSNR, average SSIM and average FOM achieved their maximum values. The influence of the cluster number K on PSNR, SSIM and FOM was tested in the same way, and is shown in Figure 5. When the cluster number was equal to 60, the average PSNR and average FOM achieved their maximum values, and the average SSIM obtained its maximum values when the cluster number equaled to 100. To compromise, we set the cluster number K to 60 for an optimal solution.

4.2. Qualitative Comparisons

Considering that human subjects are the ultimate judges of image quality, the visual quality of the denoised images is critical when evaluating a denoising algorithm. Figure 6 shows the noise-corrupted images of Monarch, Airplane, Lena and Baboon, whose noise variances were 25, 25, 60 and 60, respectively. Figure 7, Figure 8, Figure 9 and Figure 10 show the denoised images of Monarch, Airplane, Lena and Baboon disposed by competing algorithms. BM3D and NLM tended to over-smooth the image, while K-SVD BM3D and EPLL were likely to generate artifacts when noise was high. Due to the learned NSS prior by superpixel clustering, the proposed algorithm was more robust against artifacts, and preserved the edge and texture areas better than the other algorithms. For example, in the Monarch image, the SC-SR preserved the edges of the veins on the butterfly’s wings much better than the other algorithms. In the Airplane image, the SC-SR reconstructed the English alphabet on the wing of the aircraft more clearly than the other algorithms. In the Lena image, the SC-SR recovered more textures and edges on the hat than the other algorithms. In the Baboon image, the SC-SR preserved more fine texture of the hair of the baboon than other competing algorithms.

4.3. Quantitative Comparisons

To further validate the denoising capability of the proposed algorithm, we selected PSNR, SSIM and FOM as indexes to quantitatively evaluate the performance of the SC-SR algorithm. PSNR is one of the most widely used image objective evaluation indexes, and is able to measure the similarity of grayscale information between the original image and the denoised image. Since PSNR is based only on the error between the corresponding pixels, it cannot comprehensively describe structural similarity and the degree of edge preservation. SSIM is capable of assessing structural similarity, and FOM can be used to measure the degree of edge preservation between the original image and the denoised image. Table 1 presents the PSNR, SSIM and FOM results for different algorithms, images, and noise variances. As presented in Table 1, the top value is the PSNR result, the middle value is the SSIM result, and the bottom value is the FOM result in every table cell.
From Table 1, we could observe three points. Firstly, the proposed SC-SR algorithm achieved much better PSNR, SSIM and FOM results than NLM and K-SVD in all cases. Secondly, SC-SR had higher PSNR and SSIM values than EPLL in most cases. Moreover, EPLL acquired the best FOM results among the five algorithms, and SC-SR was only slightly inferior to EPLL. Thirdly, SC-SR obtained better SSIM and FOM results than BM3D in most cases. Meanwhile, when the noise variance was low, the PSNR results of SC-SR were close to BM3D; when the noise variance was high, the PSNR results of SC-SR were obviously better than BM3D, since BM3D trended to suffer from artifacts in this case. According to the these points, we can come to the conclusion that SC-SR is capable of stronger comprehensive ability in reservation of structural, edge and grayscale information and does better in denoising images in comparison with the other algorithms. In order to further testify the conclusions, we made a mean processing for the data results in Table 1, and showed the result in Figure 11.
In Figure 11, we demonstrated the total averages of the PSNR, SSIM and FOM for NLM, K-SVD, BM3D, EPLL and SC-SR. For each algorithm, the total average PSNR was calculated by the mean of the average PSNR results with different noise variances (Table 1), and the total average SSIM and the total average FOM were calculated in the same way. As seen in Figure 11, it was obvious that SC-SR achieved the highest total average PSNR and total average SSIM, while EPLL attained the highest total average FOM. SC-SR was close to EPLL and higher than BM3D for the total average FOM. BM3D had a similar total average PSNR as SC-SR, but a lower total average SSIM and total average FOM than SC-SR. EPLL had higher total average FOM, but lower total average PSNR and total average SSIM than SC-SR and BM3D. In brief, among the five algorithms, BM3D possessed the best capacity for removing noise and preserving structural information, and the second-best capacity for preserving edge areas. In general, SC-SR could not only effectively remove the noise, but also preserve the image edge regions and structural information in the round.
All experiments were run under the MATLAB 2014a environment on a machine with Intel(R) Xeon(R) E5-2690 CPU of 2.60 GHz and 96.0 GB RAM. Owing to compiled C++ mex-function and parallelization implementation, BM3D proved to be the fastest algorithm. Furthermore, NLM benefited from compiled C++ mex-function, and turned into the second-fastest algorithm. Other algorithms suffered from high computational cost based on their computation complexity, as well as their implementation, which simply uses C language with MATLAB. The test revealed that EPLL was about two times slower than K-SVD, and SC-SR suffered from slightly higher computational costs than EPLL due to the involvement of several subtasks and iterative shrinkage operations. However, several accelerating techniques, such as the accelerating techniques described in References [23], could be used to accelerate the convergence of the proposed algorithm. Additionally, the compiled C++ mex-function and parallelization implementation could be adopted to dispose of multiple subtasks to improve the speed of the proposed algorithm. Hence, the computational costs of the proposed algorithm can be further reduced.

5. Conclusions

In this paper, we presented a new image denoising algorithm which made full use of image priors, including the NSS prior in the spatial domain and sparse transform domain, edges and structural information, and sparsity. It was accomplished in two successive steps based on superpixel clustering and sparse representation. First, we learned the NSS prior in mid-level vision by clustering superpixels. Since superpixel clustering takes edge and structural information into account, a better exploitation of the NSS prior could be obtained. Meanwhile, multiple features were selected to describe a superpixel in the clustering process, which also facilitated a good NSS prior. Second, we took advantage of the NSS prior in the sparse transform domain by using a weighted average sparse coefficient from similar patches to improve the effectiveness of the sparse coefficient for each patch. Experiments conducted on a collection of standard test images demonstrated that the proposed algorithm not only effectively removed the noise, but also provided a better restoration of both the structural information and the edge region algorithms, and overall produced less visual artifacts than other competing algorithms.

Acknowledgments

This research is supported by the Fundamental Research Funds for the Central Universities of China (No. JB160409).

Author Contributions

Hai Wang and Xue Xiao conceived and designed the experiments; Xue Xiao performed the experiments; Hai Wang and Xue Xiao analyzed the data; Yan Liu contributed analysis tools; and Xiongyou Peng and Wei Zhao wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Buades, A.; Coll, B.; Morel, J.M. A non-local algorithm for image denoising. In Proceedings of the International Conference on Computer Vision and Pattern Recognition (CVPR), San Diego, CA, USA, 20–25 June 2005. [Google Scholar]
  2. Dabov, K.; Foi, A.; Katkovnik, V.; Egiazarian, K. Image denoising by sparse 3-D transform-domain collaborative filtering. IEEE Trans. Image Process. 2007, 16, 2080–2095. [Google Scholar] [CrossRef] [PubMed]
  3. Elad, M.; Aharon, M. Image denoising via sparse and redundant representations over learned dictionaries. IEEE Trans. Image Process. 2006, 15, 3736–3745. [Google Scholar] [CrossRef] [PubMed]
  4. Aharon, M.; Elad, M.; Bruckstein, A. The K-SVD: An algorithm for designing overcomplete dictionaries for sparse representation. IEEE Trans. Signal Process. 2006, 54, 4311–4322. [Google Scholar] [CrossRef]
  5. Mairal, J.; Bach, F.; Ponce, J.; Sapiro, G.; Zisserman, A. Non-local sparse models for image restoration. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Kyoto, Japan, 27 September–4 October 2009. [Google Scholar]
  6. Chatterjee, P.; Milanfar, P. Clustering-Based Denoising with locally learned dictionaries. IEEE Trans. Image Process. 2009, 18, 1438–1451. [Google Scholar] [CrossRef] [PubMed]
  7. Dong, W.S.; Zhang, L.; Shi, G.M.; Li, X. Nonlocally centralized sparse representation for image restoration. IEEE Trans. Image Process. 2013, 22, 1620–1630. [Google Scholar] [CrossRef] [PubMed]
  8. Gu, S.H.; Zhang, L.; Zuo, W.M.; Feng, X.C. Weighted nuclear norm minimization with application to image denoising. In Proceedings of the International Conference on Computer Vision and Pattern Recognition (CVPR), Columbus, OH, USA, 23–28 June 2014. [Google Scholar]
  9. Ji, H.; Liu, C.Q.; Shen, Z.W.; Xu, Y.H. Robust video denoising using low rank matrix completion. In Proceedings of the IEEE International Conference on Computer Vision and Pattern Recognition (CVPR), San Francisco, CA, USA, 13–18 June 2010. [Google Scholar]
  10. Xu, J.; Zhang, L.; Zuo, W.M.; Zhang, D.; Feng, X.C. Patch Group Based Nonlocal Self-Similarity Prior Learning for Image Denoising. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015. [Google Scholar]
  11. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Susstrunk, S. SLIC Superpixels Compared to State-of-the-Art Superpixel Methods. IEEE Trans. Pattern Anal. 2012, 34, 2274–2282. [Google Scholar] [CrossRef] [PubMed]
  12. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Susstrunk, S. SLIC Superpixels; EPFL Technical Report No. 149300; EPFL: Lausanne, Switzerland, 2010. [Google Scholar]
  13. Elhamifar, E.; Vidal, R. Sparse subspace clustering. In Proceedings of the International Conference on Computer Vision and Pattern Recognition (CVPR), Miami, FL, USA, 20–25 June 2009. [Google Scholar]
  14. Tibshirani, R. Regression shrinkage and selection via the lasso. J. R. Stat. Soc. B 1996, 58, 267–288. [Google Scholar]
  15. Xie, Y.; Lu, H.; Yang, M.H. Bayesian Saliency via Low and Mid-Level Cues. IEEE Trans. Image Process. 2013, 22, 1689–1698. [Google Scholar] [PubMed]
  16. Dong, W.S.; Zhang, L.; Shi, G.M.; Wu, X.L. Image Deblurring and Super-resolution by Adaptive Sparse Domain Selection and Adaptive Regularization. IEEE Trans. Image Process. 2011, 20, 1838–1857. [Google Scholar] [CrossRef] [PubMed]
  17. Zhang, L.; Dong, W.; Zhang, D.; Shi, G.M. Two-stage image denoising by principal component analysis with local pixel grouping. IEEE Trans. Image Process. 2010, 43, 1531–1549. [Google Scholar] [CrossRef]
  18. Wang, J.; Kwon, S.; Shim, B. Generalized orthogonal matching pursuit. IEEE Trans. Signal Process. 2012, 60, 6202–6216. [Google Scholar] [CrossRef]
  19. Daubechies, I.; Defriese, M.; Mol, C.D. An iterative thresholding algorithm for linear inverse problems with a sparsity constraint. Commun. Pure Appl. Math. 2004, 57, 1413–1457. [Google Scholar] [CrossRef]
  20. Dong, W.S.; Li, X.; Zhang, L.; Shi, G.M. Sparsity-based Image Denoising via Dictionary Learning and Structural Clustering. In Proceedings of the International Conference on Image Processing (ICIP), Brussels, Belgium, 11–14 September 2011. [Google Scholar]
  21. Zoran, D.; Weiss, Y. From learning models of natural image patches to whole image restoration. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Barcelona, Spain, 6–13 November 2011. [Google Scholar]
  22. Gao, X.; Lu, W.; Tao, D.; Li, X. Image quality assessment based on multiscale geometric analysis. IEEE Trans. Image Process. 2009, 18, 1409–1423. [Google Scholar] [PubMed]
  23. Beck, A.; Teboulle, M. A fast iterative shrinkage thresholding algorithm for linear inverse problems. SIAM J. Imaging Sci. 2009, 2, 183–202. [Google Scholar] [CrossRef]
Figure 1. Segmentation results of simple linear iterative clustering (SLIC).
Figure 1. Segmentation results of simple linear iterative clustering (SLIC).
Applsci 07 00436 g001
Figure 2. Matrix mirroring extension.
Figure 2. Matrix mirroring extension.
Applsci 07 00436 g002
Figure 3. The 10 standard benchmark images. (a) Baboon; (b) Fingerprint; (c) Airplane; (d) Monarch; (e) Lena; (f) House; (g) Peppers; (h) Straw; (i) Hill; (j) Woman.
Figure 3. The 10 standard benchmark images. (a) Baboon; (b) Fingerprint; (c) Airplane; (d) Monarch; (e) Lena; (f) House; (g) Peppers; (h) Straw; (i) Hill; (j) Woman.
Applsci 07 00436 g003
Figure 4. The impact of patch size on average PSNR (peak signal to noise ratio), average SSIM (structural similarity), and average FOM (figure of merit) of SC-SR.
Figure 4. The impact of patch size on average PSNR (peak signal to noise ratio), average SSIM (structural similarity), and average FOM (figure of merit) of SC-SR.
Applsci 07 00436 g004
Figure 5. The impact of cluster number on average PSNR, average SSIM, and average FOM of SC-SR.
Figure 5. The impact of cluster number on average PSNR, average SSIM, and average FOM of SC-SR.
Applsci 07 00436 g005
Figure 6. The four noise-destroyed images.
Figure 6. The four noise-destroyed images.
Applsci 07 00436 g006
Figure 7. Comparison of denoising results of the Monarch noisy image corrupted by additive white Gaussian noise δ = 25 : (a) Original image; (b) nonlocal means (NLM): PSNR = 26.43   dB , SSIM = 0.8336 , FOM = 0.8066 ; (c) K-SVD: PSNR = 28.72   dB , SSIM = 0.8880 , FOM = 0.8532 ; (d) block-matching and 3D filtering (BM3D): PSNR = 29.38   dB , SSIM = 0.9001 , FOM = 0.9024 ; (e) expected patch log likelihood (EPLL): PSNR = 29.38   dB , SSIM = 0.9001 , FOM = 0.9024 ; and (f) SC-SR: PSNR = 29.44   dB , SSIM = 0.9045 , FOM = 0.9076 .
Figure 7. Comparison of denoising results of the Monarch noisy image corrupted by additive white Gaussian noise δ = 25 : (a) Original image; (b) nonlocal means (NLM): PSNR = 26.43   dB , SSIM = 0.8336 , FOM = 0.8066 ; (c) K-SVD: PSNR = 28.72   dB , SSIM = 0.8880 , FOM = 0.8532 ; (d) block-matching and 3D filtering (BM3D): PSNR = 29.38   dB , SSIM = 0.9001 , FOM = 0.9024 ; (e) expected patch log likelihood (EPLL): PSNR = 29.38   dB , SSIM = 0.9001 , FOM = 0.9024 ; and (f) SC-SR: PSNR = 29.44   dB , SSIM = 0.9045 , FOM = 0.9076 .
Applsci 07 00436 g007
Figure 8. Comparison of denoising results of the Airplane noisy image corrupted by additive white Gaussian noise δ = 25 : (a) Original image; (b) NLM: PSNR = 28.17   dB , SSIM = 0.8286 , FOM = 0.6036 ; (c) K-SVD: PSNR = 30.97   dB , SSIM = 0.8719 , FOM = 0.7306 ; (d) BM3D: PSNR = 31.44   dB , SSIM = 0.8833 , FOM = 0.7419 ; (e) EPLL: PSNR = 31.27   dB , SSIM = 0.8794 , FOM = 0.7904 ; and (f) SC-SR: PSNR = 31.45   dB , SSIM = 0.8865 , FOM = 0.7638 .
Figure 8. Comparison of denoising results of the Airplane noisy image corrupted by additive white Gaussian noise δ = 25 : (a) Original image; (b) NLM: PSNR = 28.17   dB , SSIM = 0.8286 , FOM = 0.6036 ; (c) K-SVD: PSNR = 30.97   dB , SSIM = 0.8719 , FOM = 0.7306 ; (d) BM3D: PSNR = 31.44   dB , SSIM = 0.8833 , FOM = 0.7419 ; (e) EPLL: PSNR = 31.27   dB , SSIM = 0.8794 , FOM = 0.7904 ; and (f) SC-SR: PSNR = 31.45   dB , SSIM = 0.8865 , FOM = 0.7638 .
Applsci 07 00436 g008
Figure 9. Comparison of denoising results of the Lena noisy image corrupted by additive white Gaussian noise δ = 60 : (a) Original image; (b) NLM: PSNR = 24.59   dB , SSIM = 0.6999 , FOM = 0.2777 ; (c) K-SVD: PSNR = 26.90   dB , SSIM = 0.7328 , FOM = 0.3298 ; (d) BM3D: PSNR = 27.98   dB , SSIM = 0.7636 , FOM = 0.4394 ; (e) EPLL: PSNR = 27.60   dB , SSIM = 0.7465 , FOM = 0.5013 ; and (f) SC-SR: PSNR = 28.05   dB , SSIM = 0.7871 , FOM = 0.4753 .
Figure 9. Comparison of denoising results of the Lena noisy image corrupted by additive white Gaussian noise δ = 60 : (a) Original image; (b) NLM: PSNR = 24.59   dB , SSIM = 0.6999 , FOM = 0.2777 ; (c) K-SVD: PSNR = 26.90   dB , SSIM = 0.7328 , FOM = 0.3298 ; (d) BM3D: PSNR = 27.98   dB , SSIM = 0.7636 , FOM = 0.4394 ; (e) EPLL: PSNR = 27.60   dB , SSIM = 0.7465 , FOM = 0.5013 ; and (f) SC-SR: PSNR = 28.05   dB , SSIM = 0.7871 , FOM = 0.4753 .
Applsci 07 00436 g009
Figure 10. Comparison of denoising results of the Baboon noisy image corrupted by additive white Gaussian noise δ = 60 : (a) Original image; (b) NLM: PSNR = 20.95   dB , SSIM = 0.3568 , FOM = 0.2680 ; (c) K-SVD: PSNR = 22.08   dB , SSIM = 0.4356 , FOM = 0.3077 ; (d) BM3D: PSNR = 22.38   dB , SSIM = 0.4685 , FOM = 0.3173 ; (e) EPLL: PSNR = 22.48   dB , SSIM = 0.4890 , FOM = 0.4114 , and (f) SC-SR: PSNR = 22.56   dB , SSIM = 0.4901 , FOM = 0.4358 .
Figure 10. Comparison of denoising results of the Baboon noisy image corrupted by additive white Gaussian noise δ = 60 : (a) Original image; (b) NLM: PSNR = 20.95   dB , SSIM = 0.3568 , FOM = 0.2680 ; (c) K-SVD: PSNR = 22.08   dB , SSIM = 0.4356 , FOM = 0.3077 ; (d) BM3D: PSNR = 22.38   dB , SSIM = 0.4685 , FOM = 0.3173 ; (e) EPLL: PSNR = 22.48   dB , SSIM = 0.4890 , FOM = 0.4114 , and (f) SC-SR: PSNR = 22.56   dB , SSIM = 0.4901 , FOM = 0.4358 .
Applsci 07 00436 g010
Figure 11. Comparison of the total average PSNR, total average SSIM and total average FOM for different denoising algorithms.
Figure 11. Comparison of the total average PSNR, total average SSIM and total average FOM for different denoising algorithms.
Applsci 07 00436 g011
Table 1. The PSNR, SSIM and FOM results for different denoising algorithms. Best results are in bold.
Table 1. The PSNR, SSIM and FOM results for different denoising algorithms. Best results are in bold.
Images(a) δ = 5
NLMKSVDBM3DEPLLSC-SR
Baboon34.4835.4435.4935.4935.49
0.92880.95360.95340.95520.9519
0.91230.93260.92970.93320.9351
Fingerprint34.4436.6336.5136.4336.65
0.98070.98780.98760.98750.9887
0.90560.89190.98760.90380.9642
Airplane37.4039.0739.2539.2139.31
0.94250.95840.95950.96040.9598
0.92780.92510.93310.93720.9388
Monarch36.7237.7438.2538.2738.29
0.96770.97200.97560.97550.9758
0.97890.97380.97620.97710.9751
Lena37.1738.6238.7138.5938.74
0.92390.94550.94440.94490.9450
0.91130.91250.93030.92810.9289
House37.3439.4339.8638.9739.94
0.91640.95460.95680.94980.9584
0.93830.94680.95350.93950.9442
Peppers36.7037.8138.1037.9838.15
0.94090.95500.95580.95620.9551
0.93610.93780.94070.95080.9506
Straw34.4035.4935.4335.3635.52
0.98130.98500.98480.98460.9864
0.92000.92180.91980.91430252
Hill35.5337.0037.1337.0337.18
0.90850.94230.94270.94370.9431
0.87400.91810.92660.92160.9256
Woman36.0637.2637.4537.3337.42
0.90560.93360.93250.93470.9329
0.91040.92910.93430.93060.9331
Average36.02437.44937.6237.4737.67
0.93960.958780.95930.95930.9597
0.92150.928950.94320.93360.9421
Images(b) δ = 15
NLMKSVDBM3DEPLLSC-SR
Baboon25.9528.4228.6728.7028.77
0.68000.82270.83270.84210.8388
0.70510.82340.81870.81170.7995
Fingerprint27.6730.0630.2929.8230.41
0.89350.94620.94950.94620.9510
0.69680.70750.77600.77610.7946
Airplane31.3133.6033.8933.7833.97
0.87560.91000.91620.91630.9163
0.76770.80950.82400.85400.8482
Monarch29.7331.4531.9732.0632.10
0.89990.92820.93840.93790.9407
0.90160.92260.92810.93970.9386
Lena31.4533.7334.2533.8434.12
0.84540.88600.89530.88930.8928
0.64570.75520.79200.81850.8093
House32.6434.3434.9634.1235.02
0.85610.87780.89010.87680.8922
0.74300.85410.88780.87490.8769
Peppers30.2332.2532.6932.5532.64
0.86240.89980.90640.90540.9050
0.81230.82600.84080.88690.8661
Straw26.6728.5728.6528.5328.72
0.86610.92700.92910.92810.9350
0.68330.79600.80490.80600.7952
Hill28.8931.4531.8531.6931.88
0.72700.82270.83940.83820.8428
0.58120.76820.78000.80130.7959
Woman29.9131.9232.4232.2332.38
0.78600.84330.85450.85370.8543
0.63550.78340.80180.83630.8323
Average29.4531.5831.9631.7332.00
0.82920.88640.89520.89340.8969
0.71720.80460.82540.84050.8357
Images(c) δ = 25
NLMKSVDBM3DEPLLSC-SR
Baboon22.8525.7926.0426.1826.13
0.49550.70810.73000.74830.7300
0.40360.72450.71740.72450.7403
Fingerprint24.3227.3027.7227.1427.79
0.79790.89840.91170.90500.9117
0.59740.63710.70340.67720.7321
Airplane28.1730.9731.4431.2731.45
0.82860.87190.88330.87940.8865
0.60360.73060.74190.79040.7638
Monarch26.4328.7229.3129.3329.44
0.83360.88800.90310.90010.9045
0.80660.85320.88210.90240.9076
Lena28.7331.3432.0531.5931.98
0.79640.84280.86070.85020.8615
0.42420.64200.68850.72590.7178
House29.0832.0932.9332.1332.96
0.81140.84520.85950.84710.8604
0.58500.77510.83190.80770.8202
Peppers26.7929.6830.2130.0730.18
0.80230.85640.86870.86520.8668
0.62320.73850.76170.81680.791
Straw21.9825.7125.9225.8025.90
0.62250.85090.86310.86070.8739
0.61600.71320.71620.70010.7155
Hill26.4129.2229.8129.6129.83
0.64000.74060.77480.76880.7721
0.37230.64410.66070.69470.6723
Woman27.1429.6630.2930.0430.25
0.72450.78530.80690.79950.8053
0.45850.64920.68540.75790.6990
Average26.1929.0529.5729.3229.59
0.73530.82880.84620.84240.8473
0.54900.71080.73890.75980.7560
Images(d) δ = 40
NLMKSVDBM3DEPLLSC-SR
Baboon21.6523.5723.8824.0324.01
0.40720.55700.60290.61890.6057
0.27640.54280.52520.58650.5758
Fingerprint21.3124.7125.2924.7225.45
0.66130.81790.85870.84330.8563
0.55150.62740.61790.55130.6536
Airplane25.3228.5329.0628.9829.13
0.77970.82310.84010.83350.8515
0.47500.61350.65700.71610.6792
Monarch23.1226.5626.7227.0326.77
0.75170.83440.84850.84870.8521
0.68440.81430.82590.85370.8128
Lena26.5329.0629.8629.4329.92
0.75110.79280.81590.80050.8253
0.32660.48580.56770.61640.5769
House25.9629.5930.6429.7430.71
0.75690.79960.82560.80200.8356
0.48210.66760.73500.70580.7229
Peppers23.7127.3327.7927.5927.68
0.73280.80460.81810.81340.8223
0.46030.65230.68620.74120.6686
Straw19.6622.9323.1923.2823.38
0.40390.69280.74350.73970.7425
0.52650.55290.59330.55600.5950
Hill24.7127.1527.9327.7628.05
0.57660.65620.70530.69630.7039
0.24460.44130.52070.56290.5388
Woman25.0127.6128.3128.0828.38
0.67220.72580.75010.73830.7556
0.35460.50390.55780.65060.5694
Average23.7026.7027.2727.0627.35
0.64930.75040.78090.77350.7851
0.43820.59020.62870.65410.6393
Images(e) δ = 60
NLMKSVDBM3DEPLLSC-SR
Baboon20.9522.0822.3822.4822.56
0.35680.43560.46850.48900.4901
0.26800.30770.31730.41140.4358
Fingerprint18.9521.7723.5922.6523.63
0.49520.68040.79740.75970.7900
0.50730.49080.50270.45140.5731
Airplane23.2726.0127.0126.9527.13
0.72730.76020.78600.77670.8163
0.36250.46330.53890.62530.5881
Monarch20.4324.2224.5824.7224.81
0.65030.76180.77770.77950.8006
0.54060.73150.73000.76140.7472
Lena24.5926.9027.9827.6028.05
0.69990.73280.76360.74650.7871
0.27770.32980.43940.50130.4753
House23.5926.7528.4927.9028.53
0.69670.72520.77680.76360.7669
0.39410.46380.62880.63790.6204
Peppers21.1525.0225.5125.6725.45
0.66340.73860.74790.76210.7717
0.39900.52820.54010.63540.5801
Straw18.5920.5121.2620.9921.39
0.27850.47260.58240.55210.5970
0.44190.45920.48040.42400.4837
Hill23.5425.6126.3526.2026.29
0.52830.59280.63320.62620.6355
0.21530.26650.40020.44240.4223
Woman23.4725.8626.5526.4326.49
0.62510.67010.69480.68100.7063
0.32990.34050.42320.51750.4604
Average21.8524.4725.3725.1625.43
0.57220.65700.70280.69360.7162
0.37360.43810.50010.54080.5386
Images(f) δ = 80
NLMKSVDBM3DEPLLSC-SR
Baboon20.6821.4021.6421.6821.71
0.33790.38600.40490.41860.4137
0.23870.22050.22240.28890.2988
Fingerprint17.7519.5522.3921.1222.39
0.37810.53550.74780.67700.7347
0.43760.43970.46990.38690.4956
Airplane22.0524.1825.5425.6125.63
0.67230.69810.74530.72920.7902
0.32800.35110.47410.55090.5399
Monarch22.5222.5223.2023.4223.29
0.55690.70500.72370.73130.7553
0.49110.62010.67330.72030.6947
Lena23.4125.4426.6526.1426.71
0.65970.68460.72250.69520.7568
0.26700.27930.37200.41140.3997
House22.2924.8026.9426.2226.74
0.64420.65840.73790.70980.7669
0.33220.35210.53290.55570.5204
Peppers19.7822.9724.1224.1924.06
0.60380.67100.70060.71030.7391
0.36900.41050.47830.58800.5396
Straw18.2119.2219.9419.8020.01
0.22480.33060.44100.42100.4584
0.35820.37580.38120.33440.4187
Hill22.8424.6625.2825.1925.23
0.49930.55440.58650.57840.5967
0.19250.21370.31790.33520.3349
Woman22.5824.5525.3925.2925.24
0.59670.62790.65510.64190.6739
0.29980.26120.36100.41180.3976
Average21.2122.9324.1023.8724.11
0.51740.58520.64650.63130.6686
0.33140.35240.42830.45840.4640

Share and Cite

MDPI and ACS Style

Wang, H.; Xiao, X.; Peng, X.; Liu, Y.; Zhao, W. Improved Image Denoising Algorithm Based on Superpixel Clustering and Sparse Representation. Appl. Sci. 2017, 7, 436. https://doi.org/10.3390/app7050436

AMA Style

Wang H, Xiao X, Peng X, Liu Y, Zhao W. Improved Image Denoising Algorithm Based on Superpixel Clustering and Sparse Representation. Applied Sciences. 2017; 7(5):436. https://doi.org/10.3390/app7050436

Chicago/Turabian Style

Wang, Hai, Xue Xiao, Xiongyou Peng, Yan Liu, and Wei Zhao. 2017. "Improved Image Denoising Algorithm Based on Superpixel Clustering and Sparse Representation" Applied Sciences 7, no. 5: 436. https://doi.org/10.3390/app7050436

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