- Research
- Open access
- Published:
Hybrid variational model based on alternating direction method for image restoration
Advances in Difference Equations volume 2019, Article number: 34 (2019)
Abstract
The total variation model is widely used in image deblurring and denoising process with the features of protecting the image edge. However, this model usually causes some staircase effects. To overcome the shortcoming, combining the second-order total variation regularization and the total variation regularization, we propose a hybrid total variation model. The new improved model not only eliminates the staircase effect, but also well protects the edges of the image. The alternating direction method of multipliers (ADMM) is employed to solve the proposed model. Numerical results show that our proposed model can get more details and higher image visual quality than some current state-of-the-art methods.
1 Introduction
Image restoration mainly includes image deblurring and image denoising, which is one of the most fundamental problems in imaging science. It plays an important role in many mid-level and high-level image-processing areas such as medical imaging, remote sensing, machine identification, and astronomy [1,2,3,4]. The image restoration problem usually can be expressed in the following form:
where \(f\in R^{n^{2}}\) is the original \(n\times n\) image, \(H\in R^{n ^{2}\times n^{2}}\) is a blurring operator, \(\eta\in R^{n^{2}}\) is the white Gaussian noise, and \(g\in R^{n^{2}}\) is a degraded image.
It is well known that the image restoration problem is usually an ill-posed problem. An efficient method to overcome the ill-posed problems is to add some regularization terms to the objective functions, which is known as a regularization method. There are two famous regularization methods. One is the Tikhonov regularization [5], and the other is the total variation (TV) regularization [6]. The Tikhonov regularization method has a disadvantage, which tends to make images overly smooth and often fails to adequately preserve important image attributes such as sharp edges. The total variation regularization method has the ability to preserve edges well and remove noise at the same time, which was first introduced by Rudin et al. [6] as follows:
where \({ \Vert \cdot \Vert _{2}}\) denotes the Euclidean norm, \({ \Vert \cdot \Vert _{\mathrm{TV}}}\) is the discrete total variation regularization term, and α is a positive regularization parameter that controls the tradeoff between these two terms. To define the discrete TV norm, we first introduce the discrete gradient ∇f:
with
for \(i,j =1,\ldots,n\). Here \(\nabla:\Re^{n^{2}}\rightarrow\Re^{n^{2}}\) denotes the discrete gradient operator, \(f_{i,j}\) refers to the \(((j-1)n+i)\)th entry of the vector f, which is the \((i,j)\)th pixel location of the image; see [7]. Then the discrete TV of f is defined by
Due to the nonlinearity and nondifferentiability of the total variation function, it is difficult to solve model (1.2). To solve this problem more effectively, many methods have been proposed for total-variation-based image restoration in recent years [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27]. In these methods, Rudin et al. [6] raised a time marching scheme, and Vogel et al. [7] put forward a fixed point iteration method. The time marching scheme converges slowly, especially when the iterate point is close to the solution set. The fixed point iteration method is also very difficult to solve as the blurring kernel becomes larger. Based on the dual formulation, Chambolle [15] proposed a gradient algorithm for the total variation denoising problem. At present, based on variable separation and penalty techniques, Wang et al. [16] proposed the fast total variant deconvolution (FTVd) method. By introducing an auxiliary variable to replace the nondifferentiable part of model (1.2), the TV model (1.2) can be rewritten in the following minimization problem:
where β is a penalty parameter. Experimental results verify the effectiveness of the FTVd method. But in the calculation, the penalty parameter β needs to approach infinity, which creates numerical instability. To avoid the approach of penalty parameter to infinity, Chan et al. [28] proposed the alternating direction method of multipliers (ADMM) to solve model (1.2). By defining the augmented Lagrange function, the image restoration model (1.2) can be translated into the following form:
where λ is a Lagrange multiplier. The experimental results show that the ADMM method is robust and fast, and has a good restoration effect.
More recently, to overcome the shortcoming of the TV norm of f in model (1.2), Huang et al. [29] proposed a fast total variation minimization method for image restoration as follows:
where \(\alpha_{1}\), \(\alpha_{2}\) are positive regularization parameters. Model (1.3) adds a term \(\| f-u\|_{2}^{2}\), compared with model (1.2). The experimental results show that the modified TV minimization model can preserve edges very well in the image restoration processing. Based on model (1.3), Liu et al. [30] proposed the following minimization model:
where \(\alpha_{1}\), \(\alpha_{2}\), and \(\alpha_{3}\) are positive regularization parameters. Liu et al. [30] adopted the split Bregman method and Chambolle projection algorithm to solve the minimization model (1.4). Numerical results illustrated the effectiveness of their model.
Although the total variation regularization can preserve sharp edges very well, it also causes some staircase effects [31, 32]. To overcome this kind of staircase effect, some high-order total variational models [33,34,35,36,37,38,39] and fractional-order total variation models [40,41,42,43,44] are introduced. It has been proved that the high-order TV norm can remove the staircase effect and preserve the edges well in the process of image restoration.
To eliminate the staircase effect better and preserve edges very well in image processing, we combine the TV norm and second-order TV norm and introduce a new hybrid variational model as follows:
where \(\alpha_{1}\), \(\alpha_{2}\), and \(\alpha_{3}\) are positive regularization parameters, \(\|\nabla u\|_{2}\) is the TV norm of u, and \(\|\nabla^{2}f\|_{2}\) is the second-order TV norm of f. The definition of the second-order TV norm is similar to that of the TV norm. The second-order TV norm is defined by
where \((\nabla f)_{i,j}^{x,x}\), \((\nabla f)_{i,j}^{x,y}\), \((\nabla f)_{i,j} ^{y,x}\), \((\nabla f)_{i,j}^{y,y}\) denote the second-order differences of the \(((j-1)n+i)\)th entry of the vector f. For more detail about the second-order differences, we refer to [45]. The second-order TV regularization and TV regularization are used; the edges in the restored image can be preserved quite well, and the staircase effect is reduced simultaneously.
The rest of this paper is organized as follows. In Sect. 2, we propose our alternating iterative algorithm to solve model (1.5). In Sect. 3, we give some numerical results to demonstrate the effectiveness of the proposed algorithm. Finally, concluding remarks are given in Sect. 4.
2 The alternating iterative algorithm
In this section, we use an alternating iterative algorithm to solve (1.5). Based on the variable separation technique [16], the minimization problem (1.5) can be divided into deblurring and denoising steps. The alternating iterative algorithm is based on decoupling of denoising and deblurring steps in the image restoration process. The deblurring step is defined as
The denoising step is defined as
We adopt the alternating direction multiplier method to solve these two subproblems.
2.1 The deblurring step
Because the ADMM method has the characteristics of notable stability and high rate of convergence, this method can avoid the approach of penalty parameter to infinity. We employ the alternating direction method of multipliers to solve the minimization problem (2.1). Because the objective function of (2.1) is nondifferentiable, by introducing an auxiliary variable ω, the unconstrained optimization problem (2.1) can be transformed into the following equivalent constraint optimization problem:
For the constrained optimization problem (2.3), its augmented Lagrange function is defined by
where \(\lambda_{1}\) is a Lagrange multiplier, playing the role of avoiding the positive penalty parameters to go to infinity, and \(\beta_{1}\) is a positive penalty parameter. Then, the alternating minimization method to minimize problem (2.4) can be expressed as follows:
Based on the classical ADMM, starting at \(u = u^{k}\), \(\omega= \omega ^{k}\), \(\lambda=\lambda^{k}\), the iterative scheme is implemented via the following subproblems:
Based on the optimal conditions, the solution of (2.6) is given by the equation
where \(\nabla^{2^{T}}\) is the conjugate operator of \(\nabla^{2}\). Under the periodic boundary condition, \(H^{T}H\) and \(\nabla^{2^{T}}\nabla ^{2}\) are block circulant matrices [46, 47], so \(H^{T}H\) and \(\nabla^{2^{T}}\nabla^{2}\) can be diagonalized by the Fourier transform. The Fourier transform of f is denoted by \(\mathcal{F}(f)\), and \(\mathcal{F}^{-1}(f)\) is the inverse Fourier transform of f. By using the Fourier transform the solution of f can be given as follows:
where
The subproblem for ω can be written as
and the solution can be explicitly obtained using the following two-dimensional shrinkage operator [16, 48]:
where we follow the convention that \(0\cdot(0/0)=0\).
Finally, we update \(\lambda_{1}\) by
where η is a relaxation parameter, and \(\eta\in(0,(\sqrt{5} + 1)/2)\).
The algorithm of the deblurring step is summarized in Algorithm 1.
2.2 The denoising step
Subproblem (2.2) is a classical TV regularization process for image denoising, which can be solved by the Chambolle projection algorithm. However, it is well known that the Chambolle projection algorithm has large amount of calculations in the process of experiment and causes numerical instability. To overcome the disadvantage of numerical instability and large amount of calculations of the Chambolle projection algorithm, in this paper, we adopt the alternating direction multiplier method to solve subproblem (2.2).
The solution process of subproblem (2.2) is the same as that of subproblem (2.1). First, introducing an auxiliary variable v, problem (2.2) can be transformed into the following constraint minimization problem:
Second, to use the alternating direction multiplier method to solve model (2.12), we define its augmented Lagrangian function
where \(\beta_{2}\) is a positive penalty parameters, and \(\lambda_{2}\) is a Lagrange multiplier.
The variables u, f, v are coupled together, so we separate this problem into two subproblems and adopt the alternating iteration minimization method. The two subproblems are given as follows.
The “u-subproblem” for v fixed:
The “v-subproblem” for u fixed:
The minimizer of subproblem (2.14) can be simplified as
and the minimization problem (2.16) can be solved by the following equation:
Under the periodic boundary conditions, \(\nabla^{T}\nabla\) is a block circulant matrix, So \(\nabla^{T}\nabla\) is diagonalizable by the two-dimensional discrete Fourier transform.
Next, the minimization of (2.15) with respect to v is equivalent to the minimization problem
and the solution of (2.18) can be explicitly obtained by the two-dimensional shrinkage:
The Lagrange multiplier \(\lambda_{2}\) is updated as follows:
where η is a relaxation parameter.
The algorithm of the denoising step is written in Algorithm 2.
3 Numerical experiments
This section presents some numerical examples, which show that the performance of our proposed algorithm to solve image restoration problems. In the following experiments, we compare our proposed method (HTV) with Fast-TV [29] and FNDTV methods [30]. All experiments are performed under Windows 7 and MATLAB 2012a running on a desktop with an core i5 Duo central processing unit at 2.50 GHz and 4 GB memory. The quality of the restoration results by different methods is compared quantitatively by using the peak-signal-to-noise ratio (PSNR) and structural similarity index metric (SSIM). Suppose g, \(f^{0}\), and u are the observed image, the ideal image, and the restored image, respectively. Then, the BSNR, MSE, PSNR, and SSIM are defined as follows:
where η is the additive noise vector, \(n^{2}\) is the number of pixels of image, \(\mathrm{MAX}_{f^{0}}\) is the maximum possible pixel value of the \(f^{0}\), f̄ is the mean intensity value of \(f^{0}\), \(\mu_{f^{0}}\) is the mean value of the \(f^{0}\), \(\mu_{u}\) is the mean value of u, \(\sigma_{f^{0}}^{2}\) and \(\sigma_{u}^{2}\) are the variances of \(f^{0}\) and u, respectively, and \(\sigma_{f^{0}u}\) is the covariance of \(f^{0}\) and u, and \(c_{1}\) and \(c_{2}\) are stabilizing constants for near-zero denominator values. We will also use the SSIM index map to reveals areas of high/low similarity between two images; the whiter the SSIM index map, the closer the two images. Further details on SSIM can be founded in the pioneer work [49].
Four test images, “Cameraman”, “Lena”, “Baboon”, and “Man”, which are commonly used in the literature, are shown in Fig. 1. We test three kinds of blur, that is, Gaussian blur, average blur, and motion blur. These different blurring kernels can be builded by the function “fspecial” in the Matlab. The additive noise is a Gaussian noise in all experiments. In all tests, we add the Gaussian white noise of different BSNR to the blurred images. In our experiments, the stopping criterion is that the relative difference between the successive iteration of the restored image should satisfy the inequality
where \(f^{k}\) is the computed image at the kth iteration of the tested method. In the following experiments, for our proposed method, we fixed the parameter \(\alpha_{2}=1.3e{-}2\) for all experiments, \(\alpha_{1}=1e{-}4\) (for Gaussian blur and average blur), \(3e{-}4\) (for motion blur), \(\alpha_{3}=1e{-}4\) (for Gaussian blur and average blur), \(2e{-}4\) (for motion blur). For the parameters of FastTV and FNDTV, we refer to [29, 30]. The parameters for every compared method are selected from many experiments until we obtain the best PSNR values.
Figure 2 shows the experiment for Gaussian blur. We select the “Cameraman” image \((256\times256)\) as the test image, which is shown in Figure 1(a). The “Cameraman” image degraded by Gaussian blur with blur nucleus \(9\ast9\) and a noise with \(\mathrm{BSNR}=35\) is shown in Fig. 2(a). The recovered images by FastTV, FNDTV, and our method are shown in Fig. 2(b)–(d). To demonstrate the effectiveness of our method more intuitively, we enlarge some part of the three restored images, and the results of enlarged parts are shown in Fig. 2(e)–(h). We also show the SSIM index maps of the restored images recovered by the three methods in Fig. 2(i)–(l). The SSIM map of the restored image by the proposed method is slightly whiter than the SSIM map by FastTV and FNDTV. The values of PSNR and SSIM by these methods are shown in Table 1. We see that both PSNR and SSIM values of the restored image by our proposed method are higher than FastTV and FNDTV. We also plot the changing curve of SSIM versus iterations with three different methods in Fig. 3. It is not difficult to see that our method can achieve a high SSIM over the other two methods with a few iterations. In addition, for the restoration effect of other images, we depict them by PSNRs and SSIMs; see Table 1. It is easy to detect that both of PSNR and SSIM of the restored image by our method are higher than others obtained by FastTV and FNDTV.
Figure 4 shows the experiment about the “Lenna” image with size \(256\times256\) degraded by the average blur with length 9 and a noise with \(\mathrm{BSNR}=35\). The degraded “Lenna” image is shown Fig. 4(a). The recovered images by FastTV, FNDTV, and our method are shown in Fig. 4(b)–(d). More precisely, Fig. 4(e)–(h) displays the same regions of special interest, which are zoomed in for comparing the performance of the three methods. It is not difficult to observe that the proposed method can alleviate the staircase phenomenon better. In addition, the SSIM map of the restored images recovered by the three methods is shown in Fig. 4(i)–(l). It is easy to see that the SSIM map obtained by the proposed method is slightly whiter than the maps by the other two methods. In Fig. 5, we plot the changes of SSIM value versus iteration number for the three methods. It can also be found from the relationship between SSIM values and iteration numbers that our method requires fewer iterations and the values are superior to the other two methods. These experiments demonstrate the outstanding performance of our proposed method to overcome the blocky images while preserving edge details. We also report the PSNR and SSIM values by these methods in Table 1. The PSNR and SSIM values of the restored image by our proposed method are higher than those of FastTV and FNDTV.
The experiments about the motion blur are shown in Figs. 6 and 8. On the motion blur, we do two groups of experiments for different thetas. one group of experiment is added serious degree of blur that is shown in Fig. 8, the other group of experiment is added slight degree of blur that is shown in Fig. 6. The recovered images by the three methods are shown in Figs. 6 and 8(b)–(d), and the enlarged parts are shown in Figs. 6 and 8(e)–(h). We also show the SSIM index maps of the restored images recovered by the three methods in Figs. 6 and 8(j)–(l). It is easy to see that the SSIM map of the restored image by the proposed method is slightly whiter than the SSIM map by FastTV and FNDTV. In Figs. 7 and 9, we plot the changes of SSIMs with iteration number for FastTV method, FNDTV method, and our method. From Figs. 7 and 9, we can see that our method can get higher image visual quality and more details than Fast-TV method and FNDTV method. The values of PSNR and SSIM are listed in Tables 1 and 2. We see that both the PSNR and SSIM values of the restored image by the proposed method are much better than those provided by FastTV and FNDTV.
The numerical results of three different methods in terms of PSNR and SSIM are shown in the following tables. From Tables 1 and 2 it is not difficult to see that the PSNR and SSIM of the restored image by our proposed method are higher than those obtained by FastTV and FNDTV.
4 Conclusion
In this paper, we propose a hybrid total variation model. In addition, we employ the alternating direction method of multipliers to solve it. Experimental results demonstrate that the proposed model can obtain better results than those restored by some existing restoration methods. It also shows that the new model can obtain a better visual resolution than the other two methods.
References
Hajime, T., Hayashi, T., Nishi, T.: Application of digital image analysis to pattern formation in polymer systems. J. Appl. Phys. 59(11), 3627–3643 (1986)
Chen, M., Xia, D., Han, J., Liu, Z.: An analytical method for reducing metal artifacts in X-ray CT images. Math. Probl. Eng. 2019, Article ID 2351878 (2019)
Chen, M., Li, G.: Forming mechanism and correction of CT image artifacts caused by the errors of three system parameters. J. Appl. Math. 2013, Article ID 545147 (2013)
Chen, Y., Guo, Y., Wang, Y., et al.: Denoising of hyperspectral images using nonconvex low rank matrix approximation. IEEE Trans. Geosci. Remote Sens. 55(9), 5366–5380 (2017)
Tikhonov, A.N., Arsenn, V.Y.: Solution of Ill-Posed Problem. Winston and Sons, Washington (1977)
Rudin, L.I., Osher, S., Fatemi, E.: Nonlinear total variation based noise removal algorithms. Physics D 60, 259–268 (1992)
Vogel, C.R., Oman, M.E.: Iterative methods for total variation denoising. SIAM J. Sci. Comput. 17, 227–238 (1996)
Zhu, J.G., Hao, B.B.: A new noninterior continuation method for solving a system of equalities and inequalities. J. Appl. Math. 2014, Article ID 592540 (2014)
Yu, J., Li, M., Wang, Y., He, G.: A decomposition method for large-scale box constrained optimization. Appl. Math. Comput. 231(12), 9–15 (2014)
Han, C., Feng, T., He, G., Guo, T.: Parallel variable distribution algorithm for constrained optimization with nonmonotone technique. J. Appl. Math. 2013, Article ID 295147 (2013)
Sun, L., He, G., Wang, Y.: An accurate active set newton algorithm for large scale bound constrained optimization. Appl. Math. 56(3), 297–314 (2011)
Zheng, F., Han, C., Wang, Y.: Parallel SSLE algorithm for large scale constrained optimization. Appl. Math. Comput. 217(12), 5277–5384 (2011)
Zhu, J., Hao, B.: A new smoothing method for solving nonlinear complementarity problems. Open Math. 17(1), 21–38 (2019)
Tian, Z., Tian, M., Gu, C.: An accelerated jacobi gradient based iterative algorithm for solving sylvester matrix equations. Filomat 31(8), 2381–2390 (2017)
Chambolle, A.: An algorithm for total variation minimization and applications. J. Math. Imaging Vis. 20(1–2), 89–97 (2004)
Wang, Y., Yang, J., Yin, W., et al.: A new alternating minimization algorithm for total variation image reconstruction. SIAM J. Imaging Sci. 1(3), 248–272 (2008)
Zhang, R.Y., Xu, F.F., Huang, J.C.: Reconstructing local volatility using total variation. Acta Math. Sin. Engl. Ser. 33(2), 263–277 (2017)
Bai, Z.B., Dong, X.Y., Yin, C.: Existence results for impulsive nonlinear fractional differential equation with mixed boundary conditions. Bound. Value Probl. 2016, 63 (2016)
Wang, Z.: A numerical method for delayed fractional-order differential equations. J. Appl. Math. 2013, 256071 (2013)
Wang, Z., Huang, X., Zhou, J.P.: A numerical method for delayed fractional-order differential equations: based on G-L definition. Appl. Math. Inf. Sci. 7(2), 525–529 (2013)
Zhang, Y.L., Lv, K.B., et al..: Modeling gene networks in Saccharomyces cerevisiae based on gene expression profiles. Comput. Math. Methods Med. 2015, Article ID 621264 (2015)
Lu, X., Wang, H.X., Wang, X.: On Kalman smoothing for wireless sensor networks systems with multiplicative noises. J. Appl. Math. 2012, 203–222 (2012)
Ding, S.F., Huang, H.J., Xu, X.Z., et al.: Polynomial smooth twin support vector machines. Appl. Math. Inf. Sci. 8(4), 2063–2071 (2014)
Goldfarb, D., Yin, W.: Second-order cone programming methods for total variation based image restoration. SIAM J. Sci. Comput. 27(2), 622–645 (2005)
Han, C.Y., Zheng, F.Y., Guo, T.D., He, G.P.: Parallel algorithms for large-scale linearly constrained minimization problem. Acta Math. Appl. Sin. Engl. Ser. 30(3), 707–720 (2014)
Hao, B.B., Zhu, J.G.: Fast L1 regularized iterative forward backward splitting with adaptive parameter selection for image restoration. J. Vis. Commun. Image Represent. 44, 139–147 (2017)
Morini, B., Porcelli, M., Chan, R.H.: A reduced Newton method for constrained linear least squares problems. J. Comput. Appl. Math. 233, 2200–2212 (2010)
Chan, R.H., Tao, M., Yuan, X.: Constrained total variation deblurring models and fast algorithms based on alternating direction method of multipliers. SIAM J. Imaging Sci. 6(1), 680–697 (2013)
Huang, Y.M., Ng, M.K., Wen, Y.W.: A fast total variation minimization method for image restoration. Multiscale Model. Simul. 7(2), 774–795 (2008)
Liu, J., Huang, T.Z., et al..: An efficient variational method for image restoration. Abstr. Appl. Anal. 2013, 213536 (2013)
Chambolle, A., Lions, P.L.: Image recovery via total variation minimization and related problems. Numer. Math. 76, 167–188 (1997)
Chan, T., Marquina, A., Mulet, P.: High-order total variation-based image restoration. SIAM J. Sci. Comput. 22(2), 503–516 (2000)
Lv, X., Song, Y., Wang, S., et al.: Image restoration with a high-order total variation minimization method. Appl. Math. Model. 37, 8210–8224 (2013)
Liu, G., Huang, T., Liu, J.: High-order TVL1-based images restoration and spatially adapted regularization parameter selection. Comput. Math. Appl. 67, 2015–2026 (2014)
Zhu, G.J., Li, K., Hao, B.B.: Image restoration by a mixed high-order total variation and l1 regularization model. Math. Probl. Eng. 2018, Article ID 6538610 (2018)
Lysaker, M., Tai, X.C.: Iterative image restoration combining total variation minimization and a second-order functional. Int. J. Comput. Vis. 66(1), 5–18 (2006)
Zhu, J., Liu, K., Hao, B.: Restoration of remote sensing images based on nonconvex constrained high-order total variation regularization. J. Appl. Remote Sens. 13(2), 022006 (2019)
You, Y.L., Kaveh, M.: Fourth-order partial differential equations for noise removal. IEEE Trans. Image Process. 9(10), 1723–1730 (2000)
Hajiaboli, M.R.: An anisotropic fourth-order diffusion filter for image noise removal. Int. J. Comput. Vis. 92(2), 177–191 (2011)
Chen, D., Chen, Y., Xue, D.: Fractional-order total variation image denoising based on proximity algorithm. Appl. Math. Comput. 257, 537–545 (2015)
Wang, Z., Xie, Y., Lu, J.,et al..: Stability and bifurcation of a delayed generalized fractional-order prey–predator model with interspecific competition. Appl. Math. Compt. 347, 360–369 (2019)
Wang, X., Wang, Z., Huang, X.,et al..: Dynamic analysis of a fractional-order delayed SIR model with saturated incidence and treatment functions. Int. J. Bifurcat. Chaos 28(14), 1850180 (2018)
Jiang, C., Zhang, F., Li, T.: Synchronization and antisynchronization of N-coupled fractional-order complex systems with ring connection. Math. Methods Appl. Sci. 41(3), 2625–2638 (2018)
Ren, Z., He, C., Zhang, Q.: Fractional order total variation regularization for image super-resolution. Signal Process. 93(9), 2408–2421 (2013)
Wu, C., Tai, X.C.: Augmented Lagrangian method, dual methods, and split Bregman iteration for ROF, vectorial TV, and high order models. SIAM J. Imaging Sci. 3(3), 300–339 (2010)
Michael, N., Chan, R.H., Tang, W.C.: A fast algorithm for deblurring models with Neumann boundary conditions. SIAM J. Sci. Comput. 21(3), 851–866 (1999)
Gonzalez, R.C., Woods, R.E.: Digital Image Processing, 3rd edn. Prentice Hall, New York (2011)
Yang, J.F., et al.: A fast algorithm for edge-preserving variational multichannel image restoration. SIAM J. Imaging Sci. 2, 569–592 (2011)
Wang, Z., Bovik, A.C., Sheikh, H.R., Simoncelli, E.P.: Image quality assessment: from error visibility to structural similarity. IEEE Trans. Image Process. 13, 600–612 (2004)
Acknowledgements
The authors would like to thank the referees for their valuable comments and suggestions.
Funding
This work was supported by National Key Research and Development Program of China (No. 2017YFC1405600), by the Training Program of the Major Research Plan of National Science Foundation of China (No. 91746104), by National Science Foundation of China (Nos. 61101208, 11326186), Qindao Postdoctoral Science Foudation (No. 2016114), Project of Shandong Province Higher Educational Science and Technology Program (No. J17KA166), Joint Innovative Center for Safe and Effective Mining Technology and Equipment of Coal Resources, Shandong Province of China and SDUST Research Fund (No. 2014TDJH102).
Author information
Authors and Affiliations
Contributions
All authors worked together to produce the results and read and approved the final manuscript.
Corresponding author
Ethics declarations
Competing interests
The authors declare that there is no conflict of interest regarding the publication of this paper.
Additional information
Publisher’s Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
About this article
Cite this article
Zhu, J., Li, K. & Hao, B. Hybrid variational model based on alternating direction method for image restoration. Adv Differ Equ 2019, 34 (2019). https://doi.org/10.1186/s13662-018-1908-0
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/s13662-018-1908-0