Papers › Plug-and-Play Image Restoration with Deep Denoiser Prior

Plug-and-Play Image Restoration with Deep Denoiser Prior

31 Aug 2020arXiv:2008.13751archive 2025-07-28

Kai Zhang, Yawei Li, WangMeng Zuo, Lei Zhang, Luc van Gool, Radu Timofte

Recent works on plug-and-play image restoration have shown that a denoiser can implicitly serve as the image prior for model-based methods to solve many inverse problems. Such a property induces considerable advantages for plug-and-play image restoration (e.g., integrating the flexibility of model-based method and effectiveness of learning-based methods) when the denoiser is discriminatively learned via deep convolutional neural network (CNN) with large modeling capacity. However, while deeper and larger CNN models are rapidly gaining popularity, existing plug-and-play image restoration hinders its performance due to the lack of suitable denoiser prior. In order to push the limits of plug-and-play image restoration, we set up a benchmark deep denoiser prior by training a highly flexible and effective CNN denoiser. We then plug the deep denoiser prior as a modular part into a half quadratic splitting based iterative algorithm to solve various image restoration problems. We, meanwhile, provide a thorough analysis of parameter setting, intermediate results and empirical convergence to better understand the working mechanism. Experimental results on three representative image restoration tasks, including deblurring, super-resolution and demosaicing, demonstrate that the proposed plug-and-play image restoration with deep denoiser prior not only significantly outperforms other state-of-the-art model-based methods but also achieves competitive or even superior performance against state-of-the-art learning-based methods. The source code is available at https://github.com/cszn/DPIR.

PaperPDFCodeCode 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="2008.13751")

Code

Syntology Ran 3 of 28 code samples harvested from 3 repositories linked to this paper; 25 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 5 samples from 1 repository, 3 ran; community (archive-listed): 23 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cszn/DPIR officialmentioned in papermentioned on GitHubpytorchMIT report
HedgehogCode/denoising-gan mentioned on GitHubtfMIT report
jihoojo03/UNet-CBAM_Keras mentioned on GitHub 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

28 samples harvested; 3 ran; 0 honoured the contract we drafted; 25 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 · our draft was wrong
2ran
25unverified

Licence: 0 of the 28 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

conv cszn/DPIR/models/basicblock.py official repository ran · our draft was wrong MIT (permissive) · 0bb3503f833a6f8e · report
test cszn/DPIR/utils/utils_model.py official repository ran MIT (permissive) · 8afaf26fe2391d00 · report
upsample_pixelshuffle cszn/DPIR/models/basicblock.py official repository ran MIT (permissive) · 1e826b826044c581 · report
pixel_unshuffle cszn/DPIR/models/basicblock.py official repository unverified MIT (permissive) · e84da58ba9736585 · report
test_pad cszn/DPIR/utils/utils_model.py official repository unverified MIT (permissive) · 54f9c2acc0385e32 · report
apply_debug HedgehogCode/denoising-gan/utils.py community (archive-listed) unverified MIT (permissive) · 04bc984d219b19d0 · report
blur HedgehogCode/deep-plug-and-play-prior/dppp/utils.py community (archive-listed) unverified MIT (permissive) · a61cd181f14e6225 · report
conv2D_filter_rgb HedgehogCode/deep-plug-and-play-prior/dppp/utils.py community (archive-listed) unverified MIT (permissive) · c46741143221e8c5 · report
conv2d_block HedgehogCode/denoising-gan/dngan/blocks.py community (archive-listed) unverified MIT (permissive) · f959d134682f93e1 · report
conv2d_encoder HedgehogCode/denoising-gan/dngan/blocks.py community (archive-listed) unverified MIT (permissive) · b3c94561a1919d7b · report
dataset_filter HedgehogCode/denoising-gan/evaluate.py community (archive-listed) unverified MIT (permissive) · 39275635df4360a4 · report
degrade_filter HedgehogCode/denoising-gan/evaluate.py community (archive-listed) unverified MIT (permissive) · e625483ff10107d2 · report
disc_loss_clean HedgehogCode/denoising-gan/dngan/losses.py community (archive-listed) unverified MIT (permissive) · da6637e84b3f0f4c · report
dncnn_generator HedgehogCode/denoising-gan/dngan/generator.py community (archive-listed) unverified MIT (permissive) · 2267eb0d36c5ccaf · report
dncnn_generator_model HedgehogCode/denoising-gan/dngan/generator.py community (archive-listed) unverified MIT (permissive) · b0287fea83093ef3 · report
evaluate HedgehogCode/denoising-gan/dngan/training.py community (archive-listed) unverified MIT (permissive) · 164ed0ee1bf2880d · report
evaluate_test HedgehogCode/denoising-gan/dngan/training.py community (archive-listed) unverified MIT (permissive) · 960754a03da290de · report
get_from_environ HedgehogCode/denoising-gan/utils.py community (archive-listed) unverified MIT (permissive) · 5c074e16e43103be · report
ms_ssim HedgehogCode/denoising-gan/dngan/metrics.py community (archive-listed) unverified MIT (permissive) · c45644bf0bcadf02 · report
parse_args HedgehogCode/denoising-gan/checkpoint_to_h5.py community (archive-listed) unverified MIT (permissive) · 01f3cd76105ef1fe · report
psnr HedgehogCode/deep-plug-and-play-prior/dppp/metrics.py community (archive-listed) unverified MIT (permissive) · 1fe398ceae86d475 · report
psnr HedgehogCode/denoising-gan/dngan/metrics.py community (archive-listed) unverified MIT (permissive) · 63c3e31a8d2ca736 · report
read_config HedgehogCode/denoising-gan/utils.py community (archive-listed) unverified MIT (permissive) · 01a49af5dca2bf0e · report
residual_block HedgehogCode/denoising-gan/dngan/blocks.py community (archive-listed) unverified MIT (permissive) · 40fa25b27aa11ea8 · report
ssim HedgehogCode/deep-plug-and-play-prior/dppp/metrics.py community (archive-listed) unverified MIT (permissive) · 06800f3dd30271e0 · report
ssim HedgehogCode/denoising-gan/dngan/metrics.py community (archive-listed) unverified MIT (permissive) · a45288c1028a27cc · report
vgg19_ba_loss HedgehogCode/denoising-gan/dngan/losses.py community (archive-listed) unverified MIT (permissive) · c0ea75cc82eb3b38 · report
vgg19_loss HedgehogCode/denoising-gan/dngan/losses.py community (archive-listed) unverified MIT (permissive) · b4203746b902cc9a · report

Tasks

DeblurringDemosaickingImage 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