paper-with-me

홈 › Papers

Image Restoration by Denoising Diffusion Models with Iteratively Preconditioned Guidance

2023-12-27 · CVPR 2024 1 · Tomer Garber, Tom Tirer

Training deep neural networks has become a common approach for addressing image restoration problems. An alternative for training a "task-specific" network for each observation model is to use pretrained deep denoisers for imposing only the signal's prior within iterative algorithms, without additional training. Recently, a sampling-based variant of this approach has become popular with the rise of diffusion/score-based generative models. Using denoisers for general purpose restoration requires guiding the iterations to ensure agreement of the signal with the observations. In low-noise settings, guidance that is based on back-projection (BP) has been shown to be a promising strategy (used recently also under the names "pseudoinverse" or "range/null-space" guidance). However, the presence of noise in the observations hinders the gains from this approach. In this paper, we propose a novel guidance technique, based on preconditioning that allows traversing from BP-based guidance to least squares based guidance along the restoration scheme. The proposed approach is robust to noise while still having much simpler implementation than alternative methods (e.g., it does not require SVD or a large number of iterations). We use it within both an optimization scheme and a sampling-based scheme, and demonstrate its advantages over existing methods for image deblurring and super-resolution.

📄 PDF Abstract BibTeX arXiv:2312.16519

Code (1)

tirer-lab/ddpg 공식 구현 pytorch

Tasks

DeblurringDenoisingImage DeblurringImage RestorationSuper-Resolution

Similar Papers 제목 키워드 기반

Inversion by Direct Iteration: An Alternative to Denoising Diffusion for Image Restoration

2023-03-20 · Mauricio Delbracio, Peyman Milanfar

Inversion by Direct Iteration (InDI) is a new formulation for supervised image restoration that avoids the so-called "regression to the mean" effect and produces more realistic and detailed images than existing regressio…

DeblurringDenoisingImage Restorationregression+1

Unified Diffusion Transformer for High-fidelity Text-Aware Image Restoration

2025-12-09 · Jin Hyeon Kim, Paul Hyunbin Cho, Claire Kim, Jaewon Min 외 arxiv

Text-Aware Image Restoration (TAIR) aims to recover high-quality images from low-quality inputs containing degraded textual content. While diffusion models provide strong generative priors for general image restoration, …

Image RestorationText Spotting

Residual Denoising Diffusion Models

2023-08-25 · CVPR 2024 1 · Jiawei Liu, Qiang Wang, Huijie Fan, Yinong Wang 외

We propose residual denoising diffusion models (RDDM), a novel dual diffusion process that decouples the traditional single denoising diffusion process into residual diffusion and noise diffusion. This dual diffusion fra…

DenoisingDiversityImage GenerationImage Restoration+1

Learning Generic Diffusion Processes for Image Restoration

2018-07-17 · Peng Qiao, Yong Dou, Yunjin Chen, Wensen Feng

Image restoration problems are typical ill-posed problems where the regularization term plays an important role. The regularization term learned via generative approaches is easy to transfer to various image restoration,…

DenoisingImage Restoration

Reconciling Stochastic and Deterministic Strategies for Zero-shot Image Restoration using Diffusion Model in Dual

2025-03-03 · CVPR 2025 1 · Chong Wang, Lanqing Guo, Zixuan Fu, Siyuan Yang 외

Plug-and-play (PnP) methods offer an iterative strategy for solving image restoration (IR) problems in a zero-shot manner, using a learned \textit{discriminative denoiser} as the implicit prior. More recently, a sampling…

DenoisingImage Restoration