Papers › CDFormer:When Degradation Prediction Embraces Diffusion Model for Blind Image Super-Resolution

CDFormer:When Degradation Prediction Embraces Diffusion Model for Blind Image Super-Resolution

13 May 2024arXiv:2405.07648archive 2025-07-28

Qingguo Liu, Chenyi Zhuang, Pan Gao, Jie Qin

Existing Blind image Super-Resolution (BSR) methods focus on estimating either kernel or degradation information, but have long overlooked the essential content details. In this paper, we propose a novel BSR approach, Content-aware Degradation-driven Transformer (CDFormer), to capture both degradation and content representations. However, low-resolution images cannot provide enough content details, and thus we introduce a diffusion-based module CDFormer_(diff) to first learn Content Degradation Prior (CDP) in both low- and high-resolution images, and then approximate the real distribution given only low-resolution information. Moreover, we apply an adaptive SR network CDFormer_(SR) that effectively utilizes CDP to refine features. Compared to previous diffusion-based SR methods, we treat the diffusion model as an estimator that can overcome the limitations of expensive sampling time and excessive diversity. Experiments show that CDFormer can outperform existing methods, establishing a new state-of-the-art performance on various benchmarks under blind settings. Codes and models will be available at \href{https://github.com/I2-Multimedia-Lab/CDFormer}{https://github.com/I2-Multimedia-Lab/CDFormer}.

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

Code

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

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

i2-multimedia-lab/cdformer 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

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 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 · violated contract
1ran · our draft was wrong
8ran
7unverified

Licence: 1 of the 17 samples is 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 I2-Multimedia-Lab/CDFormer. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

Adaptive_Channel_Attention I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 883de99a17bdfd49 · report
CDIM I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 6a864a551fa60c54 · report
Encoder_lr I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 025d0ee70cc05b46 · report
ResBlock I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · a3042307eff34889 · report
SGFN I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 6f4fdd263c5a3bbc · report
SpatialGate I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran MIT (permissive) · 344fa5e773a89498 · report
Spatial_Attention I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 23c44909d59e9fe0 · report
default I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · violated contract fingerprinted MIT (permissive) · 29f7ce0623edc8cb · report
denoise I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 5a5975f4e5f4f7a7 · report
Adaptive_Spatial_Attention I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · f957c6c7ab191a7f · report
CDFormer I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 6401585050c061d5 · report
CDFormer_SR I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 0109253a712dead3 · report
CDRB I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 663bc75d518cc360 · report
DDPM I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 7bf826ead30f1aaa · report
Encoder_gt I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 4bbad1997ef09a44 · report
ResidualGroup I2-Multimedia-Lab/CDFormer/model/cdformer.py official repository unverified MIT (permissive) · 986cf10a4f977a9e · report
default_conv identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8b0e794d4d8f9b13 · report

Tasks

DiversityImage Super-ResolutionSuper-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDiffusionDropoutFocusLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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