Papers › Image Restoration by Denoising Diffusion Models with Iteratively Preconditioned Guidance

Image Restoration by Denoising Diffusion Models with Iteratively Preconditioned Guidance

27 Dec 2023CVPR 2024 1arXiv:2312.16519archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.16519")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tirer-lab/ddpg officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 17 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
6ran · our draft was wrong
2ran · fixture could not drive it
8ran
5unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tirer-lab/ddpg. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MeanUpsample tirer-lab/ddpg/guided_diffusion/diffusion.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 12012b9130641107 · report
Normalize tirer-lab/ddpg/guided_diffusion/models.py official repository ran · our draft was wrong no licence file found · pointer only · c3a6b977022957cb · report
cconv2_by_fft2 tirer-lab/ddpg/functions/fft_operators.py official repository ran no licence file found · pointer only · d8cc9a829d9769b1 · report
cconv2_invAAt_by_fft2 tirer-lab/ddpg/functions/fft_operators.py official repository ran no licence file found · pointer only · 62244ace160c0029 · report
color2gray tirer-lab/ddpg/functions/svd_operators.py official repository ran fingerprinted no licence file found · pointer only · dd9fc69e1eb813b9 · report
color2gray tirer-lab/ddpg/guided_diffusion/diffusion.py official repository ran fingerprinted no licence file found · pointer only · af792c258aa85c57 · report
compute_alpha tirer-lab/ddpg/functions/ddpg_scheme.py official repository ran · our draft was wrong no licence file found · pointer only · 9215fb189fbfb9f4 · report
get_gaussian_noisy_img tirer-lab/ddpg/guided_diffusion/diffusion.py official repository ran fingerprinted no licence file found · pointer only · 17b8a580da43c920 · report
get_schedule_jump tirer-lab/ddpg/functions/ddpg_scheme.py official repository ran fingerprinted no licence file found · pointer only · b5af43562104feee · report
get_timestep_embedding tirer-lab/ddpg/guided_diffusion/models.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · cb49209c125de1b4 · report
gray2color tirer-lab/ddpg/functions/svd_operators.py official repository ran fingerprinted no licence file found · pointer only · 6d117fa2c3ad8438 · report
list_dir tirer-lab/ddpg/datasets/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 915e1c6c38494be9 · report
list_files tirer-lab/ddpg/datasets/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 208e196e9582a9a6 · report
md5_hash tirer-lab/ddpg/functions/ckpt_util.py official repository ran · our draft was wrong no licence file found · pointer only · 07d90bd6ae1be7db · report
nonlinearity tirer-lab/ddpg/guided_diffusion/models.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 3137073275f8c21a · report
pil_loader tirer-lab/ddpg/datasets/imagenet_subset.py official repository ran · honoured contract no licence file found · pointer only · f321f54723433661 · report
upsample tirer-lab/ddpg/functions/fft_operators.py official repository ran fingerprinted no licence file found · pointer only · 0044f3e569ab82db · report
accimage_loader tirer-lab/ddpg/datasets/imagenet_subset.py official repository unverified no licence file found · pointer only · 404fb2b2daa1ae78 · report
check_integrity tirer-lab/ddpg/datasets/utils.py official repository unverified no licence file found · pointer only · 7345763c9b9300fb · report
ddpg_diffusion tirer-lab/ddpg/functions/ddpg_scheme.py official repository unverified no licence file found · pointer only · b8b789ea6b1ed8b8 · report
default_loader tirer-lab/ddpg/datasets/imagenet_subset.py official repository unverified no licence file found · pointer only · 7bf07d5f59aae36d · report
get_ckpt_path tirer-lab/ddpg/functions/ckpt_util.py official repository unverified no licence file found · pointer only · d80f2146cfc85e9a · report

Tasks

DeblurringDenoisingImage DeblurringImage RestorationSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections