Papers › Restoration based Generative Models

Restoration based Generative Models

20 Feb 2023arXiv:2303.05456archive 2025-07-28

Jaemoo Choi, Yesom Park, Myungjoo Kang

Denoising diffusion models (DDMs) have recently attracted increasing attention by showing impressive synthesis quality. DDMs are built on a diffusion process that pushes data to the noise distribution and the models learn to denoise. In this paper, we establish the interpretation of DDMs in terms of image restoration (IR). Integrating IR literature allows us to use an alternative objective and diverse forward processes, not confining to the diffusion process. By imposing prior knowledge on the loss function grounded on MAP-based estimation, we eliminate the need for the expensive sampling of DDMs. Also, we propose a multi-scale training, which improves the performance compared to the diffusion process, by taking advantage of the flexibility of the forward process. Experimental results demonstrate that our model improves the quality and efficiency of both training and inference. Furthermore, we show the applicability of our model to inverse problems. We believe that our framework paves the way for designing a new type of flexible general generative model.

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

Code

Syntology Ran 3 of 21 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran with no contract checked.

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

Jae-Moo/RGM officialmentioned on GitHubpytorchMIT 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

21 samples harvested; 3 ran; 1 honoured the contract we drafted; 18 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
1ran · violated contract
1ran
18unverified

Licence: 0 of the 21 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 Jae-Moo/RGM. “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.

var_func_geometric Jae-Moo/RGM/forward.py official repository ran · violated contract fingerprinted MIT (permissive) · 65846ba5525a01b5 · report
var_func_vp Jae-Moo/RGM/forward.py official repository ran · honoured contract MIT (permissive) · 6d7acf7b44dc5061 · report
variance_scaling Jae-Moo/RGM/models/layers.py official repository ran MIT (permissive) · 3ac11bfe0ae80195 · report
calculate_activation_statistics Jae-Moo/RGM/pytorch_fid/fid_score.py official repository unverified MIT (permissive) · bd88683e6bd4454d · report
calculate_frechet_distance Jae-Moo/RGM/pytorch_fid/fid_score.py official repository unverified MIT (permissive) · fcdc92d3d2e8edc1 · report
checkerboard Jae-Moo/RGM/utils.py official repository unverified MIT (permissive) · e6c75e5bdfdfa5a5 · report
dense Jae-Moo/RGM/models/dense_layer.py official repository unverified MIT (permissive) · 9f13fd20494eac47 · report
gaussian25 Jae-Moo/RGM/utils.py official repository unverified MIT (permissive) · 17a0cece1ed3859f · report
get_act Jae-Moo/RGM/models/layers.py official repository unverified MIT (permissive) · db5f935a1d6b4c2c · report
get_activations Jae-Moo/RGM/pytorch_fid/fid_score.py official repository unverified MIT (permissive) · 26edbd4467e04bec · report
get_model Jae-Moo/RGM/models/utils.py official repository unverified MIT (permissive) · b3e18524b8df81a1 · report
get_sampler Jae-Moo/RGM/forward.py official repository unverified MIT (permissive) · 38da6ef76f929991 · report
get_sigmas Jae-Moo/RGM/models/utils.py official repository unverified MIT (permissive) · cff310f0f7ccdf0c · report
get_weight Jae-Moo/RGM/models/up_or_down_sampling.py official repository unverified MIT (permissive) · 8db300b9f1afb2d3 · report
gmm Jae-Moo/RGM/utils.py official repository unverified MIT (permissive) · 616afac51b26b6a4 · report
kaiming_uniform_ Jae-Moo/RGM/models/dense_layer.py official repository unverified MIT (permissive) · b42da332ce0ead42 · report
naive_downsample_2d Jae-Moo/RGM/models/up_or_down_sampling.py official repository unverified MIT (permissive) · e0ca74cc0ccd0e50 · report
naive_upsample_2d Jae-Moo/RGM/models/up_or_down_sampling.py official repository unverified MIT (permissive) · f425357463a3de36 · report
ncsn_conv1x1 Jae-Moo/RGM/models/layers.py official repository unverified MIT (permissive) · 85b2235eb7afaa4f · report
register_model Jae-Moo/RGM/models/utils.py official repository unverified MIT (permissive) · e4b39361eb110388 · report
variance_scaling_init_ Jae-Moo/RGM/models/dense_layer.py official repository unverified MIT (permissive) · 49cf191f770c146a · report

Tasks

DenoisingImage Restoration

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