Papers › ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting

ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting

23 Jul 2023NeurIPS 2023 11arXiv:2307.12348archive 2025-07-28

Zongsheng Yue, Jianyi Wang, Chen Change Loy

Diffusion-based image super-resolution (SR) methods are mainly limited by the low inference speed due to the requirements of hundreds or even thousands of sampling steps. Existing acceleration sampling techniques inevitably sacrifice performance to some extent, leading to over-blurry SR results. To address this issue, we propose a novel and efficient diffusion model for SR that significantly reduces the number of diffusion steps, thereby eliminating the need for post-acceleration during inference and its associated performance deterioration. Our method constructs a Markov chain that transfers between the high-resolution image and the low-resolution image by shifting the residual between them, substantially improving the transition efficiency. Additionally, an elaborate noise schedule is developed to flexibly control the shifting speed and the noise strength during the diffusion process. Extensive experiments demonstrate that the proposed method obtains superior or at least comparable performance to current state-of-the-art methods on both synthetic and real-world datasets, even only with 15 sampling steps. Our code and model are available at https://github.com/zsyOAOA/ResShift.

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

Code

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

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

zsyoaoa/resshift officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
zsyoaoa/invsr mentioned on GitHubjaxNOASSERTION 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

20 samples harvested; 9 ran; 1 honoured the contract we drafted; 11 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
3ran · our draft was wrong
5ran
11unverified

Licence: 20 of the 20 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 zsyOAOA/ResShift. “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.

approx_standard_normal_cdf zsyOAOA/ResShift/models/losses.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · cfd76fd0d89574a4 · report
batch_inpainging_from_grad zsyOAOA/ResShift/models/solvers.py official repository ran no licence file found · pointer only · b1222f0a2b9b12cf · report
discretized_gaussian_log_likelihood zsyOAOA/ResShift/models/losses.py official repository ran · our draft was wrong no licence file found · pointer only · cd33283d615fb3d7 · report
fill_image_from_gradx zsyOAOA/ResShift/models/solvers.py official repository ran no licence file found · pointer only · 328ccd09e308cea4 · report
inpainting_from_grad zsyOAOA/ResShift/models/solvers.py official repository ran no licence file found · pointer only · 19401265ecad449a · report
normal_kl zsyOAOA/ResShift/models/losses.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · cf2798b666b231ca · report
window_partition zsyOAOA/ResShift/models/swin_transformer.py official repository ran fingerprinted no licence file found · pointer only · 9ecac3983260d58d · report
window_reverse zsyOAOA/ResShift/models/swin_transformer.py official repository ran no licence file found · pointer only · 07fc5a1c675639fb · report
zero_module zsyOAOA/ResShift/models/basic_ops.py official repository ran · our draft was wrong no licence file found · pointer only · 129b804760b3115f · report
GaussianDiffusion zsyoaoa/resshift/models/gaussian_diffusion.py official repository unverified licence not identified · pointer only · d0f3854e960315c0 · report
LossType zsyoaoa/resshift/models/gaussian_diffusion.py official repository unverified licence not identified · pointer only · 5a5c1057ed2b86c8 · report
ModelMeanType zsyoaoa/resshift/models/gaussian_diffusion.py official repository unverified licence not identified · pointer only · eb2b278c1aab645e · report
avg_pool_nd zsyOAOA/ResShift/models/basic_ops.py official repository unverified no licence file found · pointer only · ecd0fc28815b65ae · report
conv_nd zsyOAOA/ResShift/models/basic_ops.py official repository unverified no licence file found · pointer only · fe4eb545bbb728e0 · report
create_named_schedule_sampler zsyOAOA/ResShift/models/resample.py official repository unverified no licence file found · pointer only · 744d8fd5890b0002 · report
get_named_beta_schedule zsyOAOA/ResShift/models/gaussian_diffusion.py official repository unverified no licence file found · pointer only · 0b038dff8f46da2e · report
get_named_eta_schedule zsyOAOA/ResShift/models/gaussian_diffusion.py official repository unverified no licence file found · pointer only · f5813dc998fd36ae · report
make_master_params zsyOAOA/ResShift/models/fp16_util.py official repository unverified no licence file found · pointer only · a863803cdd5f3ce6 · report
space_timesteps zsyOAOA/ResShift/models/respace.py official repository unverified no licence file found · pointer only · 623a410ceb89e7f3 · report
unflatten_master_params zsyOAOA/ResShift/models/fp16_util.py official repository unverified no licence file found · pointer only · 30e43bcf12d042b0 · report

Tasks

Image Super-ResolutionSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSPEED

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