Pith. sign in

REVIEW 3 major objections 4 minor 70 references

NTIRE 2025 Challenge on Image Super-Resolution (x4): Methods and Results

T0 review · 3 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read The 2025 edition of the classical ×4 super-resolution benchmark sets a new state of the art, with 33.46 dB PSNR for restoration and 4.3472 for perception.

desk verdict A useful but conventional NTIRE challenge report: the restoration numbers are likely solid, yet the headline SOTA claim hinges on a 0.03 dB margin and the perceptual ranking rests on an unvalidated composite metric. read the letter →

arxiv 2504.14582 v3 pith:7ZWOS33B submitted 2025-04-20 cs.CV

Zheng Chen , Kai Liu , Jue Gong , Jingkai Wang , Lei Sun , Zongwei Wu , Radu Timofte , Yulun Zhang
show 103 more authors
This is my paper · ORCID
classification cs.CV
keywords imagesuper-resolutionbicubicdownsamplingDIV2KbenchmarkPSNRrankingperceptualqualitymetricsTransformer-CNNhybridMambastate-spacemodelsone-stepdiffusionprior
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper reports the 2025 edition of a long-running annual image super-resolution competition, run in the classical setting where low-resolution inputs are produced by bicubic downsampling at a factor of 4. The central claim is that the benchmark has moved forward sharply: the best restoration entry reaches 33.46 dB PSNR on the 100-image hidden test set, more than 1.5 dB above the previous year's winning score, and ten entries exceed 31 dB. A newly added perceptual track, ranked by a composite score over six quality metrics, is won by an entry scoring 4.3472. The report attributes these gains to specific practices: hybrid Transformer/convolution designs, Mamba state-space models, progressive patch-size training, frequency-domain losses, and diffusion priors combined with CLIP-based text-prompt losses. If the reported scores are reproduced by the submitted code, these results define the new state of the art for classical super-resolution.

What carries the argument

The machinery that carries the results has two parts. Evaluation: restoration rankings rest on PSNR computed on the Y channel after cropping a 4-pixel border, while perceptual rankings rest on the composite score $\mathrm{Score} = (1-\mathrm{LPIPS}) + (1-\mathrm{DISTS}) + \mathrm{CLIPIQA} + (\mathrm{MANIQA}+\mathrm{MUSIQ})/100 + \max(0,(10-\mathrm{NIQE})/10)$, with hidden test high-resolution images and organizer code validation intended to keep the comparison fair. Method: for the restoration winner, the load-bearing mechanism is the dynamic fusion of a transformer branch (HAT) and a convolutional branch (NAFNet) trained with alternating L1/L2/wavelet losses and progressive patch sizes; for the perceptual winner, it is a one-step diffusion model acting as a fixed generative prior on top of a Mamba upsampler, steered by an L1 plus LPIPS plus CLIP text-prompt loss toward a "Good photo" embedding and away from a "Bad photo" embedding.

What would settle it

Re-running the submitted code and released models on the public validation split and comparing PSNR and perceptual scores to the recorded numbers would settle reproducibility; inspecting the top teams' training data manifests and logs for the hidden test high-resolution images would settle whether the no-test-data rule held.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that the classical ×4 super-resolution benchmark is not saturated. The top restoration solution dynamically fuses a transformer attention network (HAT) with a convolutional network (NAFNet), trains alternately with L1, L2, and stationary-wavelet-transform losses over progressively larger patches, and reaches 33.46 dB PSNR, beating last year's best of 31.94 dB. The top perceptual solution instead uses a fine-tuned Mamba-based upsampler followed by a frozen one-step diffusion model, trained with a perceptual loss and a CLIP text-prompt loss, and reaches 4.3472 on the composite perceptual score. The paper reads these results as evidence that hybrid architectures and generative priors now set the standard, and that the field's two objectives—pixel fidelity and visual realism—require different designs.

Load-bearing premise

The reported rankings depend on the integrity of the competition: if any top team trained on the hidden high-resolution test images, or if submitted code does not reproduce the submitted scores, the state-of-the-art claims collapse, and the paper reports only an organizers' code check, not an independent audit.

Editorial extensions

If this is right

  • The classical ×4 benchmark still has measurable headroom: a jump of more than 1.5 dB over the previous year's winner means that hybrid architectures and larger training corpora translate directly into fidelity gains.
  • The new composite perceptual score gives future super-resolution work a single reproducible target that mixes reference-based and no-reference metrics, allowing optimization without a human study at every step.
  • The leading solutions share transferable training techniques—progressive patch enlargement, wavelet-domain loss, dynamic model fusion—that are not tied to one architecture.
  • With ten teams above 31 dB, the previous year's state-of-the-art score is now a routine baseline, shifting the practical question from whether a method can reach it to how efficiently it can exceed it.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the PSNR gap between the restoration winner (33.46 dB) and the perceptual winner (22.53 dB) suggests the field has split into two near-incompatible optima; combining fidelity and texture realism in one model would require a different reward than either track currently uses.
  • Editorial inference: because the composite perceptual score includes a no-reference NIQE term, future submissions may be able to inflate their rank by targeting that term; checking the score against human preference judgments would tell whether the ranking measures what it claims.
  • Editorial inference: the winning restoration entry's custom two-million-image training set makes the architecture contribution hard to isolate; an ablation that fixes the architecture and varies only the data scale would quantify how much of the 1.5 dB gain is data versus design.
  • Editorial inference: the same dynamic fusion of global-attention and local-convolution branches, plus progressive patch training, is a plausible recipe for other ill-posed restoration tasks such as denoising and face restoration, where both long-range context and fine detail matter.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This paper reports the organization and outcomes of the NTIRE 2025 image super-resolution (x4) challenge. The challenge follows the classical bicubic degradation setting and contains two tracks: a restoration track ranked by PSNR on the hidden DIV2K test set, and a perceptual track ranked by a composite score of seven IQA metrics defined in Eq. (1). The paper describes the datasets, evaluation protocol (4-pixel border exclusion, Y channel, Codalab submissions with code validation), fairness rules, and the results table (Table 1). It then details the top five methods (SamsungAICamera, SNUCV, BBox, MicroSR, XiaomiMM) and states that the remaining team descriptions are in the supplementary material. The central empirical claims are that SamsungAICamera achieves the top restoration PSNR of 33.46 dB, that SNUCV has the highest perceptual score of 4.3472, and that two teams surpass last year's best PSNR of 31.94 dB.

Significance. If the reported results are trustworthy, the challenge establishes a new state of the art for classical bicubic x4 SR on DIV2K, with a substantial improvement over the NTIRE 2024 winner. The paper has clear strengths: the evaluation protocol is explicit (Sec. 2.2), the test HR images were hidden, the evaluation script is publicly available, and the main results table is internally consistent. As a community benchmark report, it also documents a range of practical techniques (hybrid Transformer-CNN designs, Mamba integration, multi-stage training, CLIP-based filtering, diffusion-based perceptual enhancement) that are useful to practitioners. The main caveats are the absence of quantified code-validation tolerance, the arbitrary perceptual composite score, and the missing supplementary material that is repeatedly cited as containing most of the method descriptions.

major comments (3)
  1. [Sec. 2.2 and Sec. 3.1] The paper states that 'Code submitted by participants is used for reproduction and verification, with small discrepancies in precision being considered acceptable,' but it does not report the accepted tolerance, the per-team reproduction results, or any independent audit. This is load-bearing because the headline claim that 'two teams surpass last year's best PSNR score (31.94 dB)' rests on BBox at 31.97 dB, a margin of only 0.03 dB that lies within the unquantified 'small discrepancies' the protocol permits. As presented, the state-of-the-art improvement claim is unverified; please provide a table of reproduced scores, the exact acceptable deviation, and an analysis of whether the rankings are stable under that tolerance.
  2. [Eq. (1), Sec. 2.2 and Sec. 3] The perceptual score is an ad hoc sum of seven metrics, with arbitrary scaling choices such as MUSIQ/100 and max(0,(10-NIQE)/10), and no validation against human opinion scores or sensitivity analysis. Since the Track 2 ranking, including the claim that SNUCV 'ranks first with the highest perceptual score (4.3472),' is determined entirely by this formula, the perceptual ranking is only as meaningful as the unstated rationale for these weights and scales. Please justify the formula or demonstrate that the top rankings are robust to reasonable variations of the weights.
  3. [Sec. 5 and Abstract] Section 5 and the challenge-results discussion state that the remaining teams' methods and implementation details are in Sec. A of the supplementary materials, but no supplementary material is included in this submission. The abstract promises summaries of the methods of each team, yet only five teams are described in the main text. This gap prevents the paper from delivering its stated coverage; please include the supplementary or move essential method descriptions into the main text.
minor comments (4)
  1. [Sec. 2.1] The sentence 'To ensure fairness, participants do not have access to the high-resolution (HR) images from the DIV2K validation set except during the testing phase' is confusing because the testing-phase HR images are said to remain hidden; clarify whether validation HR are available for validation and only test HR are hidden.
  2. [Table 1 and Sec. 3.2] The paper says that 25 teams submitted valid entries, but Table 1 lists 26 rows, including Aimanga and IPCVTeam with N/A ranks; the comparison 'from 20 to 24' against last year also does not match the table; please reconcile the participant counts.
  3. [Sec. 4.1] There are typographical issues such as 'Trainning strategy' and the duplication of the caption 'Team SamsungAICamera' for both Fig. 1 and Fig. 2; figure captions should be distinct and descriptive.
  4. [Eq. (1)] Metric names are inconsistently capitalized (ManIQA vs. MANIQA), and the ranges needed to interpret terms such as MUSIQ/100 and max(0,(10-NIQE)/10) are not stated; a sentence explaining the metric ranges would help reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: challenge results are externally measured benchmark outcomes, not derived from fitted inputs.

full rationale

This paper is an empirical competition report, not a derivation. The rankings in Sec. 3 and Table 1 are direct measurements of submitted SR outputs against the hidden DIV2K test set, evaluated with standard metrics. Eq. 1 defines the perceptual score used to rank Track 2; it is an evaluation rule, not a fitted model, so the ranking is the score by design rather than a circular derivation. The organizers' self-citations (e.g., HAT [3], DAT [4], NTIRE 2024 [5]) provide architectural baselines and the previous year's measured best PSNR; those are externally falsifiable benchmark results, not assumptions that smuggle in this year's conclusions. The only substantive caveat is verification: the code-validation step in Sec. 2.2 is described as accepting 'small discrepancies in precision' without quantified tolerance, and no independent audit of the no-DIV2K-test-HR rule is reported. That is an integrity/verifiability concern about the benchmark, not a circularity in the paper's reasoning.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central benchmark claims rest primarily on the evaluation protocol and the integrity of the competition. I count no fitted parameters in the paper's own analysis aside from the protocol choices for the perceptual score and border exclusion; there are no invented entities. The main assumptions are the classical bicubic degradation setting, the validity of the chosen metrics, and the fairness of the submission process.

free parameters (2)
  • Perceptual score weights and NIQE threshold = Equal unit weights after rescaling; NIQE threshold 10
    Eq. 1 combines seven metrics with hand-picked weights and a threshold of 10 for NIQE. The Track 2 ranking is determined by this formula, but the weights are not fitted or justified by any user study.
  • Evaluation border exclusion = 4 pixels
    Sec. 2.2 specifies that a 4-pixel border is excluded before metric computation; this hand-set protocol choice can slightly affect PSNR/SSIM values.
assumptions (3)
  • domain assumption Bicubic downsampling at x4 is the target degradation model
    Sec. 2.1 constructs LR images via bicubic interpolation; this classical setting is adopted from prior work [50, 69].
  • domain assumption The chosen metrics (PSNR and seven perceptual metrics) reflect the desired qualities
    Sec. 2.2 ranks the restoration track on PSNR and the perceptual track on a composite of LPIPS, DISTS, CLIP-IQA, MANIQA, MUSIQ, NIQE; no independent validation against human opinion is presented.
  • domain assumption Participants followed the competition rules and their code reproduces the submitted results
    Sec. 3.3 prohibits use of DIV2K test HR images; Sec. 2.2 says organizers validate code, but no independent audit is described.

how reviews work

0 comments
Cite this review

Pith. "Pith review of NTIRE 2025 Challenge on Image Super-Resolution (x4): Methods and Results." pith.science (2026). https://pith.science/paper/7ZWOS33B

@misc{pith2026250414582,
  author       = {Pith},
  title        = {Pith review of: NTIRE 2025 Challenge on Image Super-Resolution (x4): Methods and Results},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7ZWOS33B}},
  note         = {Machine review of arXiv:2504.14582}
}
abstract

This paper presents the NTIRE 2025 image super-resolution ($\times$4) challenge, one of the associated competitions of the 10th NTIRE Workshop at CVPR 2025. The challenge aims to recover high-resolution (HR) images from low-resolution (LR) counterparts generated through bicubic downsampling with a $\times$4 scaling factor. The objective is to develop effective network designs or solutions that achieve state-of-the-art SR performance. To reflect the dual objectives of image SR research, the challenge includes two sub-tracks: (1) a restoration track, emphasizes pixel-wise accuracy and ranks submissions based on PSNR; (2) a perceptual track, focuses on visual realism and ranks results by a perceptual score. A total of 286 participants registered for the competition, with 25 teams submitting valid entries. This report summarizes the challenge design, datasets, evaluation protocol, the main results, and methods of each team. The challenge serves as a benchmark to advance the state of the art and foster progress in image SR.

Figures

Figures reproduced from arXiv: 2504.14582 by the authors.

Figure 2
Figure 2. Team SamsungAICamera low-resolution versions. While significant advances have been made in recent years, existing methods often face chal￾lenges in effectively capturing both global context and fine local details simultaneously. To address these limitations, SamsungAICamera’s ap￾proach combines two powerful networks: the transformer￾based network HAT [3] and the convolution-based network NAFnet [2]. HAT try to lever… view at source ↗
Figure 1
Figure 1. Team SamsungAICamera 3.4. Conclusions The insights gained from analyzing the results of the NTIRE 2025 image super-resolution (SR) challenge are summa￾rized as follows: 1. The integration of Transformer and CNN hybrid archi￾tectures has demonstrated exceptional performance in modeling global context and reconstructing local details, achieving a balanced approach. 2. Mamba-based state space models have been widely ad… view at source ↗
Figure 3
Figure 3. Team SNUCV increases, the performance can gradually improve. As for training loss, they train the model by alternately iterating L1 loss, L2 loss, and Stationary Wavelet Transform(SWT) loss [26]. They found that adding SWT loss during training helps the model escape from local optima. Their model was trained on an A100 80G GPU. 4.2. SNUCV Description. As illustrated in [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Team BBox. Swin Transformer Conv Concat Input Ouput S-Layer S-Layer S-Layer S-Layer Conv Reconstruction Dense Residual Connection [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Team MicroSR Implementation Details. The training dataset comprises DIV2K, LSDIR, Flickr2K, and selected Unsplash [1] datasets. To augment the training data, the team members implement random flip and rotation strategies. For the HAT model, the team members initialize …
Figure 6
Figure 6. Figure 6: Team XiaomiMM To further enhance performance, the team integrates a neural degradation algorithm [42] for data augmentation. The training data includes the DIV2K dataset [50], sup￾plemented with real-world paired images [19], resulting in a more diverse dataset and imp…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

70 extracted references · 22 canonical work pages

  1. [1]

    https://unsplash.com/ data

    Unsplash Full Dataset 1.2.2. https://unsplash.com/ data. Accessed: 2024-03-21. 7

  2. [2]

    Simple baselines for image restoration

    Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, and Jian Sun. Simple baselines for image restoration. In European confer- ence on computer vision, pages 17–33. Springer, 2022. 5

  3. [3]

    Activating more pixels in image super- resolution transformer

    Xiangyu Chen, Xintao Wang, Jiantao Zhou, Yu Qiao, and Chao Dong. Activating more pixels in image super- resolution transformer. In CVPR, 2023. 3, 5, 6, 8

  4. [4]

    Dual aggregation transformer for image super-resolution

    Zheng Chen, Yulun Zhang, Jinjin Gu, Linghe Kong, Xi- aokang Yang, and Fisher Yu. Dual aggregation transformer for image super-resolution. In ICCV, 2023. 2, 3, 6

  5. [5]

    NTIRE 2024 challenge on image super-resolution (×4): Methods and results

    Zheng Chen, Zongwei WU, Eduard Sebastian Zamfir, Kai Zhang, Yulun Zhang, Radu Timofte, Xiaokang Yang, et al. NTIRE 2024 challenge on image super-resolution (×4): Methods and results. In CVPRW, 2024. 3, 4, 6, 8

  6. [6]

    NTIRE 2025 challenge on image super-resolution (×4): Methods and results

    Zheng Chen, Kai Liu, Jue Gong, Jingkai Wang, Lei Sun, Zongwei Wu, Radu Timofte, Yulun Zhang, et al. NTIRE 2025 challenge on image super-resolution (×4): Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Work- shops, 2025. 2

  7. [7]

    NTIRE 2025 challenge on real-world face restoration: Methods and results

    Zheng Chen, Jingkai Wang, Kai Liu, Jue Gong, Lei Sun, Zongwei Wu, Radu Timofte, Yulun Zhang, et al. NTIRE 2025 challenge on real-world face restoration: Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Work- shops, 2025. 2

  8. [8]

    NTIRE 2025 challenge on raw image restoration and super-resolution

    Marcos Conde, Radu Timofte, et al. NTIRE 2025 challenge on raw image restoration and super-resolution. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

Show all 70 references
  1. [9]

    Raw image reconstruc- tion from RGB on smartphones

    Marcos Conde, Radu Timofte, et al. Raw image reconstruc- tion from RGB on smartphones. NTIRE 2025 challenge re- port. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR) Workshops ,

  2. [10]

    Second-order attention network for single image super-resolution

    Tao Dai, Jianrui Cai, Yongbing Zhang, Shu-Tao Xia, and Lei Zhang. Second-order attention network for single image super-resolution. In CVPR, 2019. 2

  3. [11]

    Learning a deep convolutional network for image super-resolution

    Chao Dong, Chen Change Loy, Kaiming He, and Xiaoou Tang. Learning a deep convolutional network for image super-resolution. In ECCV, 2014. 2

  4. [12]

    Tsd-sr: One-step diffusion with target score distillation for real-world image super-resolution

    Linwei Dong, Qingnan Fan, Yihong Guo, Zhonghao Wang, Qi Zhang, Jinwei Chen, Yawei Luo, and Changqing Zou. Tsd-sr: One-step diffusion with target score distillation for real-world image super-resolution. arXiv preprint arXiv:2411.18263, 2024. 6

  5. [13]

    NTIRE 2025 challenge on night photography rendering

    Egor Ershov, Sergey Korchagin, Alexei Khalin, Artyom Pan- shin, Arseniy Terekhin, Ekaterina Zaychenkova, Georgiy Lobarev, Vsevolod Plokhotnyuk, Denis Abramov, Elisey Zhdanov, Sofia Dorogova, Yasin Mamedov, Nikola Banic, Georgii Perevozchikov, Radu Timofte, et al. NTIRE 2025 ch...

  6. [14]

    NTIRE 2025 challenge on cross-domain few-shot object detection: Methods and results

    Yuqian Fu, Xingyu Qiu, Bin Ren Yanwei Fu, Radu Timofte, Nicu Sebe, Ming-Hsuan Yang, Luc Van Gool, et al. NTIRE 2025 challenge on cross-domain few-shot object detection: Methods and results. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition ...

  7. [15]

    Generative adversarial nets

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In NeurIPS,

  8. [16]

    Mamba: Linear-time sequence modeling with selective state spaces

    Albert Gu and Tri Dao. Mamba: Linear-time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752, 2023. 2

  9. [17]

    Mambairv2: Attentive state space restoration

    Hang Guo, Yong Guo, Yaohua Zha, Yulun Zhang, Wenbo Li, Tao Dai, Shu-Tao Xia, and Yawei Li. Mambairv2: Attentive state space restoration. arXiv preprint arXiv:2411.15269 ,

  10. [18]

    MambaIR: A simple baseline for image restoration with state-space model

    Hang Guo, Jinmin Li, Tao Dai, Zhihao Ouyang, Xudong Ren, and Shu-Tao Xia. MambaIR: A simple baseline for image restoration with state-space model. In ECCV, pages 222–241. Springer, 2025. 2, 6

  11. [19]

    Data acquisition and preparation for dual-reference deep learning of image super-resolution

    Yanhui Guo, Xiaolin Wu, and Xiao Shu. Data acquisition and preparation for dual-reference deep learning of image super-resolution. TIP, 2022. 8

  12. [20]

    NTIRE 2025 challenge on text to image generation model quality assess- ment

    Shuhao Han, Haotian Fan, Fangyuan Kong, Wenjie Liao, Chunle Guo, Chongyi Li, Radu Timofte, et al. NTIRE 2025 challenge on text to image generation model quality assess- ment. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR) Workshops ,

  13. [21]

    Denoising diffu- sion probabilistic models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffu- sion probabilistic models. In NeurIPS, 2020. 2

  14. [22]

    Drct: Saving image super-resolution away from information bottleneck

    Chih-Chung Hsu, Chia-Ming Lee, and Yi-Shiuan Chou. Drct: Saving image super-resolution away from information bottleneck. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 6133– 6142, 2024. 7

  15. [23]

    NTIRE 2025 challenge on video quality enhancement for video con- ferencing: Datasets, methods and results

    Varun Jain, Zongwei Wu, Quan Zou, Louis Florentin, Hen- rik Turbell, Sandeep Siddhartha, Radu Timofte, et al. NTIRE 2025 challenge on video quality enhancement for video con- ferencing: Datasets, methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision...

  16. [24]

    Accurate image super-resolution using very deep convolutional net- works

    Jiwon Kim, Jung Kwon Lee, and Kyoung Mu Lee. Accurate image super-resolution using very deep convolutional net- works. In CVPR, 2016. 2

  17. [25]

    Adam: A method for stochastic optimization

    Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980 ,

  18. [26]

    Training transformer models by wavelet losses improves quantitative and visual performance in single image super-resolution

    Cansu Korkmaz and A Murat Tekalp. Training transformer models by wavelet losses improves quantitative and visual performance in single image super-resolution. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6661–6670, 2024. 6

  19. [27]

    Photo-realistic single image super-resolution using a generative adversarial network

    Christian Ledig, Lucas Theis, Ferenc Husz´ar, Jose Caballero, Andrew Cunningham, Alejandro Acosta, Andrew Aitken, Alykhan Tejani, Johannes Totz, Zehan Wang, and Wenzhe Shi. Photo-realistic single image super-resolution using a generative adversarial network. In CVPR, 2017. 2

  20. [28]

    NTIRE 2025 challenge on efficient burst hdr and restoration: Datasets, methods, and results

    Sangmin Lee, Eunpil Park, Angel Canelo, Hyunhee Park, Youngjo Kim, Hyungju Chun, Xin Jin, Chongyi Li, Chun-Le Guo, Radu Timofte, et al. NTIRE 2025 challenge on efficient burst hdr and restoration: Datasets, methods, and results. In Proceedings of the IEEE/CVF Conference on Com...

  21. [29]

    Distillation-free one-step diffusion for real-world image super-resolution

    Jianze Li, Jiezhang Cao, Zichen Zou, Xiongfei Su, Xin Yuan, Yulun Zhang, Yong Guo, and Xiaokang Yang. Distillation-free one-step diffusion for real-world image super-resolution. arXiv preprint arXiv:2410.04224, 2024. 2

  22. [30]

    NTIRE 2025 challenge on day and night raindrop removal for dual-focused images: Methods and results

    Xin Li, Yeying Jin, Xin Jin, Zongwei Wu, Bingchen Li, Yufei Wang, Wenhan Yang, Yu Li, Zhibo Chen, Bihan Wen, Robby Tan, Radu Timofte, et al. NTIRE 2025 challenge on day and night raindrop removal for dual-focused images: Methods and results. In Proceedings of the IEEE/CVF Conf...

  23. [31]

    NTIRE 2025 challenge on short-form ugc video quality assessment and enhancement: Kwaisr dataset and study

    Xin Li, Xijun Wang, Bingchen Li, Kun Yuan, Yizhen Shao, Suhang Yao, Ming Sun, Chao Zhou, Radu Timofte, and Zhibo Chen. NTIRE 2025 challenge on short-form ugc video quality assessment and enhancement: Kwaisr dataset and study. In Proceedings of the IEEE/CVF Conference on Com- p...

  24. [32]

    NTIRE 2025 challenge on short-form ugc video quality assessment and enhancement: Methods and results

    Xin Li, Kun Yuan, Bingchen Li, Fengbin Guan, Yizhen Shao, Zihao Yu, Xijun Wang, Yiting Lu, Wei Luo, Suhang Yao, Ming Sun, Chao Zhou, Zhibo Chen, Radu Timofte, et al. NTIRE 2025 challenge on short-form ugc video quality assessment and enhancement: Methods and results. In Pro- c...

  25. [33]

    Ls- dir: A large scale dataset for image restoration

    Yawei Li, Kai Zhang, Jingyun Liang, Jiezhang Cao, Ce Liu, Rui Gong, Yulun Zhang, Hao Tang, Yun Liu, Denis Deman- dolx, Rakesh Ranjan, Radu Timofte, and Luc Van Gool. Ls- dir: A large scale dataset for image restoration. In CVPRW,

  26. [34]

    Swinir: Image restoration us- ing swin transformer

    Jingyun Liang, Jiezhang Cao, Guolei Sun, Kai Zhang, Luc Van Gool, and Radu Timofte. Swinir: Image restoration us- ing swin transformer. In ICCVW, 2021. 3, 6, 7

  27. [35]

    NTIRE 2025 the 2nd restore any image model (RAIM) in the wild challenge

    Jie Liang, Radu Timofte, Qiaosi Yi, Zhengqiang Zhang, Shuaizheng Liu, Lingchen Sun, Rongyuan Wu, Xindong Zhang, Hui Zeng, Lei Zhang, et al. NTIRE 2025 the 2nd restore any image model (RAIM) in the wild challenge. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion a...

  28. [36]

    Enhanced deep residual networks for single image super-resolution

    Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, and Kyoung Mu Lee. Enhanced deep residual networks for single image super-resolution. In CVPRW, 2017. 2

  29. [37]

    NTIRE 2025 XGC quality assessment chal- lenge: Methods and results

    Xiaohong Liu, Xiongkuo Min, Qiang Hu, Xiaoyun Zhang, Jie Guo, et al. NTIRE 2025 XGC quality assessment chal- lenge: Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

  30. [38]

    NTIRE 2025 challenge on low light image enhancement: Methods and results

    Xiaoning Liu, Zongwei Wu, Florin-Alexandru Vasluianu, Hailong Yan, Bin Ren, Yulun Zhang, Shuhang Gu, Le Zhang, Ce Zhu, Radu Timofte, et al. NTIRE 2025 challenge on low light image enhancement: Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion ...

  31. [39]

    Vmamba: Visual state space model

    Yue Liu, Yunjie Tian, Yuzhong Zhao, Hongtian Yu, Lingxi Xie, Yaowei Wang, Qixiang Ye, and Yunfan Liu. Vmamba: Visual state space model. arXiv preprint arXiv:2401.10166,

  32. [40]

    Swin transformer: Hierarchical vision transformer using shifted windows

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In ICCV, 2021. 2

  33. [41]

    Decoupled weight decay regularization

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017. 6

  34. [42]

    And: Ad- versarial neural degradation for learning blind image super- resolution

    Fangzhou Luo, Xiaolin Wu, and Yanhui Guo. And: Ad- versarial neural degradation for learning blind image super- resolution. NeurIPS, 2024. 8

  35. [43]

    Learn- ing transferable visual models from natural language super- vision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learn- ing transferable visual models from natural language super- vision. In ICML, 2021. 6, 7

  36. [44]

    The tenth NTIRE 2025 efficient super- resolution challenge report

    Bin Ren, Hang Guo, Lei Sun, Zongwei Wu, Radu Timo- fte, Yawei Li, et al. The tenth NTIRE 2025 efficient super- resolution challenge report. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

  37. [45]

    NTIRE 2025 challenge on UGC video enhancement: Meth- ods and results

    Nickolay Safonov, Alexey Bryntsev, Andrey Moskalenko, Dmitry Kulikov, Dmitriy Vatolin, Radu Timofte, et al. NTIRE 2025 challenge on UGC video enhancement: Meth- ods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Work- s...

  38. [46]

    Image super- resolution via iterative refinement

    Chitwan Saharia, Jonathan Ho, William Chan, Tim Sali- mans, David J Fleet, and Mohammad Norouzi. Image super- resolution via iterative refinement. TPAMI, 2022. 2

  39. [47]

    Context- constrained hallucination for image super-resolution

    Jian Sun, Jiejie Zhu, and Marshall F Tappen. Context- constrained hallucination for image super-resolution. In CVPR, 2010. 2

  40. [48]

    NTIRE 2025 challenge on event-based image deblurring: Methods and results

    Lei Sun, Andrea Alfarano, Peiqi Duan, Shaolin Su, Kaiwei Wang, Boxin Shi, Radu Timofte, Danda Pani Paudel, Luc Van Gool, et al. NTIRE 2025 challenge on event-based image deblurring: Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern R...

  41. [49]

    The tenth ntire 2025 image denoising challenge report

    Lei Sun, Hang Guo, Bin Ren, Luc Van Gool, Radu Timo- fte, Yawei Li, et al. The tenth ntire 2025 image denoising challenge report. In Proceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

  42. [50]

    Ntire 2017 chal- lenge on single image super-resolution: Methods and results

    Radu Timofte, Eirikur Agustsson, Luc Van Gool, Ming- Hsuan Yang, Lei Zhang, Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, Kyoung Mu Lee, et al. Ntire 2017 chal- lenge on single image super-resolution: Methods and results. In CVPRW, 2017. 2, 6, 8

  43. [51]

    NTIRE 2025 image shadow removal challenge report

    Florin-Alexandru Vasluianu, Tim Seizinger, Zhuyun Zhou, Cailian Chen, Zongwei Wu, Radu Timofte, et al. NTIRE 2025 image shadow removal challenge report. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

  44. [52]

    NTIRE 2025 ambi- ent lighting normalization challenge

    Florin-Alexandru Vasluianu, Tim Seizinger, Zhuyun Zhou, Zongwei Wu, Radu Timofte, et al. NTIRE 2025 ambi- ent lighting normalization challenge. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2025. 2

  45. [53]

    Attention is all you need

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. NeurIPS, 2017. 2

  46. [54]

    Ex- ploring clip for assessing the look and feel of images

    Jianyi Wang, Kelvin CK Chan, and Chen Change Loy. Ex- ploring clip for assessing the look and feel of images. In AAAI, 2023. 6

  47. [55]

    NTIRE 2025 challenge on light field image super-resolution: Methods and results

    Yingqian Wang, Zhengyu Liang, Fengyuan Zhang, Lvli Tian, Longguang Wang, Juncheng Li, Jungang Yang, Radu Timofte, Yulan Guo, et al. NTIRE 2025 challenge on light field image super-resolution: Methods and results. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision a...

  48. [56]

    Deep networks for image super-resolution with sparse prior

    Zhaowen Wang, Ding Liu, Jianchao Yang, Wei Han, and Thomas Huang. Deep networks for image super-resolution with sparse prior. In ICCV, 2015. 2

  49. [57]

    Seesr: Towards semantics-aware real-world image super-resolution

    Rongyuan Wu, Tao Yang, Lingchen Sun, Zhengqiang Zhang, Shuai Li, and Lei Zhang. Seesr: Towards semantics-aware real-world image super-resolution. In CVPR, 2024. 2

  50. [58]

    Diffir: Efficient diffusion model for image restoration

    Bin Xia, Yulun Zhang, Shiyin Wang, Yitong Wang, Xing- long Wu, Yapeng Tian, Wenming Yang, and Luc Van Gool. Diffir: Efficient diffusion model for image restoration. arXiv preprint arXiv:2303.09472, 2023. 2

  51. [59]

    S 3mamba: Arbitrary-scale super-resolution via scaleable state space model

    Peizhe Xia, Long Peng, Xin Di, Renjing Pei, Yang Wang, Yang Cao, and Zheng-Jun Zha. S 3mamba: Arbitrary-scale super-resolution via scaleable state space model. arXiv preprint arXiv:2411.11906, 2024. 6

  52. [60]

    NTIRE 2025 challenge on single image reflection removal in the wild: Datasets, methods and results

    Kangning Yang, Jie Cai, Ling Ouyang, Florin-Alexandru Vasluianu, Radu Timofte, Jiaming Ding, Huiming Sun, Lan Fu, Jinlong Li, Chiu Man Ho, Zibo Meng, et al. NTIRE 2025 challenge on single image reflection removal in the wild: Datasets, methods and results. In Proceedings of th...

  53. [61]

    NTIRE 2025 challenge on hr depth from images of specular and transparent surfaces

    Pierluigi Zama Ramirez, Fabio Tosi, Luigi Di Stefano, Radu Timofte, Alex Costanzino, Matteo Poggi, Samuele Salti, Ste- fano Mattoccia, et al. NTIRE 2025 challenge on hr depth from images of specular and transparent surfaces. In Pro- ceedings of the IEEE/CVF Conference on Compu...

  54. [62]

    Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super- resolution

    Dafeng Zhang, Feiyu Huang, Shizhuo Liu, Xiaobing Wang, and Zhezhu Jin. Swinfir: Revisiting the swinir with fast fourier convolution and improved training for image super- resolution. arXiv preprint arXiv:2208.11247, 2022. 7

  55. [63]

    Im- age de-raining using a conditional generative adversarial net- work

    He Zhang, Vishwanath Sindagi, and Vishal M Patel. Im- age de-raining using a conditional generative adversarial net- work. arXiv preprint arXiv:1701.05957, 2017. 2

  56. [64]

    Single image super-resolution with non-local means and steering kernel regression

    Kaibing Zhang, Xinbo Gao, Dacheng Tao, and Xuelong Li. Single image super-resolution with non-local means and steering kernel regression. TIP, 2012. 2

  57. [65]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In CVPR, 2018. 6

  58. [66]

    Image super-resolution using very deep residual channel attention networks

    Yulun Zhang, Kunpeng Li, Kai Li, Lichen Wang, Bineng Zhong, and Yun Fu. Image super-resolution using very deep residual channel attention networks. In ECCV, 2018. 2

  59. [67]

    Residual dense network for image super-resolution

    Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, and Yun Fu. Residual dense network for image super-resolution. In CVPR, 2018. 2

  60. [68]

    Ntire 2023 challenge on image super- resolution (x4): Methods and results

    Yulun Zhang, Kai Zhang, Zheng Chen, Yawei Li, Radu Tim- ofte, Junpei Zhang, Kexin Zhang, Rui Peng, Yanbiao Ma, Licheng Jia, et al. Ntire 2023 challenge on image super- resolution (x4): Methods and results. In CVPRW, 2023. 7

  61. [69]

    NTIRE 2023 challenge on image super-resolution (x4): Methods and results

    Yulun Zhang, Kai Zhang, Zheng Chen, Yawei Li, Radu Tim- ofte, et al. NTIRE 2023 challenge on image super-resolution (x4): Methods and results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023. 2

  62. [70]

    A robust and computationally efficient simultaneous super-resolution scheme for image sequences

    Marcelo Victor W ¨ust Zibetti and Joceli Mayer. A robust and computationally efficient simultaneous super-resolution scheme for image sequences. TCSVT, 2007. 2

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.