An Improved Optimal Proximal Gradient Algorithm for Non-Blind Image Deblurring
Qingsong Wang, Shengze Xu, Xiaojiao Tong, Tieyong Zeng
TL;DR
This work tackles non-blind image deblurring by formulating the problem as min_x \frac{1}{2}\|Ax-b\|^{2}+h(x) with a known blur operator $A$ and convex regularizers $h(x)$ such as $\lambda\|x\|_1$ or $\lambda\|x\|_{TV}$. It introduces the improved OptISTA (IOptISTA), which embeds a weighting matrix $W_n$ into the proximal-gradient framework to accelerate convergence, with updates $y_{k+1}=\mathrm{Prox}_{\gamma_k\eta_k h}(y_k-\gamma_k\eta_k W_n\nabla f(x_k))$ and step parameters $\eta_k=1/L$, $\alpha_k$, and $\gamma_k$ inherited from prior optimal-gradient analyses. Numerical experiments on six images under disk and Gaussian blur with noise show that IOptISTA outperforms ISTA, FISTA, EFISTA, IISTA, and OptISTA in PSNR and SSIM for both $\ell_1$ and TV regularizations, validating its practical advantage. The results indicate that incorporating a carefully chosen weighting matrix yields faster convergence and better restoration in non-blind deblurring, with potential for broader use in convex imaging problems.
Abstract
Image deblurring remains a central research area within image processing, critical for its role in enhancing image quality and facilitating clearer visual representations across diverse applications. This paper tackles the optimization problem of image deblurring, assuming a known blurring kernel. We introduce an improved optimal proximal gradient algorithm (IOptISTA), which builds upon the optimal gradient method and a weighting matrix, to efficiently address the non-blind image deblurring problem. Based on two regularization cases, namely the $l_1$ norm and total variation norm, we perform numerical experiments to assess the performance of our proposed algorithm. The results indicate that our algorithm yields enhanced PSNR and SSIM values, as well as a reduced tolerance, compared to existing methods.
