Next Article in Journal
A Survey of Internet of Things (IoT) Authentication Schemes
Previous Article in Journal
A Fuzzy-Innovation-Based Adaptive Kalman Filter for Enhanced Vehicle Positioning in Dense Urban Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Ensemble Dictionary Learning for Single Image Deblurring via Low-Rank Regularization

School of Computer Science and Technology, Xidian University, Xi’an 710071, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(5), 1143; https://doi.org/10.3390/s19051143
Submission received: 16 January 2019 / Revised: 23 February 2019 / Accepted: 1 March 2019 / Published: 6 March 2019
(This article belongs to the Section Intelligent Sensors)

Abstract

:
Sparse representation is a powerful statistical technique that has been widely utilized in image restoration applications. In this paper, an improved sparse representation model regularized by a low-rank constraint is proposed for single image deblurring. The key motivation for the proposed model lies in the observation that natural images are full of self-repetitive structures and they can be represented by similar patterns. However, as input images contain noise, blur, and other visual artifacts, extracting nonlocal similarities only with patch clustering algorithms is insufficient. In this paper, we first propose an ensemble dictionary learning method to represent different similar patterns. Then, low-rank embedded regularization is directly imposed on inputs to regularize the desired solution space which favors natural and sharp structures. The proposed method can be optimized by alternatively solving nuclear norm minimization and l 1 norm minimization problems to achieve higher restoration quality. Experimental comparisons validate the superior results of the proposed method compared with other deblurring algorithms in terms of visual quality and quantitative metrics.

1. Introduction

Image blurs are the most common artifacts that appear in consumer-level photographing and other imaging sensors [1,2,3,4]. They are usually caused by relative motion between the camera and the scene, e.g., camera shake and its removal. The results they caused will lead to significant image degradation that affect the performance of computer vision such as image super-resolution, image quality assessment, collaborative tracking, object recognition and detection, etc. Therefore, image deblurring, one of the most fundamental problems in computer vision, has been studied extensively and advanced rapidly in the past decades.
The theory of sparsity can be dated back to the problems of variable analysis and selection which discussed in [5] in 1970s. Since then, sparse representation has been widely exploited and is now known to be a powerful image restoration technique [6,7]. The classic sparse representation is mathematically modeled so that signals (image patches in this paper) can be reconstructed by linearly combining a number of dictionary atoms: y = D α + n , where y R n denotes an image patch to be represented, D R n × L and n L is an over-complete dictionary which consists of L prototype signal-atoms, α represents the coefficient vector with dimension L, and n is observation noise. Under the framework of sparse representation, statistical model of sparse coefficients and dictionary learning are the two most related issues.
The study of the former rapidly sparkled the interest in sparse coding. Image restoration aims at restoring a high-quality image from its degraded (e.g., low-resolution, noisy and blurred) measurements. Considering the ill-posed property of image restoration, prior knowledge of natural image is required to regularize the desired solution under the observation model. Exploiting and modeling appropriate prior is critical to the success of image restoration, and hence various of regularizers have been developed to model realistic situation for real world signals. As an alternative, statistical models of sparse coefficients (i.e., sparsity prior) have been extensively employed based on the discovery that many types of signals (e.g., image patches) can be represented using a small number of structural primitives that sparsely chosen out of a basis function [8,9] (e.g., over-complete dictionary).
Standard image restoration algorithms recover the unknown image patch by imposing the sparsest coefficient vector α that satisfies α = min α α 0 , s . t . y D α 2 ε , where 0 is l 0 norm counting the number of nonzero elements of α , ε is a small number. The reconstructed image (e.g., deblurred image) of degraded observation y, denoted by x ^ , then can be estimated by x ^ D α . However, optimizing with l 0 minimization is difficult because it is both NP-hard and unstable in the presence of observation noise. To address this, Donoho et al. [10] has proved that the non-convex l 0 norm can be replaced by its convex l 1 counterpart under certain conditions—namely: α = min α α 1 , s . t . y D α 2 ε , where 1 is l 1 norm counting the sum of the absolute values of each element in α . The l 1 norm minimization is widely used to impose sparse regularization and can be efficiently solved by an iterative shrinkage algorithm [11], augmented Lagrange multiplier method [12], and Bregman iteration algorithm [13]. Elhamifar and Vidal et al. [14] presented a subspace clustering algorithm for segmenting multiple motions in video. In this algorithm, they use l 1 optimization to obtain sparse representation and then apply the sparse representation to spectral clustering to obtain the segmentation. Recently, a novel approach has theoretically and experimentally shown that more exact reconstruction results can be achieved with fewer dictionary atoms by replacing the l 1 norm with l p norm with 0 p 1 [15]. However, since the l p norm is non-convex, the optimizing task of l p norm minimization is time consuming and computationally complex.
The nonlocal self-similarity constraint is one of the most commonly used regularization for image restoration [13,16]. The key motivation lies in the observation that natural images are full of self-repetitive structures. By estimating more accurate sparse coefficients, sparse coding noise can be suppressed and image restoration performance can be improved. In [17], a two-step image deblurring algorithm based on nonlocal model has been presented by collaborating with hard-thresholding and a regularized Wiener version of BM3D. Dong et al. [6] developed a nonlocal Gaussian scale mixture (GSM) model for image restoration. In this method, the sparse coefficients and their variances can be iteratively calculated by the method of alternating minimization. In [18], a just-noticeable defocus (JNB) algorithm is presented for tiny defocus blur analysis. However, the performance of the JNB method will severely decrease due to inaccurate estimation of sparse coefficients. To make this procedure more reliable and stable, Li et al. [19] proposed to learn the non-zero mean I.I.D. Laplacian distribution for sparse coefficients by utilizing nonlocal similarity. Greatly improved performance for defocus blur estimation is achieved in [19].
A low-rank constraint exploits the spatial redundancy of natural images and estimates parameters of natural image patches from both local and nonlocal information [7,20]. Low-rank regularization can be approximated and formulated as a nuclear norm which equals the sum of the singular values of the objective matrix. Liu et al. [21] presented a low-rank representation method, which seeks the lowest rank representation among all the candidates, to cluster the samples into the respective subspaces. Since the optimizing of nuclear norm minimization can be efficiently solved by singular value decomposition (SVD), sparse representation via low-rank regularization has been successfully applied to various image restoration applications.
The dictionary learning includes online dictionary learning, over-complete dictionary learning, multiscale dictionary learning and adaptive dictionary learning. Mairal et al. [22] proposed to construct an online dictionary learning by utilizing stochastic approximations. Elad and Aharon et al. [7,23] proposed the K-SVD methods which learned an over-complete dictionary. In [18], a JNB algorithm is presented for tiny defocus blur analysis using a pre-trained over-complete dictionary. However, the over-complete dictionary is rank-deficient, which leads to a constrained solution space and high computational complexity. A multiscale dictionary learning algorithm has been presented in [24] for sparse representation by utilizing an efficient quadtree decomposition. However, this method follows the K-SVD method by using over-complete dictionary, which implies that it suffers from the same limitation. Ravishankar and Bresler [25] presented an adaptive dictionaries learning framework from k-space data for compressed sensing magnetic imaging (CSMRI). An algorithm of adaptive sparse domain selection and adaptive regularization [26] for image deblurring has been proposed. Compared with other sparse representation models that are based on over-complete dictionary, the dictionaries trained in [26] over patches which were gathered using nonlocal similarity, can increase the accuracy of patch representation and decrease computational complexity. Since each subdictionary D i in the dictionary set is trained over the patches from the i-th cluster, subdictionary D i can represent the pattern similar with the ith cluster. Besides, it also implies that the subdictionary can propagate structural information to input patches (with similar structure). Under this assumption, the similar patches can be formulated as X i D i A i to connect visual similar features and their basis representations, where X i denotes a patch set containing similar patches with the i-th cluster, A i is coefficient matrix for X i . However, gathering similar patches from degraded input patch set, denoted by Y i , only by patch clustering is less effective—especially given the fact that the input is suffering from noise, blur, or other visual artefacts. Hence, a fundamental problem remains open: how to regularize the degraded input for sparse coefficients over a specific dictionary learned from sharp and clear image datasets? This problem is usually solved by imposing high-pass filtering or other image restoration algorithms. But the performance becomes susceptible when it is tangled with other programs.
In this paper, we propose an ensemble dictionary learning method via low-rank constraint for image deblurring. Considering the fact that it is difficult and unstable to represent blurred features over sharp primitives, the structures of training data hence can not be directly reused for image deblurring task. For this reason, we propose to utilize low-rank embedded regularization, which is directly imposed on inputs, for properly linking structural features with sharp primitives. We then propose to learn an ensemble dictionary set to represent different similar patterns under the observation that blurred images consist of rich repetitive structures. Different from previous approaches, the proposed method can much improve the performance and stability of image deblurring by directly regularizing inputs rather than imposing other image restoration algorithms or filters. First, we learn an ensemble dictionary set as prototypes and design a coarse-grained patch clustering for the characterization of nonlocal similarity. Second, we impose fine-grained low-rank regularization for gathering more informative structurally similar features. Lastly, solutions can be obtained by alternatively optimizing two sub-problems.
The paper is organized as follows. Section 2 describes the details of patch clustering and ensemble dictionary learning, sparse representation model via low-rank constraint and optimization, respectively. In Section 3, qualitative and quantitative experimental comparisons with other algorithms are presented.

2. The Proposed Method

In this paper, we present a low-rank constrained, ensemble dictionary learning model for single image deblurring. Under the framework of sparse representation, the proposed method consists of three components: coarse-grained patch clustering for nonlocal similarity characterization and ensemble dictionary learning; fine-grained low-rank regularization for linking structural features with sharp primitives; and a sparsity constraint for sparse coefficients. Figure 1 illustrates the whole pipeline of the proposed framework, where X i ^ denotes the reconstructed patch set corresponding to Y i .

2.1. Patch Clustering and Ensemble Dictionary Learning

The assumption that natural images consist of rich self-repetitive structures has been widely adopted in various image restoration tasks and applications. In this subsection, we first utilized a coarse-grained patch clustering algorithm to obtain nonlocal similarity, then introduce an effective ensemble dictionary learning method for sparse coefficients. For each blurred image patch, denoted by y i , the proposed method constructs a patch set—denoted by Y i = [ y i , 1 , y i , 2 , , y i , m ] R n × m —containing m patches similar to y i (including y i itself). Typically, the patch set was obtained by utilizing a clustering algorithm (e.g., the KNN method) in a larger window centered at i.
Recent years have witnessed the popularity and effectiveness of dictionary learning-based sparse coding approaches for image deblurring. Most state-of-the-art methods use either an over-complete dictionary, or an updated dictionary. However, the performance of these methods is unstable and easily influenced by the following issues. First, the over-complete dictionary can only represent a limited class of structures [26]—this is insufficient, as structures and contents usually vary significantly across different images or patches within them. Secondly, solving and optimizing the minimization task over an over-complete dictionary is mathematically difficult, since the over-complete dictionary is rank-deficient, the solution cannot be converged. Last, dictionary atom updated during the iteration process can easily fall into local minima that will decrease performance in subsequent stages and negatively impact the final results.
To address these problems, a discriminative dictionary (or dictionary set) was needed to represent various classes of image structures and simultaneously decrease computational complexity. Similar to [19], we adopted principal component analysis (PCA) [27] to construct a set of ensemble dictionary, denoted by D k ( k = 1 , , K ) , and the corresponding centroid, denoted by μ k . Different from [19], we selected 1000 natural, yet sharp images from authoritative datasets (e.g., ImageNet). We cropped from them and 100,000 image patches are obtained. Subsequently, the proposed method created a training set of the image patches with an intensity variance greater than a predefined threshold. The purpose was to obtain sharp and meaningful structures and exclude blurred and smooth patches. For each patch, y i , and patch set, Y i , the dictionary from the dictionary set can be selected by
k i = arg min k y i μ k 2 .
However, it is unstable and inefficient to directly compare the distance between y i and μ k , since the original input y i suffers from blur and noise, the distance between y i and μ k could be great as μ k is the centroid obtained from a training set within which the training samples are sharp and clear image patches. To solve this problem, a projection matrix is employed to map the distance between y i and μ k into a new subspace; thus the accuracy of the selected index (i.e., k i ) can be greatly improved. Let M = [ μ 1 , μ 2 , , μ K ] R n × K be a matrix whose each column denotes a centroid. Then, an orthogonal PCA transformation matrix, denoted by Ω ˜ , can be achieved by applying PCA to the co-variance matrix of M. Similar to the learning process of ensemble PCA dictionaries, only the eigenvectors that correspond to the first several largest eigenvalues are used to construct the compact and effective projection matrix, Ω . The dictionary selection can be modeled as
k i = arg min k Ω ( y i ^ μ k ) 2 ,
where y i ^ is the high-pass filtered vision of y i .

2.2. Sparse Representation Model via Low-Rank Constraint

Low-rank prior is known as a data-authentic prior and widely employed in sparsity constrained image restoration tasks. A digital image is made up of pixels with certain length and width. Mathematically, each image can be formed as an image matrix and within which each pixel can be regarded as an element of the matrix. Image patches, represented as vectors, can be obtained by cropping from the image. As illustrated in Section 2.1, natural images consist of rich self-repetitive structures suggesting that the image matrix rank should be relatively low. However, due to the influence of noise or blur, the information obtained by patch clustering algorithms is insufficient. As such, we employ low-rank regularization, denoted by Q, directly on input patch set to properly link structural features with the pre-trained ensemble dictionary set. By doing so, similar features and patterns in input patch set can be mapped to the coefficient matrix over the specific dictionary
arg min Q , A i Q Y i D k i A i F 2 + λ r a n k ( Q ) + γ Φ ( A i )
where Q R n × n is low-rank projection which is mathematically denoted as a matrix, Y i denotes the image patch set constructed via a given patch y i , α i , j is a sparse coefficient for y i , j ( j = 1 , , m ) and denoted by A i = [ α i , 1 , α i , 2 , , α i , m ] the coefficient matrix for Y i , D k i represents the compact dictionary with the index k i obtained by Equation (2) for image patch y i and patch set Y i , r a n k ( ) denotes rank regularization for a matrix, Φ ( ) is the sparsity operator of a matrix, λ and γ are trade-off parameters for the two regularization terms.
Inspired by the study [20], we exploited the low-rank constraint to build a mapping matrix that was able to obtain fine-grained informative structures. Generally, the r a n k ( Q ) will be employed by nuclear norm Q * —i.e., the sum of the singular values of matrix Q—as a convex surrogate to solve rank minimization. The proposed method for single image deblurring can be formulated as
arg min Q , A i Q Y i D k i A i F 2 + λ Q * + γ j = 1 m α i , j 1 ,
where j = 1 m α i , j 1 represent the sparsity prior regularization term.

2.3. Optimization for the Proposed Regularization

The proposed model for Equation (4) can be optimized and solved by alternatively solving
arg min Q Q Y i D k i A i F 2 + λ Q * ,
and
arg min α i , j Q Y i D k i A i F 2 + γ j = 1 m α i , j 1 .
We are able to solve Equations (5) and (6) by alternatively minimizing Q and A i with the other variable fixed.

2.3.1. Updating Q by Fixing A i

In this step, we fix A i and update Q. With A i fixed, Equation (5) is a low-rank minimization problem and can be solved by an augmented Lagrange multiplier method [12,28]. In order to optimize Equation (5) effectively, an auxiliary variable, V, is introduced to guide the solution. The objective function in Equation (5) can be converted to the following equivalent formulation
min Q , V Q Y i D k i A i F 2 + λ V * s . t . Q = V .
The augmented Lagrangian function then can be derived from
Q Y i D k i A i F 2 + λ V * + R , Q V + ϕ 2 Q V F 2 ,
where denotes inner product operator of the matrix, R represents the Lagrange multiplier, and ϕ > 0 denotes the regularization parameter.
The updated Q and V at iteration p + 1 can be estimated as follows
V p + 1 = arg min V 1 2 V Q p R p ϕ p F 2 + λ ϕ p V *
which can be solved by a singular value thresholding algorithm [29].
Q p + 1 = arg min Q Q Y i D k i A i F 2 + R p , Q V p + 1 + ϕ p 2 Q V p + 1 F 2 = ( 2 D k i A i Y i + ϕ p V p + 1 R p ) ( 2 Y i Y i + ϕ p I n ) 1 ,
where I n R n × n denotes the identity matrix.

2.3.2. Updating A i by Fixing Q

With the given Q, Equation (6) is a conventional l 1 minimization problem which can be efficiently solved by an iterative shrinkage thresholding algorithm [30,31,32].
At iteration t + 1
α i , j ( t + 1 ) = s o f t ( α i , j ( t ) , ι i , j ) ,
where s o f t ( , ι i , j ) is a soft thresholding function whose threshold is ι i , j .

3. Experimental Results and Evaluations

3.1. Comparison with State-of-the-Art Methods

In this section, we briefly describe the methods used for comparison. Xu’s method [33] generalizes a new loss function to l 0 sparse representation for approximating l 0 sparsity and decreasing energy. In Shen’s method [34], the blur map is first generated by local contrast prior and guided filter. Subsequently, the spatially varying deblurring algorithm is solved by L 1 2 optimization. Last, scale selection is adopted to remove ringing artifacts from the output. Yang’s method [35] handles multichannel deblurring by minimizing the sum of total variation (TV) of a multichannel and a data fidelity term. An adaptive sparse domain selection and adaptive regularization algorithm [26] for image deblurring has been proposed. In [26], each compact subdictionary is trained by patches gathered with nonlocal similarity. Dong et al. [36] proposed a centralized sparse representation (CSR) model for image deblurring. In this model, local and nonlocal sparsity constraints are unified for sparse coding.

3.2. Comparisons and Evaluations

In this section, the proposed method is experimentally evaluated using a blurry image dataset [37] and 36 blurred images including defocus blur and motion blur (i.e., camera rotation and translation) that captured by hand-held cameras (e.g., mobile phone and SLR camera). We compared the proposed method with other recent approaches by directly running their public executable programs or source codes. All comparisons are implemented in MATLAB on a PC with an Intel Xeon E5-2670 CPU and 64GB RAM. Similar to [19], we formed a 64-dimension vector by extracting each image patch with size 8 × 8 , and trained the ensemble dictionary set on over 100,000 meaningful image patches—cropped from 1000 sharp, yet natural images based on a selection criterion. In all experiments, the parameters were set as follows: n = 64 , m = 20 , K = 220 , λ = 0.18 and γ = 0.68 . The choice of n, m and K was similar to our previous work [19]. λ and γ are empirically setted.
Figure 2 summarizes the main step of the proposed method which is illustrated with a simple input. For each blurred image patch in a blurred image (e.g., patch pointed by two arrows), the index of the dictionary from the pre-learned ensemble dictionary set can be obtained by Equation (2), for simplicity, we only show one atom of the selected dictionary. Then, followed by the procedures described in Section 2, the output can be iteratively optimized until convergence.
The experimental comparisons were qualitatively and quantitatively evaluated on visual quality, peak signal-to-noise ratio (PSNR), and structural similarity index (SSIM). PSNR is the ratio between the maximum power of the restored image and the power of its blurred input. While SSIM is used for measuring the similarity between the input blurred image and its restored version. To evaluate the performance of visual comparisons, qualitative results of each method are shown in Figure 3, Figure 4, Figure 5 and Figure 6.
Figure 3 shows the compared test results on a motion blur image. We can see that the result of Xu’s method [33] can hardly remove the blur effect, besides, ringing artifacts (i.e., black lines along the image) and pixels drift phenomena can be detected in the entire image. In Figure 3c, the performance is barely satisfactory since the blur is less removed. Figure 3d,e show that Yang’s method and Dong’s method can remove some blur effect. However, orderly arranged pixel clusters, which can be assumed as noises, can be found in the entire image in Yang’s result. Although Dong’s method can remove some blur effect, the decreased contrast still makes the visual effect uncomfortable. Besides, the texture in both Yang’s result and Dong’s result is still hard to identify. The deblurring result of Wiener filter described in Figure 3f can better restore some structures of the content. Compared with other competing algorithms, Wiener filter can obtain a better visual quality by achieving a higher contrast ratio. However, the result of Wiener filter, as well as the result of Xu’s method [33], contains a large number of ringing artefacts which decrease the performance of deblurring. As a contrast, the visual performance of the proposed method is better than all compared method.
Figure 4 and Figure 5 show two examples of images that suffer from motion blur and continuous defocus blur. Both images were captured by a HUAWEI cell phone. As shown in Figure 4b, there exists ringing artifacts and pixel drift phenomena that lead to a reduction in visual quality. In Figure 4c, although the visual quality is improved in comparison with the original blurry image, the information (e.g., the Chinese characters in the right box) is still difficult to identify. The deblurred result of [35] is shown in Figure 4d. Although the method [35] performs well in identifying some content information, various noise and line artifacts can be found in the output image, resulting in an unnatural visual effect. Motion blur is little removed by Dong’s method [26], as shown in Figure 4e, and detail information is unrevealed. In Figure 4f, although some contents can be recognized, however, the blur effects are less removed (i.e., the Chinese characters in right side of the gate). The proposed method outperforms other algorithms in removing blur and producing results with more complete detail information and fewer artifacts.
From Figure 5, we can see that Xu’s method [33] can achieve the most satisfying result among all competing algorithms since the highest degree of identification and the elimination of some small-scale blur (e.g., geometric form in the red box in Figure 5b). However, ringing artifact is still the biggest problem existing in the deblurring result. The results from Figure 5c–e show that very few blur effects are removed and the images are still blurry. In Figure 5c,e, both method [34] and method [26] fail to recover fine details in the restored images. The deblurring result of method [35] is not visually desirable since artefacts can be observed. In Figure 5f, since the Chinese characters are relative larger, the structures can be reconstructed for recognition. However, there are still large amounts of ringing artefacts. The proposed method is highly effective in removing blur and representing fine detail information to produce favorable results.
Experimental comparisons using a synthetic image are shown in Figure 6. As shown in Figure 6c,d, the Wiener filter and Xu’s method [33] can better remove blur at the strong edges because minimization of the mean square error and step-edge properties can benefit the process of deblurring. However, they fail to suppress ringing artifacts, especially in areas near step edges. The deblurring result of Shen’s metnod [34] shows that it is difficult for local-contrast based algorithms to handle synthetic image deblurring. Yang’s method [35] and Dong’s method [26] perform better than other compared algorithms in removing blur and suppressing ringing artefacts. However, some other visual artefacts (e.g., noise) can be observed in Figure 6f,g. In Figure 6h, ringing artefacts can be detected in edge areas. It is clear that the proposed method exhibits the highest synthetic image deblurring performance among all compared algorithms.
PSNR and SSIM are two powerful perceptual quality metrics that have been widely applied to quantitatively evaluate image restoration algorithm performance. Table 1 shows the PSNR and SSIM values of each algorithm—the highest belonging to the proposed method.

4. Conclusions

In this paper, we present an ensemble dictionary learning model with low-rank constraint for single image deblurring. The ensemble dictionary set is offline-learned and online-utilized as prototypes for each input blurred image patch to be represented. Based on our observation and analysis for two related issues, the proposed low-rank embedded regularization is very effective for linking structural features with our learned ensemble dictionary set and hence can improve the performance of sparse representation-based image deblurring application. Two issues assure the consistent robustness between textured background and foreground. First, since the image patches that we use for training ensemble dictionary contain various of structures and contents including not only foreground but also background. It implies that the structures of the background can also be well represented. Second, one of the advantages of sparse representation-based method is that the deblurring performance makes no difference between foreground and background as long as the same dictionary is given. Because the patches both in background and foreground are simultaneously extracted and represented in the same manner. The optimization can be solved by decomposing the model into two sub-problems. Each sub-problem has a closed-form solution. The experimental results show that the proposed method outperforms other image restoration algorithms, both qualitatively and quantitatively. However, for those blurred images whose blur strength is very strong, since the size of image patch is relative small (i.e., 8 × 8 ), extracting structural features itself is hard to achieve, besides, the connection between structural features and sharp primitives is week. For these reasons, the performance for severe blurred images is less effective. Further research is needed to handle those problems.

Author Contributions

J.L. and Z.L. conceived and designed the experiments; Z.L. performed the experiments; J.L. analyzed the data; J.L. wrote the paper.

Funding

This research was funded by the National Natural Science Foundation of China, grant number 61173091, the Fundamental Research Funds for the Central Universities and the Innovation Fund of Xidian University.

Acknowledgments

This research has been supported by the National Natural Science Foundation of China (Grant No. 61173091), the Fundamental Research Funds for the Central Universities and the Innovation Fund of Xidian University.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, W.; Quan, W.; Guo, L. Blurred Star Image Processing for Star Sensors under Dynamic Conditions. Sensors 2012, 12, 6712–6726. [Google Scholar] [CrossRef] [PubMed]
  2. Yang, J.; Zhang, B.; Shi, Y. Scattering Removal for Finger Vein Image Restoration. Sensors 2012, 12, 3627–3640. [Google Scholar] [CrossRef] [PubMed]
  3. Manfredi, M.; Bearman, G.; Williamson, G.; Kronkright, D.; Doehne, E.; Jacobs, M.; Marengo, E. A New Quantitative Method for the Non-Invasive Documentation of Morphological Damage in Painting Using RTI Surface Normals. Sensors 2014, 14, 12271–12284. [Google Scholar] [CrossRef] [PubMed]
  4. El-Sallam, A.A.; Boussaid, F. Spectral-Based Blind Image Restoration Method for Thin TOMBO Imagers. Sensors 2008, 8, 6108–6123. [Google Scholar] [CrossRef] [PubMed]
  5. Hocking, R.R. The analysis and selection of variables in linear regression. Biometrics 1976, 32, 1–49. [Google Scholar] [CrossRef]
  6. Dong, W.; Shi, G.; Ma, Y.; Li, X. Image restoration via simultaneous sparse coding: Where structured sparsity meets gaussian scale mixture. Int. J. Comput. Vis. 2015, 114, 217–232. [Google Scholar] [CrossRef]
  7. 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]
  8. Bruckstein, A.M.; Donoho, D.L.; Elad, M. From sparse solutions of systems of equations to sparse modeling of signals and images. SIAM Rev. 2009, 51, 34–81. [Google Scholar] [CrossRef]
  9. Chen, S.S.; Saunders, D.M.A. Atomic decomposition by basis pursuit. SIAM Rev. 2001, 43, 129–159. [Google Scholar] [CrossRef]
  10. Donoho, D. For most large underdetermined systems of linear equations the minimal l1-norm solution is also the sparsest solutions. Commun. Pure Appl. Math. 2010, 59, 797–829. [Google Scholar] [CrossRef]
  11. Daubechies, I.; Defrise, M.; De Mol, C. An iterative thresholding algorithm for linear inverse problems with a sparsity constraint. Commun. Pure Appl. Math. 2016, 57, 1413–1457. [Google Scholar] [CrossRef]
  12. Lin, Z.; Chen, M.; Ma, Y. The augmented lagrange multiplier method for exact recovery of corrupted low-rank matrices. arXiv, 2009; arXiv:1009.5055. [Google Scholar]
  13. Zhang, X.; Burger, M.; Bresson, X.; Osher, S. Bregmanized nonlocal regularization for deconvolution and sparse reconstruction. SIAM J. Imaging Sci. 2010, 3, 253–276. [Google Scholar] [CrossRef]
  14. Elhamifar, E.; Vidal, R. Sparse subspace clustering. In Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition, Miami, FL, USA, 20–25 June 2009; pp. 2790–2797. [Google Scholar]
  15. Chartrand, R. Exact reconstruction of sparse signals via nonconvex minimization. IEEE Signal Process. Lett. 2007, 3, 707–710. [Google Scholar] [CrossRef]
  16. Dong, W.; Zhang, L.; Shi, G.; Li, X. Nonlocally centralized sparse representation for image restoration. IEEE Trans. Image Process. 2013, 22, 1620–1630. [Google Scholar] [CrossRef] [PubMed]
  17. Dabov, K.; Foi, A.; Katkovnik, V.; Egiazarian, K.O. Image restoration by sparse 3d transform-domain collaborative filtering. Int. Soc. Opt. Photonics 2008, 22, 681207. [Google Scholar]
  18. Shi, J.; Xu, L.; Jia, J. Just Noticeable Defocus Blur Detection and Estimation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, USA, 7–12 June 2015; pp. 657–665. [Google Scholar]
  19. Li, J.; Liu, Z.; Yao, Y. Defocus Blur Detection and Estimation from Imaging Sensors. Sensors 2018, 18, 1135. [Google Scholar]
  20. Dong, W.; Shi, G.; Li, X. Nonlocal Image Restoration With Bilateral Variance Estimation: A Low-Rank Approach. IEEE Trans. Image Process. 2013, 22, 700–711. [Google Scholar] [CrossRef]
  21. Liu, G.; Lin, Z.; Yan, S.; Sun, J.; Yu, Y.; Ma, Y. Robust recovery of subspace structures by low-rank representation. IEEE Trans. Pattern Anal. 2013, 35, 171–184. [Google Scholar] [CrossRef]
  22. Mairal, J.; Bach, F.; Ponce, J.; Sapiro, G. Online learning for matrix factorization and sparse coding. J. Mach. Learn. Res. 2009, 11, 19–60. [Google Scholar]
  23. Aharon, M.; Elad, M.; Bruckstein, A. K-SVD: An algorithm for designing overcomplete dictionaries for sparse representation. IEEE Trans. Singal Process. 2006, 54, 4311–4322. [Google Scholar] [CrossRef]
  24. Mairal, J.; Sapiro, G.; Elad, M. Learning multiscale sparse representation for image and video restoration. SIAM Multiscale Model. Simul. 2008, 7, 214–241. [Google Scholar] [CrossRef]
  25. Ravishankar, S.; Bresler, Y. MR image reconstruction from highly undersampled k-space data by dictionary learning. IEEE Trans. Med. Imaging. 2011, 30, 1028. [Google Scholar] [CrossRef] [PubMed]
  26. Dong, W.; Zhang, L.; Shi, G.; Wu, X. 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]
  27. Zhang, L.; Lukac, R.; Wu, X.; Zhang, D. PCA-Based Spatially Adaptive Denoising of CFA Images for Single-Sensor Digital Cameras. IEEE Trans. Image Process. 2009, 18, 797–821. [Google Scholar] [CrossRef] [PubMed]
  28. Ding, Z.; Shao, M.; Fu, Y. Deep Robust Encoder Through Locality Preserving Low-Rank Dictionary. In Proceedings of the European Conference on Computer Vision (ECCV), Amsterdam, The Netherlands, 11–14 October 2016; pp. 567–582. [Google Scholar]
  29. Cai, J.; Candés, E.; Shen, Z. A Singular Value Thresholding Algorithm for Matrix Completion. SIAM J. Optim. 2010, 20, 1956–1982. [Google Scholar] [CrossRef]
  30. Khoramian, S. An iterative Thresholding Algorithm for Linear Inverse Problems with Multi-Constraints and Its Applications. Appl. Comput. Harmon. Anal. 2012, 32, 109–130. [Google Scholar] [CrossRef]
  31. 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]
  32. Kim, S.; Koh, K.; Lustig, M.; Boyd, S. An Efficient Method for Compressed Sensing. In Proceedings of the IEEE International Conference on Image Processing, San Antonio, TX, USA, 16–19 September 2007; pp. 117–120. [Google Scholar]
  33. Xu, L.; Zheng, S.; Jia, J. Unnatural L0 Sparse Representation for Natural Image Deblurring. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Melbourne, Australia, 15–18 September 2013; pp. 1107–1114. [Google Scholar]
  34. Shen, C.; Hwang, W.; Pei, S. Spatially-Varying Out-of-Focus Image Deblurring with L1-2 Optimization and a Guided Blur Map. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Kyoto, Japan, 25–30 March 2012; pp. 1069–1072. [Google Scholar]
  35. Yang, J.; Zhang, Y.; Yin, W. An Efficient TVL1 Algorithm for Deblurring Multichannel Images Corrupted by Impulsive Noise. SIAM J. Sci. Comput. 2008, 31, 2842–2865. [Google Scholar] [CrossRef]
  36. Dong, W.; Zhang, L.; Shi, G. Centralized sparse representation for image restoration. In Proceedings of the IEEE International Conference on Computer Vision, Zhangjiajie, China, 25–27 May 2012; pp. 1259–1266. [Google Scholar]
  37. Shi, J.; Xu, L.; Jia, J. Discriminative blur detection features. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, USA, 23–28 June 2014; pp. 2965–2972. [Google Scholar]
Figure 1. The pipeline of our proposed framework.
Figure 1. The pipeline of our proposed framework.
Sensors 19 01143 g001
Figure 2. Main step of the proposed framework.
Figure 2. Main step of the proposed framework.
Sensors 19 01143 g002
Figure 3. Comparison of different deblurring algorithms using a motion blurred image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (peak signal-to-noise ratio (PSNR) = 14.76, structural similarity index (SSIM) = 0.72); (c) the deblurring result of Shen’s method [34] (PSNR = 20.06, SSIM = 0.88); (d) the deblurring result of Yang’s method [35] (PSNR = 22.26, SSIM = 0.84); (e) the deblurring result of Dong’s method [26] (PSNR = 22.01, SSIM = 0.87); (f) the deblurring result of Wiener filter (PSNR = 22.98, SSIM = 0.80); (g) the deblurring result of proposed method (PSNR = 25.00, SSIM = 0.91).
Figure 3. Comparison of different deblurring algorithms using a motion blurred image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (peak signal-to-noise ratio (PSNR) = 14.76, structural similarity index (SSIM) = 0.72); (c) the deblurring result of Shen’s method [34] (PSNR = 20.06, SSIM = 0.88); (d) the deblurring result of Yang’s method [35] (PSNR = 22.26, SSIM = 0.84); (e) the deblurring result of Dong’s method [26] (PSNR = 22.01, SSIM = 0.87); (f) the deblurring result of Wiener filter (PSNR = 22.98, SSIM = 0.80); (g) the deblurring result of proposed method (PSNR = 25.00, SSIM = 0.91).
Sensors 19 01143 g003
Figure 4. Comparison of different deblurring algorithms using a motion blur and continuous defocus blur image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (PSNR = 17.34, SSIM = 0.58); (c) the deblurring result of Shen’s method [34] (PSNR = 33.13, SSIM = 0.94); (d) the deblurring result of Yang’s method [35] (PSNR = 23.28, SSIM = 0.68); (e) the deblurring result of Dong’s method [26] (PSNR = 36.34, SSIM = 0.95); (f) the deblurring result of Wiener filter (PSNR = 16.56, SSIM = 0.41); (g) the deblurring result of proposed method (PSNR = 38.70, SSIM = 0.96).
Figure 4. Comparison of different deblurring algorithms using a motion blur and continuous defocus blur image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (PSNR = 17.34, SSIM = 0.58); (c) the deblurring result of Shen’s method [34] (PSNR = 33.13, SSIM = 0.94); (d) the deblurring result of Yang’s method [35] (PSNR = 23.28, SSIM = 0.68); (e) the deblurring result of Dong’s method [26] (PSNR = 36.34, SSIM = 0.95); (f) the deblurring result of Wiener filter (PSNR = 16.56, SSIM = 0.41); (g) the deblurring result of proposed method (PSNR = 38.70, SSIM = 0.96).
Sensors 19 01143 g004
Figure 5. Comparison of different deblurring algorithms using a motion blur and continuous defocus blur image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (PSNR = 17.55, SSIM = 0.43); (c) the deblurring result of Shen’s method [34] (PSNR = 22.04, SSIM = 0.57); (d) the deblurring result of Yang’s method [35] (PSNR = 21.72, SSIM = 0.54); (e) the deblurring result of Dong’s method [26] (PSNR = 21.91, SSIM = 0.57); (f) the deblurring result of Wiener filter (PSNR = 21.16, SSIM = 0.51); (g) the deblurring result of proposed method (PSNR = 23.40, SSIM = 0.62).
Figure 5. Comparison of different deblurring algorithms using a motion blur and continuous defocus blur image. (a) the input blur image; (b) the deblurring result of Xu’s method [33] (PSNR = 17.55, SSIM = 0.43); (c) the deblurring result of Shen’s method [34] (PSNR = 22.04, SSIM = 0.57); (d) the deblurring result of Yang’s method [35] (PSNR = 21.72, SSIM = 0.54); (e) the deblurring result of Dong’s method [26] (PSNR = 21.91, SSIM = 0.57); (f) the deblurring result of Wiener filter (PSNR = 21.16, SSIM = 0.51); (g) the deblurring result of proposed method (PSNR = 23.40, SSIM = 0.62).
Sensors 19 01143 g005
Figure 6. Comparison of different deblurring algorithms using a synthesis blurry image. (a) the original sharp image; (b) the blurry image obtained by a convolution between (a) and a blur kernel; (c) the deblurring result of Wiener filter; (d) the deblurring result of Xu’s method [33]; (e) the deblurring result of Shen’s method [34]; (f) the deblurring result of Yang’s method [35]; (g) the deblurring result of Dong’s method [26]; (h) the deblurring result of CSR method [36]; (i) the deblurring result of proposed method.
Figure 6. Comparison of different deblurring algorithms using a synthesis blurry image. (a) the original sharp image; (b) the blurry image obtained by a convolution between (a) and a blur kernel; (c) the deblurring result of Wiener filter; (d) the deblurring result of Xu’s method [33]; (e) the deblurring result of Shen’s method [34]; (f) the deblurring result of Yang’s method [35]; (g) the deblurring result of Dong’s method [26]; (h) the deblurring result of CSR method [36]; (i) the deblurring result of proposed method.
Sensors 19 01143 g006
Table 1. Quantitative comparison by peak signal-to-noise ratio (PSNR) and structural similarity index (SSIM) evaluation metrics.
Table 1. Quantitative comparison by peak signal-to-noise ratio (PSNR) and structural similarity index (SSIM) evaluation metrics.
Algorithmmotion0015motion0105out_of_focus0122out_of_focus0290
PSNRSSIMPSNRSSIMPSNRSSIMPSNRSSIM
Xu’s method26.030.8923.180.8125.540.8915.050.58
Shen’s method29.650.9436.460.9730.260.9433.340.96
Yang’s method27.820.8428.880.8229.510.8729.510.87
Dong’s method29.650.8830.860.8729.980.9327.910.87
CSR method30.020.9131.270.8932.130.9530.270.93
Wiener filter8.990.0412.530.139.810.0910.710.11
Proposed method31.570.9540.210.9732.190.9635.400.95

Share and Cite

MDPI and ACS Style

Li, J.; Liu, Z. Ensemble Dictionary Learning for Single Image Deblurring via Low-Rank Regularization. Sensors 2019, 19, 1143. https://doi.org/10.3390/s19051143

AMA Style

Li J, Liu Z. Ensemble Dictionary Learning for Single Image Deblurring via Low-Rank Regularization. Sensors. 2019; 19(5):1143. https://doi.org/10.3390/s19051143

Chicago/Turabian Style

Li, Jinyang, and Zhijing Liu. 2019. "Ensemble Dictionary Learning for Single Image Deblurring via Low-Rank Regularization" Sensors 19, no. 5: 1143. https://doi.org/10.3390/s19051143

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