Papers › Decoupled Data Consistency with Diffusion Purification for Image Restoration

Decoupled Data Consistency with Diffusion Purification for Image Restoration

10 Mar 2024arXiv:2403.06054archive 2025-07-28

Xiang Li, Soo Min Kwon, Shijun Liang, Ismail R. Alkhouri, Saiprasad Ravishankar, Qing Qu

Diffusion models have recently gained traction as a powerful class of deep generative priors, excelling in a wide range of image restoration tasks due to their exceptional ability to model data distributions. To solve image restoration problems, many existing techniques achieve data consistency by incorporating additional likelihood gradient steps into the reverse sampling process of diffusion models. However, the additional gradient steps pose a challenge for real-world practical applications as they incur a large computational overhead, thereby increasing inference time. They also present additional difficulties when using accelerated diffusion model samplers, as the number of data consistency steps is limited by the number of reverse sampling steps. In this work, we propose a novel diffusion-based image restoration solver that addresses these issues by decoupling the reverse process from the data consistency steps. Our method involves alternating between a reconstruction phase to maintain data consistency and a refinement phase that enforces the prior via diffusion purification. Our approach demonstrates versatility, making it highly adaptable for efficient problem-solving in latent space. Additionally, it reduces the necessity for numerous sampling steps through the integration of consistency models. The efficacy of our approach is validated through comprehensive experiments across various image restoration tasks, including image denoising, deblurring, inpainting, and super-resolution.

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="2403.06054")

Code

Syntology Ran 10 of 19 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 5 ran with no contract checked.

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

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

19 samples harvested; 10 ran; 0 honoured the contract we drafted; 9 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.

5ran · our draft was wrong
5ran
9unverified

Licence: 19 of the 19 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 morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration. “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.

get_param_groups_and_shapes morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/fp16_util.py official repository ran no licence file found · pointer only · e41367ad14ff58fd · report
make_master_params morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/fp16_util.py official repository ran no licence file found · pointer only · e20dd5102da3b050 · report
register_conditioning_method morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/condition_methods.py official repository ran · our draft was wrong no licence file found · pointer only · 8027fc71dcbcfc45 · report
register_mean_processor morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/posterior_mean_variance.py official repository ran · our draft was wrong no licence file found · pointer only · 2423fa5313aa3525 · report
register_noise morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/measurements.py official repository ran no licence file found · pointer only · 905f4b0d3baca742 · report
register_operator morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/measurements.py official repository ran no licence file found · pointer only · 7f47ba486efd2c7e · report
register_sampler morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/gaussian_diffusion.py official repository ran · our draft was wrong no licence file found · pointer only · d9bb4d03137bc7e9 · report
register_var_processor morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/posterior_mean_variance.py official repository ran · our draft was wrong no licence file found · pointer only · e214ee19e7a9d92b · report
unflatten_master_params morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/fp16_util.py official repository ran no licence file found · pointer only · 64fff1e30802b815 · report
zero_module morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/nn.py official repository ran · our draft was wrong no licence file found · pointer only · 129b804760b3115f · report
avg_pool_nd morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/nn.py official repository unverified no licence file found · pointer only · ecd0fc28815b65ae · report
cal_gradient_penalty morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/unet.py official repository unverified no licence file found · pointer only · 944d16b22c6e6e77 · report
conv_nd morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/nn.py official repository unverified no licence file found · pointer only · fe4eb545bbb728e0 · report
create_model morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/unet.py official repository unverified no licence file found · pointer only · e7d9c92d6da5e2c9 · report
create_sampler morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · 77fad1533b052188 · report
get_conditioning_method morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/condition_methods.py official repository unverified no licence file found · pointer only · ceb7328ab8bdbfe2 · report
get_mean_processor morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/posterior_mean_variance.py official repository unverified no licence file found · pointer only · e92451e6fb900818 · report
get_operator morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/measurements.py official repository unverified no licence file found · pointer only · bbb1be64bf961d18 · report
get_sampler morefre/decoupled-data-consistency-with-diffusion-purification-for-image-restoration/guided_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · b910fefa7866252e · report

Tasks

DeblurringDenoisingImage DenoisingImage RestorationSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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