Pith. sign in

REVIEW 4 major objections 4 minor 84 references

NTIRE 2025 Challenge on Real-World Face Restoration: Methods and Results

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

Pith's one-line read The challenge claims the best face restoration splits the task into identity fidelity, texture realism, and naturalness, and ranks entries by a weighted perceptual-quality score.

desk verdict A transparent NTIRE challenge report useful as a recipe survey and benchmark record, but its ranking is a metric-optimization artifact, not a proven perceptual advance. read the letter →

arxiv 2504.14600 v1 pith:UELKCLNC submitted 2025-04-20 cs.CV

classification cs.CV
keywords real-worldfacerestorationblindperceptualimagequalityassessmentidentitypreservationdiffusion-basedTransformerpriorschallengeno-referenceIQA
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 real-world face restoration challenge, in which 141 people registered, 13 teams submitted working models, and 10 teams passed the identity gate and received final scores. Its central claim is that the ranking produced by the organizers' weighted perceptual-quality score identifies the current best practice for restoring degraded faces, with identity preservation enforced as a pass/fail condition rather than part of the score. The report's main conclusions are that diffusion-based generative priors are the primary source of realistic texture, Transformer-based priors are the main safeguard of identity, and the winning approach combines several generative priors in a serial pipeline rather than relying on one model. If the ranking is valid, these three trends describe the field's current best practice.

What carries the argument

The load-bearing object is the challenge's evaluation formula, a single perceptual score built from six quality measures (CLIPIQA, MANIQA, MUSIQ, Q-Align, NIQE, and FID against the FFHQ distribution), gated by an identity check from a pre-trained face-recognition model (AdaFace) with per-dataset cosine thresholds: 0.3 for WIDER-Test and WebPhoto-Test, 0.6 for LFW-Test and CelebChild-Test, and 0.5 for CelebA. This score converts the subjective goal of natural, identity-preserving restoration into one number, and every conclusion in the report about which methods win and which trends matter is derived from it. The identity gate does not enter the score; it only decides whether a submission is ranked at all.

What would settle it

Recompute the Table 1 rankings without the CLIPIQA term: the second-place team's score becomes $4.3561 - 0.9337 = 3.4224$, which beats the winner's $4.3638 - 0.9517 = 3.4121$, so the reported state of the art changes with the removal of a single metric; a human side-by-side preference test on the 450 test images would show which ranking, if either, matches perception.

Watch

Extended reading notes

Core claim

The central discovery, in the organizers' telling, is that the winning formula for real-world face restoration is not a single architecture but a staged division of labour: first enforce faithfulness to the input identity with a StyleGAN-based generative prior, then add realistic texture with a diffusion module adapted from DiffBIR (a diffusion-based blind image restoration prior), then re-cast the result as an image-reconstruction problem and steer a VAE latent space with vision foundation models to make the texture-rich output look like a natural photograph. The challenge's evaluation procedure supports this ranking by first requiring every submission to pass an identity-similarity check (AdaFace cosine similarity, with dataset-specific thresholds and at most 10 failures), and then ranking the survivors by the weighted score $$\mathrm{Score} = \mathrm{CLIPIQA} + \mathrm{MANIQA} + \frac{\mathrm{MUSIQ}}{100} + \frac{\mathrm{QALIGN}}{5} + \max\left(0, \frac{10-\mathrm{NIQE}}{10}\right) + \max\left(0, \frac{100-\mathrm{FID}}{100}\right).$$ The report argues that diffusion-based methods now dominate for realism, Transformer-based codebook priors dominate for identity, and multi-model progressive fusion is the emerging best practice.

Load-bearing premise

The whole ranking stands on the assumption that the hand-composed weighted score—CLIPIQA, MANIQA, MUSIQ, Q-Align, NIQE, and FID terms, with per-dataset AdaFace identity thresholds—faithfully captures what people mean by a natural, identity-preserving face restoration.

Editorial extensions

If this is right

  • The winning three-stage recipe—identity first via a GAN prior, texture second via a diffusion prior, naturalness third via a VAE guided by a vision foundation model—defines the current template for high-scoring face restoration.
  • Diffusion-based restoration modules, especially one-step variants distilled from models like SDXL-Turbo, are now fast enough (about 0.21 seconds per image on an A6000 in one entry) to serve as practical components rather than research curiosities.
  • Because no-reference IQA metrics such as CLIPIQA and MUSIQ are part of both the score and several teams' inference-time optimization, future challenge entries will likely treat these metrics as training and inference objectives directly.
  • Transformer-based codebook priors remain the standard way to keep identity stable when input faces are heavily degraded, even when the final texture is produced by a diffusion model.
  • If the claimed ranking is correct, the top ten entries collectively set a new benchmark for real-world face restoration on the five test datasets (CelebChild-Test, LFW-Test, WIDER-Test, CelebA, WebPhoto-Test).

Reading between the lines

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

  • The fairness rules declare that applying no-reference IQA metrics and simulated degradation pipelines during training and testing is fair practice, so the contest is partly a competition in metric optimization; an independent human-preference study would be needed to know whether the top-ranked outputs are also the ones people prefer.
  • The top two teams in Table 1 are separated by only 0.0077 score points, and removing the CLIPIQA term alone would flip their order, so the reported 'leading trend' is sensitive to the hand-chosen weights of the formula.
  • The modular divide-and-conquer recipe of the winner—fidelity, then texture, then naturalness—could transfer to other object-class restoration tasks where faithful identity and photorealistic detail pull against each other, such as text, animals, or documents.
  • Because the identity gate allows up to 10 failures per submission, a system could deliberately spend that slack on hard images to chase perceptual score, a strategy the ranking would reward.
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

4 major / 4 minor

Summary. The paper reports the NTIRE 2025 challenge on real-world face restoration. It describes the challenge setup (450 test images from five face datasets), the evaluation protocol, the weighted image quality score used for ranking, and the submitted solutions, with detailed descriptions of the top five teams and brief notes on the remaining teams. The central claim is that the resulting ranking identifies the current state of the art in real-world face restoration and that the submitted techniques, particularly diffusion-based realism, transformer-based identity preservation, and multi-model fusion, advance the field.

Significance. If the ranking is valid, this is a useful archival record for the community: the paper ships evaluation scripts, source code links, pretrained models, and a structured comparison of thirteen methods on a common real-world benchmark. The qualitative trends reported, such as diffusion for realism and transformers for identity, are plausible and consistent with the wider literature. The main scientific limitation is that the headline conclusions rest entirely on a composite no-reference IQA score whose validity for face restoration is not established, and whose components several participants optimized either during training or at inference time.

major comments (4)
  1. [Section 2.2.2 / Section 3.3 / Sections 4.2-4.4] The ranking is computed from a weighted sum of CLIPIQA, MANIQA, MUSIQ, Q-Align, NIQE, and FID, yet Section 3.3 explicitly declares no-reference IQA during training and testing to be fair practice. Sections 4.2-4.4 show that three of the top five teams used these exact metrics: PISA-MAP performs MAP estimation in diffusion latents guided by CLIPIQA and MUSIQ, MiPortrait uses CLIPIQA/MUSIQ thresholds to activate GFPGAN, and AIIA trains with a CLIP-IQA loss. The reported ranking therefore partially measures optimization of the scoring metric itself, and the abstract's claim that the challenge 'advances the performance of real-world face restoration' is not substantiated without a human study or at least a cross-check on a held-out metric that no participant was allowed to optimize.
  2. [Section 2.2.2, Score formula] The Score formula is an ad-hoc weighted combination with no calibration or sensitivity analysis: Q-Align is divided by 5, NIQE and FID are truncated at zero after linear rescaling, while CLIPIQA and MANIQA enter directly. No justification is given for these coefficients or for the truncation points, and no analysis shows that the ranking is stable under plausible alternative weights. Since every conclusion about which method wins and which trends matter is derived from this formula, the paper should either calibrate the weights against human perceptual judgments or report a sensitivity analysis over the weights and thresholds.
  3. [Section 2.2.2, Step 1] The AdaFace identity gate uses per-dataset cosine thresholds of 0.3, 0.5, and 0.6, plus an allowance of up to 10 low-similarity failures, but the manuscript gives no rationale or calibration for these values. Because three teams were declared invalid and excluded from the ranking, the thresholds directly determine the final leaderboard. Without validation of these thresholds against human identity judgments, the paper's claim that the submissions 'maintain identity consistency' is not supported.
  4. [Table 1 and Section 3.4] The top-two margin is 0.0077 Score points (AllForFace 4.3638 vs. IIL 4.3561), but the paper reports no variance, no confidence intervals, and no human baseline for either the restored images or the original low-quality inputs. FID in particular is computed from only 450 test images against the FFHQ distribution and is known to be high-variance at this sample size. In the absence of repeated runs or subjective ratings, the top-two ordering is not statistically meaningful, and the statement that these methods 'set a new standard for the state-of-the-art' is too strong.
minor comments (4)
  1. [Section 3.1, item 3] The text states that 'This year's winning team, SRC-B' adopted a three-stage pipeline, but Table 1 lists AllForFace as the winner and no team named SRC-B appears anywhere in the paper; this appears to be an internal inconsistency that must be corrected.
  2. [Equation (3)] The ID loss is written as 1 - <R(IOut) - R(I)>, which is not a valid cosine-similarity expression; the angle brackets are undefined, and the argument should be the cosine similarity between the two embeddings.
  3. [Table 1] The table header appears to concatenate several column names ('Adaface Score Failed images ID Validation Total Score') and is hard to parse; please split the columns and clarify what 'ID Validation' means.
  4. [References [51] and [54]] References [51] and [54] appear to be the same paper by Sun et al. (PiSA-SR) with different venues and years; please cite the published version consistently and avoid duplication.

Circularity Check

2 steps flagged · score 4.0 of 10

Partial circularity: the final ranking is computed from a weighted IQA score that includes CLIPIQA and MUSIQ, and the top teams explicitly optimize those exact metrics during training or inference, so the claimed SOTA advance is partly self-confirmation.

  1. fitted input called prediction [Section 2.2.2 (Evaluation Procedure) and Section 3.3 (Fairness)]
    "The teams are ultimately ranked based on the overall perceptual score, which is computed by Score = CLIPIQA + MANIQA + MUSIQ/100 + QALIGN/5 + max(0,10−NIQE/10) + max(0,100−FID/100). ... (3) The application of no-reference IQA and simulated degradation pipelines during training and testing is considered a fair practice."

    The ranking metric is the weighted sum of CLIPIQA, MANIQA, MUSIQ, Q-Align, NIQE, and FID. The rules explicitly permit no-reference IQA during training and testing, and the method sections show the top teams used exactly those components as optimization targets: PISA-MAP runs MAP estimation in diffusion latents guided by MUSIQ and CLIP-IQA, MiPortrait uses CLIP-IQA and MUSIQ thresholds to activate GFPGAN, and AIIA trains with a CLIP-IQA loss. Because these metrics appear in the Score formula that defines the ranking, the conclusion that the top entries 'advance the performance of real-world face restoration' is partly a statement about how well the entrants optimized the ranking function itself, not an independently calibrated perceptual result.

  2. self definitional [Abstract and Section 3.2 (Participants)]
    "This collaborative effort advances the performance of real-world face restoration while offering an in-depth overview of the latest trends in the field. ... These entries set a new standard for the state-of-the-art in face restoration."

    'Performance' is never measured independently of the Score formula in Section 2.2.2; it is defined by that formula. The statement that the challenge 'advances performance' and 'sets a new standard' therefore asserts, by construction, that higher values of the organizers' chosen weighted IQA composite correspond to better face restoration. The claim is not backed by any human perceptual study or calibrated validation against ground-truth quality judgments, so the advance is a restatement of the evaluation definition rather than an externally established fact.

full rationale

This is a challenge report rather than a method derivation, so there is no equation-level circularity in the individual restoration pipelines. The main circularity concern is the evaluation loop: the final ranking is defined by a weighted sum of no-reference IQA metrics, and the challenge rules explicitly permit no-reference IQA during training and testing. Several top teams did exactly that: PISA-MAP guides latent-space MAP estimation with MUSIQ and CLIP-IQA, MiPortrait uses CLIP-IQA and MUSIQ as activation thresholds, and AIIA uses a CLIP-IQA loss. Thus the reported ordering and the claim that it 'advances the state of the art' are partly an artifact of optimizing the same composite metric used for scoring. The 450 held-out test images and the AdaFace identity gate provide genuine independent constraints, and not every score component (e.g., MANIQA, Q-Align, NIQE, FID) is optimized by all teams, so the circularity is only partial. The absence of any human baseline or calibration makes it impossible to separate perceptual improvement from metric overfitting; the 0.0077 gap between the top two teams is far smaller than the plausible effect of optimizing any single score component. I therefore assign 4/10 rather than a higher score, because the central conclusion is partially forced by the metric, but the challenge still contains independent held-out evaluation elements.

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

The report introduces no new theoretical entities; its assumptions are about measurement validity and dataset representativeness. The central ranking depends on several hand-chosen coefficients and thresholds and on the assumed correlation between automated scores and human judgment.

free parameters (3)
  • Score formula weighting coefficients = CLIPIQA 1, MANIQA 1, MUSIQ 0.01, Q-Align 0.2, NIQE 0.1, FID 0.01
    Hand-chosen weights in Section 2.2.2 determine the final ranking; no calibration or justification is provided.
  • AdaFace identity thresholds per dataset = 0.3 (WIDER, WebPhoto), 0.6 (LFW, CelebChild), 0.5 (CelebA)
    Set in Section 2.2.2 Step 1 without stated derivation; thresholds control which submissions are valid and thereby the final ranking.
  • Low-similarity allowance = 10 failed images
    Teams may have no more than 10 low-similarity cases; this cutoff is arbitrary and affects whether a submission gets ranked.
assumptions (4)
  • domain assumption No-reference IQA metrics (NIQE, CLIPIQA, MANIQA, MUSIQ, Q-Align) and FID correlate with human perceptual quality for restored faces.
    The entire ranking in Section 2.2.2 and conclusions in Section 3.4 rely on this; no human subjective study is presented.
  • domain assumption AdaFace cosine similarity between the low-quality input and the restored output is a valid identity-preservation check.
    Section 2.2.2 Step 1; degraded low-quality faces may not contain reliable identity features, so the reference embedding itself is uncertain.
  • domain assumption The five test subsets and 450 images are representative of real-world face restoration.
    Section 2.1; no statistical power or coverage analysis is reported.
  • domain assumption Simulated degradations applied to FFHQ images produce training pairs representative of real-world low-quality inputs.
    Section 2.2.1 recommends this practice; if the synthetic degradation model is unrepresentative, the methods' performance on real test images is less meaningful.

how reviews work

0 comments
Cite this review

Pith. "Pith review of NTIRE 2025 Challenge on Real-World Face Restoration: Methods and Results." pith.science (2026). https://pith.science/paper/UELKCLNC

@misc{pith2026250414600,
  author       = {Pith},
  title        = {Pith review of: NTIRE 2025 Challenge on Real-World Face Restoration: Methods and Results},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UELKCLNC}},
  note         = {Machine review of arXiv:2504.14600}
}
read the original abstract

This paper provides a review of the NTIRE 2025 challenge on real-world face restoration, highlighting the proposed solutions and the resulting outcomes. The challenge focuses on generating natural, realistic outputs while maintaining identity consistency. Its goal is to advance state-of-the-art solutions for perceptual quality and realism, without imposing constraints on computational resources or training data. The track of the challenge evaluates performance using a weighted image quality assessment (IQA) score and employs the AdaFace model as an identity checker. The competition attracted 141 registrants, with 13 teams submitting valid models, and ultimately, 10 teams achieved a valid score in the final ranking. This collaborative effort advances the performance of real-world face restoration while offering an in-depth overview of the latest trends in the field.

Figures

Figures reproduced from arXiv: 2504.14600 by the authors.

Figure 2
Figure 2. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 1
Figure 1. Team AllForFace. Basic idea. them into a serial pipeline to achieve high-quality recon￾structed images [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 3
Figure 3. Team AllForFace. Naturalness model. based methods often fail to conform to realistic hair strand patterns. To address the second subtask, diffusion models were prioritized for consideration. Since the image has al￾ready achieved a high degree of ID consistency following the first subtask, this provides strong control information for diffusion models. Leveraging the prior knowledge em￾bedded in the diffusion process … view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Team IIL. After completing the two subtasks, they obtained facial images with improved texture details. However, upon ob￾servation, it became evident that some of the restored faces did not align with the statistical distribution characteristics of natural images. For …
Figure 6
Figure 6. Figure 6: Team MiPortrait. The training process of their SDFace uses the AdamW optimizer with β1 = 0.5 and β2 = 0.999, with a learning rate of 1 × 10−4 . All experiments were conducted on a server equipped with two NVIDIA A6000 GPUs. The model uses pretrained SDXL-Turbo [45], an…
Figure 7
Figure 7. Figure 7: Team AIIA. gate the whitening effect. At the end of the entire process, a skin-tone-specific UNet is utilized. This application aims to render the face more natural-looking and ensure it bet￾ter aligns with their aesthetic criteria. The workflow of the proposed algorit…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

84 extracted references · 42 canonical work pages

  1. [1]

    Glean: Generative latent bank for large- factor image super-resolution

    Kelvin CK Chan, Xintao Wang, Xiangyu Xu, Jinwei Gu, and Chen Change Loy. Glean: Generative latent bank for large- factor image super-resolution. In CVPR, 2021. 1

  2. [2]

    Chaofeng Chen, Xiaoming Li, Yang Lingbo, Xianhui Lin, Lei Zhang, and Kwan-Yee K. Wong. Progressive semantic- aware style transformation for blind face restoration. In CVPR, 2021. 1, 4

  3. [3]

    Real-world blind super-resolution via feature matching with implicit high- resolution priors

    Chaofeng Chen, Xinyu Shi, Yipeng Qin, Xiaoming Li, Xi- aoguang Han, Tao Yang, and Shihui Guo. Real-world blind super-resolution via feature matching with implicit high- resolution priors. In ACM MM, 2022. 6

  4. [4]

    Towards real-world blind face restoration with generative diffusion prior

    Xiaoxu Chen, Jingfan Tan, Tao Wang, Kaihao Zhang, Wen- han Luo, and Xiaocun Cao. Towards real-world blind face restoration with generative diffusion prior. arXiv preprint arXiv:2312.15736, 2023. 1

  5. [5]

    Fsrnet: End-to-end learning face super-resolution with facial priors

    Yu Chen, Ying Tai, Xiaoming Liu, Chunhua Shen, and Jian Yang. Fsrnet: End-to-end learning face super-resolution with facial priors. In CVPR, 2018. 1, 4

  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]

    Alexandre Ciancio, A. L. N. T. Targino da Costa, E. A. B. da Silva, Amir Said, Ramin Samadani, and Pere Obrador. No- reference blur assessment of digital pictures based on multi- feature classifiers. IEEE TIP, 2011. 7

Show all 84 references
  1. [9]

    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

  2. [10]

    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 ,

  3. [11]

    ArcFace: Additive angular margin loss for deep face recognition

    Jiankang Deng, Jia Guo, Xue Niannan, and Stefanos Zafeiriou. ArcFace: Additive angular margin loss for deep face recognition. In CVPR, 2019. 6

  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. 8

  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]

    Deepti Ghadiyaram and Alan C. Bovik. Massive online crowdsourced study of subjective and objective picture qual- ity. IEEE TIP, 2016. 7

  8. [16]

    VQFR: Blind face restoration with vector-quantized dictionary and parallel de- coder

    Yuchao Gu, Xintao Wang, Liangbin Xie, Chao Dong, Gen Li, Ying Shan, and Ming-Ming Cheng. VQFR: Blind face restoration with vector-quantized dictionary and parallel de- coder. In ECCV, 2022. 1

  9. [17]

    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 ,

  10. [18]

    KonIQ-10k: An ecologically valid database for deep learn- ing of blind image quality assessment

    Vlad Hosu, Hanhe Lin, Tamas Sziranyi, and Dietmar Saupe. KonIQ-10k: An ecologically valid database for deep learn- ing of blind image quality assessment. IEEE TIP, 2020. 7

  11. [19]

    Huang, Marwan Mattar, Tamara Berg, and Eric Learned-Miller

    Gary B. Huang, Marwan Mattar, Tamara Berg, and Eric Learned-Miller. Labeled Faces in the Wild: A Database forStudying Face Recognition in Unconstrained Environ- ments. In Workshop on Faces in ’Real-Life’ Images: De- tection, Alignment, and Recognition, 2008. 2

  12. [20]

    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...

  13. [21]

    Progressive growing of GANs for improved quality, stability, and variation

    Tero Karras, Timo Aila, Samuli Laine, and Jaakko Lehtinen. Progressive growing of GANs for improved quality, stability, and variation. In ICLR, 2018. 2

  14. [22]

    A style-based generator architecture for generative adversarial networks

    Tero Karras, Samuli Laine, and Timo Aila. A style-based generator architecture for generative adversarial networks. In CVPR, 2019. 2, 7

  15. [23]

    MUSIQ: Multi-scale Image Quality Trans- former

    Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. MUSIQ: Multi-scale Image Quality Trans- former . In ICCV, 2021. 2, 3, 4, 7

  16. [24]

    Progressive face super-resolution via attention to facial landmark

    Deokyun Kim, Minseon Kim, Gihyun Kwon, and Dae-Shik Kim. Progressive face super-resolution via attention to facial landmark. In BMVC, 2019. 1

  17. [25]

    Adaface: Quality adaptive margin for face recognition

    Minchul Kim, Anil K Jain, and Xiaoming Liu. Adaface: Quality adaptive margin for face recognition. In CVPR,

  18. [26]

    Larson and Damon M

    Eric C. Larson and Damon M. Chandler. Most apparent dis- tortion: Full-reference image quality assessment and the role of strategy. JEI, 2010. 7

  19. [27]

    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...

  20. [28]

    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...

  21. [29]

    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...

  22. [30]

    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...

  23. [31]

    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,

  24. [32]

    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. 7

  25. [33]

    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...

  26. [34]

    KADID-10k: A large-scale artificially distorted IQA database

    Hanhe Lin, Vlad Hosu, and Dietmar Saupe. KADID-10k: A large-scale artificially distorted IQA database. In ICME,

  27. [35]

    Diff- BIR: Towards blind image restoration with generative diffu- sion prior

    Xinqi Lin, Jingwen He, Ziyan Chen, Zhaoyang Lyu, Bo Dai, Fanghua Yu, Wanli Ouyang, Yu Qiao, and Chao Dong. Diff- BIR: Towards blind image restoration with generative diffu- sion prior. In ECCV, 2024. 1, 2, 3, 4, 5, 7

  28. [36]

    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

  29. [37]

    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 ...

  30. [38]

    Waveface: Authentic face restoration with efficient frequency recovery

    Yunqi Miao, Jiankang Deng, and Jungong Han. Waveface: Authentic face restoration with efficient frequency recovery. In CVPR, 2024. 1

  31. [39]

    Dinov2: Learning robust visual features without supervision

    Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193, 2023. 6

  32. [40]

    Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis

    Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis. arXiv preprint arXiv:2307.01952, 2023. 6

  33. [41]

    Ffa-net: Feature fusion attention network for single image dehazing

    Xu Qin, Zhilin Wang, Yuanchao Bai, Xiaodong Xie, and Huizhu Jia. Ffa-net: Feature fusion attention network for single image dehazing. arXiv preprint arXiv:1911.07559 ,

  34. [42]

    Diffbfr: Bootstrapping dif- fusion model for blind face restoration

    Xinmin Qiu, Congying Han, Zicheng Zhang, Bonan Li, Tiande Guo, and Xuecheng Nie. Diffbfr: Bootstrapping dif- fusion model for blind face restoration. In ACM MM, 2023. 1

  35. [43]

    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

  36. [44]

    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...

  37. [45]

    Adversarial diffusion distillation

    Axel Sauer, Dominik Lorenz, Andreas Blattmann, and Robin Rombach. Adversarial diffusion distillation. In ECCV, 2024. 6, 7

  38. [46]

    Sheikh, Muhammad F

    Hamid R. Sheikh, Muhammad F. Sabir, and Alan C. Bovik. A statistical evaluation of recent full reference image quality assessment algorithms. IEEE TIP, 2006. 7

  39. [47]

    Deep semantic face deblurring

    Ziyi Shen, Wei-Sheng Lai, Tingfa Xu, Jan Kautz, and Ming- Hsuan Yang. Deep semantic face deblurring. InCVPR, 2018. 1

  40. [48]

    zero-shot

    Assaf Shocher, Nadav Cohen, and Michal Irani. “zero-shot” super-resolution using deep internal learning. In CVPR,

  41. [49]

    Very deep convo- lutional networks for large-scale image recognition

    Karen Simonyan and Andrew Zisserman. Very deep convo- lutional networks for large-scale image recognition. InICLR,

  42. [50]

    CLR-Face: Conditional latent refinement for blind face restoration using score-based diffusion models

    Maitreya Suin and Rama Chellappa. CLR-Face: Conditional latent refinement for blind face restoration using score-based diffusion models. In IJCAI, 2024. 1, 2

  43. [51]

    Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach

    Lingchen Sun, Rongyuan Wu, Zhiyuan Ma, Shuaizheng Liu, Qiaosi Yi, and Lei Zhang. Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach. arXiv preprint arXiv:2412.03017, 2024. 7

  44. [52]

    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...

  45. [53]

    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

  46. [54]

    Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach

    Lingchen Sun, Rongyuan Wu, Zhiyuan Ma, Shuaizheng Liu, Qiaosi Yi, and Lei Zhang. Pixel-level and semantic-level adjustable super-resolution: A dual-lora approach. In CVPR,

  47. [55]

    Overcoming false illusions in real-world face restora- tion with multi-modal guided diffusion model

    Keda Tao, Jinjin Gu, Yulun Zhang, Xiucheng Wang, and Nan Cheng. Overcoming false illusions in real-world face restora- tion with multi-modal guided diffusion model. In ICLR,

  48. [56]

    Dual associated encoder for face restoration

    Yu-Ju Tsai, Yu-Lun Liu, Lu Qi, Kelvin CK Chan, and Ming- Hsuan Yang. Dual associated encoder for face restoration. In ICLR, 2024. 1

  49. [57]

    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

  50. [58]

    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

  51. [59]

    Edict: Exact diffusion inversion via coupled transformations

    Bram Wallace, Akash Gokul, and Nikhil Naik. Edict: Exact diffusion inversion via coupled transformations. In CVPR,

  52. [60]

    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. 2, 3, 4, 7, 8

  53. [61]

    Chan, and Chen Change Loy

    Jianyi Wang, Zongsheng Yue, Shangchen Zhou, Kelvin C.K. Chan, and Chen Change Loy. Exploiting diffusion prior for real-world image super-resolution. IJCV, 2024. 2

  54. [62]

    One-step diffusion model for face restoration

    Jingkai Wang, Jue Gong, Lin Zhang, Zheng Chen, Xing Liu, Hong Gu, Yutong Liu, Yulun Zhang, and Xiaokang Yang. One-step diffusion model for face restoration. In CVPR,

  55. [63]

    To- wards real-world blind face restoration with generative facial prior

    Xintao Wang, Yu Li, Honglun Zhang, and Ying Shan. To- wards real-world blind face restoration with generative facial prior. In CVPR, 2021. 1, 2, 4, 7, 8

  56. [64]

    Real-esrgan: Training real-world blind super-resolution with pure synthetic data

    Xintao Wang, Liangbin Xie, Chao Dong, and Ying Shan. Real-esrgan: Training real-world blind super-resolution with pure synthetic data. In ICCVW, 2021. 6, 7

  57. [65]

    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...

  58. [66]

    Restoreformer++: Towards real- world blind face restoration from undegraded key-value pairs

    Zhouxia Wang, Jiawei Zhang, Tianshui Chen, Wenping Wang, and Ping Luo. Restoreformer++: Towards real- world blind face restoration from undegraded key-value pairs. IEEE TPAMI, 2023. 1

  59. [67]

    Dr2: Diffusion-based robust degradation remover for blind face restoration

    Zhixin Wang, Xiaoyun Zhang, Ziying Zhang, Huangjie Zheng, Mingyuan Zhou, Ya Zhang, and Yanfeng Wang. Dr2: Diffusion-based robust degradation remover for blind face restoration. In CVPR, 2023. 1, 2

  60. [68]

    Q-align: Teaching lmms for visual scoring via discrete text-defined levels

    Haoning Wu, Zicheng Zhang, Weixia Zhang, Chaofeng Chen, Chunyi Li, Liang Liao, Annan Wang, Erli Zhang, Wenxiu Sun, Qiong Yan, Xiongkuo Min, Guangtai Zhai, and Weisi Lin. Q-align: Teaching lmms for visual scoring via discrete text-defined levels. In ICML, 2024. 3

  61. [69]

    One-step effective diffusion network for real-world image super-resolution

    Rongyuan Wu, Lingchen Sun, Zhiyuan Ma, and Lei Zhang. One-step effective diffusion network for real-world image super-resolution. In NeurIPS, 2024. 1, 2

  62. [70]

    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. 7

  63. [71]

    Learning degradation- unaware representation with prior-based latent transforma- tions for blind face restoration

    Lianxin Xie, Csbingbing Zheng, Wen Xue, Le Jiang, Cheng Liu, Si Wu, and Hau San Wong. Learning degradation- unaware representation with prior-based latent transforma- tions for blind face restoration. In CVPR, 2024. 1

  64. [72]

    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...

  65. [73]

    PGDiff: Guiding diffusion models for versatile face restoration via partial guidance

    Peiqing Yang, Shangchen Zhou, Qingyi Tao, and Chen Change Loy. PGDiff: Guiding diffusion models for versatile face restoration via partial guidance. In NeurIPS, 2023. 1, 2

  66. [74]

    MANIQA: Multi-dimension attention network for no- reference image quality assessment

    Sidi Yang, Tianhe Wu, Shuwei Shi, Shanshan Lao, Yuan Gong, Mingdeng Cao, Jiahao Wang, and Yujiu Yang. MANIQA: Multi-dimension attention network for no- reference image quality assessment. In CVPRW, 2022. 3

  67. [75]

    Gan prior embedded network for blind face restoration in the wild

    Tao Yang, Peiran Ren, Xuansong Xie, and Lei Zhang. Gan prior embedded network for blind face restoration in the wild. In CVPR, 2021. 1

  68. [76]

    Scaling up to excellence: Practicing model scaling for photo- realistic image restoration in the wild

    Fanghua Yu, Jinjin Gu, Zheyuan Li, Jinfan Hu, Xiangtao Kong, Xintao Wang, Jingwen He, Yu Qiao, and Chao Dong. Scaling up to excellence: Practicing model scaling for photo- realistic image restoration in the wild. In CVPR, 2024. 2, 4, 7

  69. [77]

    Super-resolving very low-resolution face images with sup- plementary attributes

    Xin Yu, Basura Fernando, Richard Hartley, and Fatih Porikli. Super-resolving very low-resolution face images with sup- plementary attributes. In CVPR, 2018. 1

  70. [78]

    DifFace: Blind Face Restoration with Diffused Error Contraction

    Zongsheng Yue and Chen Change Loy. DifFace: Blind Face Restoration with Diffused Error Contraction . IEEE TPAMI,

  71. [79]

    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...

  72. [80]

    Instantrestore: Single-step personalized face restoration with shared-image attention

    Howard Zhang, Yuval Alaluf, Sizhuo Ma, Achuta Kadambi, Jian Wang, and Kfir Aberman. Instantrestore: Single-step personalized face restoration with shared-image attention. arXiv preprint arXiv:2412.06753, 2024. 6

  73. [81]

    Lin Zhang, Lei Zhang, and Alan C. Bovik. A feature- enriched completely blind image quality evaluator. IEEE TIP, 2015. 3

  74. [82]

    Blind image quality assessment via vision- language correspondence: A multitask learning perspective

    Weixia Zhang, Guangtao Zhai, Ying Wei, Xiaokang Yang, and Kede Ma. Blind image quality assessment via vision- language correspondence: A multitask learning perspective. In CVPR, 2023. 7

  75. [83]

    When no-reference image quality mod- els meet map estimation in diffusion latents

    Weixia Zhang, Dingquan Li, Guangtao Zhai, Xiaokang Yang, and Kede Ma. When no-reference image quality mod- els meet map estimation in diffusion latents. arXiv preprint arXiv:2403.06406, 2024. 7

  76. [84]

    Chan, Chongyi Li, and Chen Change Loy

    Shangchen Zhou, Kelvin C.K. Chan, Chongyi Li, and Chen Change Loy. Towards robust blind face restoration with codebook lookup transformer. In NeurIPS, 2022. 1, 2, 3, 4

Pith tools

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