Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

UniRes: Universal Image Restoration for Complex Degradations

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read One diffusion model restores mixed real degradations by blending specialist latent predictions at sampling time with per-image weights.

desk verdict A neat inference-time combination idea whose headline superiority rests on per-image test-metric search on an unreleased benchmark. read the letter →

arxiv 2506.05599 v1 pith:TH4GI7RB submitted 2025-06-05 cs.CV

classification cs.CV
keywords imagerestorationcomplexdegradationlatentdiffusionmodelsamplingmulti-tasklearningmixtureofexpertsqualityassessmentDiversePhotos
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

The paper tries to establish that one diffusion model can restore real-world photos degraded by arbitrary mixtures of known corruption types -- low resolution, motion blur, defocus blur, and noise -- without ever seeing a paired example of the mixture during training. The model is a pre-trained text-to-image latent diffusion model fine-tuned on four well-separated restoration tasks distinguished by text prompts, and at sampling time the restored image is formed from a weighted sum of the specialist predictions. The weights are chosen per image by grid search against a no-reference quality score, so the same model can put more emphasis on, say, motion deblurring for a blurry night photo and denoising for a dark noisy one. If this works, restoration systems can be extended to the wild by composing experts for individual degradations instead of collecting paired training data for every possible combination. The paper's headline evidence is that on its new DiversePhotos benchmark of real complex-degraded photos, the approach beats four strong baselines on every reported metric.

What carries the argument

The load-bearing object is Eq. (2), the weighted combination of latent diffusion predictions. A pre-trained text-to-image latent diffusion model is fine-tuned on four tasks -- super-resolution, motion deblurring, defocus deblurring, and denoising -- with a constant text prompt identifying each task, and a blind-restoration mode is obtained by randomly dropping conditions, enabling classifier-free guidance. At inference, each task's noise prediction $\epsilon_\theta(z_t, z_{LQ}, s_k)$ is computed on the same noisy and low-quality latents, and the sampling uses the weighted sum. The weights are selected per image by grid search in $[-0.2, 1.2]$ maximizing MUSIQ, which is what adapts the model to the particular mixture of degradations in the input. A fifth DownLQ expert, a super-resolution prediction conditioned on a downsampled and bicubic-upscaled input, acts as a fidelity-quality dial.

What would settle it

Take an independent set of real photographs with paired high-quality references whose degradations are mixtures of the four training types, run the per-image grid-search weight optimization on each, and compare the best weighted result against the best single-task expert on the same images. The central claim fails if the optimal weighted combination is not, on average, better on both a no-reference quality metric and a fidelity metric such as PSNR or SSIM.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that the knowledge from several well-isolated restoration tasks can be transferred to arbitrarily mixed real-world degradations by taking a weighted sum of the per-task latent diffusion predictions at every sampling step: $\tilde{\epsilon}_\theta(z_t, z_{LQ}; w) = \sum_k w_k \epsilon_\theta(z_t, z_{LQ}, s_k)$, with $\sum_k w_k = 1$ and each $s_k$ a fixed text prompt identifying one task. The weights are not learned; they are optimized per image by grid search in $[-0.2, 1.2]$ against the no-reference quality metric MUSIQ. On the authors' curated benchmark DiversePhotos, which selects real photographs containing at least two co-occurring degradations, this combined prediction outperforms four strong published restoration baselines on every reported metric, and the framework adds a DownLQ prediction that controls how much detail is generated at the cost of fidelity. The paper concludes that a mixture of specialists in one model is more reliable against complex real degradations than the compared models.

Load-bearing premise

The load-bearing premise is that a real degradation mixing several known types can be represented as a weighted linear combination of the latent predictions of models trained separately on each type, and the paper validates this premise only on its own not-yet-released DiversePhotos set.

Editorial extensions

If this is right

  • If the central claim holds, arbitrary mixtures of known degradations can be restored end-to-end without iterating through separate restoration steps, because the weighted sum handles all tasks simultaneously.
  • Per-image weight optimization means the same model adapts to the dominant degradation of each photo, shifting emphasis toward, for instance, motion deblur or denoising as needed.
  • The framework extends to new restoration or manipulation tasks simply by adding another expert prediction to Eq. (2), so long as training data for the isolated task exists.
  • The DownLQ term provides a controllable fidelity-versus-detail trade-off: larger downsampling factors produce more generated detail, with the ×4 factor chosen as the balance point.
  • The paper's DiversePhotos benchmark, with 160 real images in four dominant degradation categories, offers a new test bed for complex-degradation restoration.
  • Weights can be delivered by a learned regressor on image features, so the expensive per-image grid search can be bypassed with only a modest drop in quality.

Reading between the lines

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

  • The paper leaves implicit that Eq. (2) presupposes approximate linearity in latent prediction space, which, if it holds, would make the framework a general composition mechanism rather than a fixed four-task method.
  • If the optimizer metric were replaced by one better aligned with human preference, the optimal weights would shift; the paper's average negative weight for denoising already shows the current objective favors sharpness over fidelity.
  • A testable extension suggested by the formulation is applying UniRes to camera-related degradations outside the original four, such as JPEG compression artifacts or color fading, by training one more isolated expert and adding its prediction to the weighted sum.
  • Because grid search is driven by a no-reference metric, the framework could in principle be coupled to any differentiable quality scorer, making the choice of scorer part of the restoration objective itself.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper proposes UniRes, a diffusion-based framework for restoring images with complex, arbitrary mixtures of degradations. The authors fine-tune a single latent diffusion model on four well-isolated restoration tasks (super-resolution, motion deblur, defocus deblur, and denoising) using per-task text prompts, then at inference combine the latent noise predictions from the different tasks with learned or searched weights (Eq. 2). The combination weights are chosen per test image by grid search that maximizes the MUSIQ quality metric (Eq. 3). The paper introduces a self-curated test set, DiversePhotos, assembled from SPAQ, KONIQ, and LIVE, and reports that UniRes outperforms all baselines on every metric on DiversePhotos×1. The central claim is that this weighted combination of task-specific latent predictions yields robust restoration of arbitrary complex real-world degradations.

Significance. The core idea of transferring knowledge from isolated restoration tasks to complex mixtures through latent-space interpolation is appealing and the multi-task training formulation is clearly presented. The paper also includes honest failure cases, a discussion of the non-reference metric's limitations, and detailed training and dataset construction notes. The DownLQ mechanism for fidelity-quality trade-off is interesting. However, the headline evaluation is undermined by a circular protocol: the per-image grid search maximizes MUSIQ, which is also one of the three reported metrics, and no baseline gets a comparable per-image optimization. The authors' own Table 5 shows that with a Random Forest weight predictor or with average optimal weights, the claimed advantage on ClipIQA and ManIQA disappears. Because the DiversePhotos benchmark is not released and the calibration set for the alternative protocol is undisclosed, the central empirical claim cannot be independently verified.

major comments (3)
  1. [§4.1, Tab. 2, Eq. (3)] The claim that UniRes 'outperforms all other methods on every metric on DiversePhotos×1' is based on a protocol where the combination weights are selected per test image by grid search that maximizes MUSIQ (Eq. (3), Sec. 3.3), and MUSIQ is one of the three metrics reported in Tab. 2. The reported MUSIQ score is therefore, by construction, the maximum over the weight grid for each image, and no baseline is given an analogous per-image optimization. The paper's own Tab. 5 shows how dependent the result is on this protocol: with the Random Forest weight predictor (no search), UniRes scores ClipIQA 0.5873 and ManIQA 0.4257, below DiffBIR's 0.6453 and 0.4922; with the average optimal weights (App. A.5), the corresponding values are 0.5941 and 0.4266. Thus the 'every metric' claim is not supported by any protocol other than the one that optimizes one of the reported metrics at test time.
  2. [§4.2, Tab. 4, App. B.1] The alternative weight-selection protocol that preserves high scores, 'Most frequent 8 sets of weights,' relies on 120 extra images 'collected similar to DiversePhotos' whose source, selection criteria, and disjointness from the 160 test images are not described, and those images and the DiversePhotos test set itself are not released (App. B.1: 'We will provide public download links ... in the future'). This makes the central benchmark unverifiable and raises the risk that the calibration set overlaps with or is not representative of the test set. As it stands, the only fully described protocol is the per-image MUSIQ oracle search, which is the circular one described above.
  3. [§3.2, Eq. (2)] The core assumption of the method, that the restoration of an arbitrary complex degradation equals a weighted linear combination of the per-task latent noise predictions (Eq. (2)), is asserted without derivation and is not validated on any controlled mixture with known degradation strengths. The paper provides no experiment showing that the optimal weights correlate with the actual mixing coefficients of the degradations, and the negative average weight for the denoise task (App. A.5) suggests that the optimization is exploiting the quality metric's preference for sharpness rather than recovering the true degradation composition. The linear-additivity assumption is therefore untested, and the evidence for it consists solely of scores on the self-curated, unreleased DiversePhotos benchmark.
minor comments (5)
  1. [Throughout] There are several typos, including 'focux' in §3.2, 'occasionaly' in §4.2, 'resotration' in App. A.3, 'advertized' in App. A.3, 'denoing' in App. A.5, and 'casued' in §1.
  2. [Tab. 2, Tab. 3] The table captions mention that the top-3 results are highlighted with different color transparency, but the tables in the manuscript are monochrome, so this visual encoding is not reproducible in the current version.
  3. [§4.2, Tab. 4] The Random Forest regressor row in Tab. 4 is not described in the main text: the MT-A features, the training split, and the number of trees are not given, which prevents replication of even the non-oracle variant.
  4. [App. A.3, Tab. 5] The computational cost of the default protocol is substantial: about 3677 seconds per image on TPUv5, versus single-digit seconds for the baselines on A100; this practical gap should be acknowledged in the main text when presenting the method as a practical state-of-the-art solution.
  5. [§3.2, Fig. 3] The interaction between the DownLQ factor and the upscaling condition is unclear: the paper states that a ×4 DownLQ factor is used, but it does not clarify whether the DownLQ input is downsampled relative to the LQ input or relative to the output resolution in the ×1 and ×4 experiments.

Circularity Check

1 steps flagged · score 6.0 of 10

MUSIQ 'superiority' is the value of the optimized objective: per-image weights are chosen to maximize MUSIQ (Eq. 3), so the 68.22 score in Tab. 2 is a grid-search maximum, not an independent measurement.

  1. fitted input called prediction [Sec. 3.3, Eq. (3); reported in Sec. 4.1 and Tab. 2]
    "Then, the optimization is done by grid search within a pre-defined range [γ,δ]^K, where γ⩽δ and γ,δ∈R: w∗ = arg max w∈Ω Q(g(x,w)) (3)... In this paper, we empirically adopt MUSIQ [27] as the Q(·) function."

    Eq. (3) chooses w* per image by maximizing Q(g(x,w)) with Q=MUSIQ, so the Tab. 2 MUSIQ value 68.22 is the value of the maximized objective over the 1512-point grid, not an independent score; baselines get no such per-image search. Sec. 4.1 uses this margin ('MUSIQ score of 68.22 significantly surpasses that of the second-place method, StableSR, which scored 61.39') to assert it 'outperforms all other methods on every metric.' Tab. 5 shows the claim is protocol-dependent: with Random Forest weights (no MUSIQ search) UniRes gets 0.5873/61.91/0.4257 vs DiffBIR 0.6453/59.97/0.4922, so the per-image fit is what produces the reported superiority on the optimized metric.

full rationale

This is the one load-bearing circular step. The per-image grid search in Sec. 3.3 optimizes MUSIQ, which is also one of the three headline metrics, so the headline MUSIQ superiority on DiversePhotos×1 is forced by construction. The ClipIQA and ManIQA columns are not directly optimized, but Tab. 5 shows they do not support the 'every metric' claim when the search is replaced by a weight predictor; the paper's strongest statement therefore rests on the fitted quantity. The paper's own 'Average optimal combination weights' row (0.5941/62.10/0.4266) likewise drops below DiffBIR on ClipIQA and ManIQA. Eq. (2)'s linear combination of expert latents is an asserted modeling choice rather than a derived result, but it is not circular — it is an independent ansatz testable on the external single-degradation tasks. The unreleased DiversePhotos benchmark and the unspecified origin of the calibration images for the 'most frequent 8 weights' variant are reproducibility and validation weaknesses, not formal circularity. MUSIQ itself is a published IQA method co-authored by one of the present authors; using it as a criterion is not self-citation circularity in itself, but optimizing it per test image turns the reported score into the optimum of the selection rule, and Sec. A.8 concedes MUSIQ is 'not fully aligned with human.'

Assumptions & free parameters 4 free parameters · 5 assumptions · 2 invented entities

The central method rests on three invented pieces: a multi-task fine-tuned LDM, the weighted-combination formula, and the DownLQ trick; the first two are not fundamentally new (multi-task LDM fine-tuning and CFG), while the third is a hand-tuned inference addition. The evaluation depends on a self-curated benchmark and per-image metric optimization.

free parameters (4)
  • per-image combination weights w = Mean (BR=0.07, SR=0.12, MD=0.07, DD=0.06, DN=-0.15, DownLQ=0.83); most frequent (DN=-0.2, DownLQ=1.20)
    Obtained by grid search on each test image to maximize MUSIQ (Eq. 3). This is the main fitted quantity and is optimized using the evaluation metric.
  • search grid range [gamma, delta] and interval = [-0.2, 1.2], step 0.2, at most one negative weight
    Chosen empirically in Sec. 4; ablations show that a smaller range [0,1] lowers the scores, so this choice is a free parameter.
  • DownLQ downscaling factor = 4
    Selected empirically (Sec. 3.2, Fig. 3, Tab. 4 'DownLQ' group) to balance fidelity and quality.
  • task sampling probabilities = SR 0.32, MD 0.28, DD 0.18, DN 0.22
    Hand-set in Sec. 4 for multi-task training; not tuned, but a chosen distribution that shapes the expert behavior.
assumptions (5)
  • standard math Standard latent diffusion forward/reverse process and DDIM sampling.
    Invoked in Sec. 3.1, Eq. (1); taken from prior work.
  • domain assumption Complex real-world degradations are arbitrary mixtures of four types: low resolution, motion blur, defocus blur, and real noise.
    Stated in Sec. 1 and Sec. 3.2; defines the scope and the task set.
  • ad hoc to paper The restoration of a complex degradation equals a weighted linear combination of the per-task latent predictions in Eq. (2).
    Sec. 3.2 introduces this without derivation; it is the core transfer mechanism and is validated only on the paper's own dataset.
  • domain assumption Conditioning by latent concatenation preserves input structure better than adapter-based conditioning.
    Sec. 3.1 argues this on qualitative grounds; no formal proof or controlled comparison isolating this factor is provided.
  • domain assumption MUSIQ approximates human perceptual preference well enough to guide weight selection.
    Sec. 3.3 and Appendix A.8, where the paper itself notes a discrepancy between MUSIQ and human preference.
invented entities (2)
  • DownLQ pseudo-task
    purpose: An extra inference 'expert' that conditions on a downscaled version of the LQ image to control the fidelity-quality trade-off.
    Introduced in Sec. 3.2; the downscaling factor (×4) and its weight are chosen empirically on the test data; no external benchmark demonstrates it independently.
  • DiversePhotos benchmark
    purpose: A curated test set for complex degradations, used as the primary evidence for the method's advantage.
    Introduced in Sec. 4; not yet publicly released, and the degradation labels are author-assigned. Since the method is tuned on this set, it is not an independent test.

how reviews work

0 comments
Cite this review

Pith. "Pith review of UniRes: Universal Image Restoration for Complex Degradations." pith.science (2026). https://pith.science/paper/TH4GI7RB

@misc{pith2026250605599,
  author       = {Pith},
  title        = {Pith review of: UniRes: Universal Image Restoration for Complex Degradations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TH4GI7RB}},
  note         = {Machine review of arXiv:2506.05599}
}
read the original abstract

Real-world image restoration is hampered by diverse degradations stemming from varying capture conditions, capture devices and post-processing pipelines. Existing works make improvements through simulating those degradations and leveraging image generative priors, however generalization to in-the-wild data remains an unresolved problem. In this paper, we focus on complex degradations, i.e., arbitrary mixtures of multiple types of known degradations, which is frequently seen in the wild. A simple yet flexible diffusionbased framework, named UniRes, is proposed to address such degradations in an end-to-end manner. It combines several specialized models during the diffusion sampling steps, hence transferring the knowledge from several well-isolated restoration tasks to the restoration of complex in-the-wild degradations. This only requires well-isolated training data for several degradation types. The framework is flexible as extensions can be added through a unified formulation, and the fidelity-quality trade-off can be adjusted through a new paradigm. Our proposed method is evaluated on both complex-degradation and single-degradation image restoration datasets. Extensive qualitative and quantitative experimental results show consistent performance gain especially for images with complex degradations.

Figures

Figures reproduced from arXiv: 2506.05599 by the authors.

Figure 1
Figure 1. Image restoration demonstration for complex degra [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Diagram of our proposed UniRes framework, which is designed for the complex degradations as detailed in Sec. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Effect of the “DownLQ” term with different downscal [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Real-world image restoration on DiversePhotos [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Real-world image restoration on DiversePhotos [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: More visualizations about real-world image restoration on the DiversePhotos [PITH_FULL_IMAGE:figures/full_fig_p014_6.png]
Figure 7
Figure 7. Figure 7: More visualizations about real-world image restoration on the DiversePhotos [PITH_FULL_IMAGE:figures/full_fig_p015_7.png]
Figure 8
Figure 8. Figure 8: Failure cases on the DiversePhotos×1 dataset. 1st row: our model does not make improvement in image details; 2nd row: our model (occasionally) fails to keep fidelity while improving resolution; 3rd row: our model removes noise but fails to remove defocus blur; 4th row:…
Figure 9
Figure 9. Figure 9: Qualitative demonstration on combination weight sensitivity. In this example, we adjust the weights for super resolution (SR) and [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]
Figure 10
Figure 10. Figure 10: Qualitative demonstration on the same LQ input with different weights. In particular, “SR=1.0” means the weight for super [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: The trade-off curves for the example LQ image between each pair of restoration tasks: blind restoration (Blind), super resolution [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 12
Figure 12. Figure 12: Demonstration of the occasional discrepancy between human preference and non-reference metric. The grid search result (right) [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: Samples from the OID-Motion training dataset. It is simulated with the camera shake blur [ [PITH_FULL_IMAGE:figures/full_fig_p020_13.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Degradation-Aware Metric Prompting for Hyperspectral Image Restoration

    cs.CV 2025-12 conditional novelty 6.0 of 10

    A single hyperspectral-restoration model that computes six interpretable input statistics (frequency, texture, spectral-curvature metrics) and uses them as prompts to route Mixture-of-Experts modules achieves state-of...

Reference graph

Works this paper leans on

86 extracted references · 70 canonical work pages · cited by 1 Pith paper

  1. [1]

    Abdelrahman Abdelhamed, Stephen Lin, and Michael S. Brown. A high-quality denoising dataset for smartphone cameras. InIEEE Conference on Computer Vision and Pat- tern Recognition (CVPR), 2018. 1, 2, 4, 6, 12

  2. [2]

    Defocus deblur- ring using dual-pixel data

    Abdullah Abuolaim and Michael S Brown. Defocus deblur- ring using dual-pixel data. InEuropean Conference on Com- puter Vision, pages 111–126. Springer, 2020. 1, 2, 4, 12

  3. [3]

    Ntire 2017 challenge on single image super-resolution: Dataset and study

    Eirikur Agustsson and Radu Timofte. Ntire 2017 challenge on single image super-resolution: Dataset and study. InThe IEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR) Workshops, 2017. 4, 6, 12

  4. [4]

    Diffusion soup: Model merging for text-to-image diffusion models, 2024

    Benjamin Biggs, Arjun Seshadri, Yang Zou, Achin Jain, Aditya Golatkar, Yusheng Xie, Alessandro Achille, Ashwin Swaminathan, and Stefano Soatto. Diffusion soup: Model merging for text-to-image diffusion models, 2024. 3

  5. [5]

    JAX: composable transformations of Python+NumPy programs, 2018

    James Bradbury, Roy Frostig, Peter Hawkins, Matthew James Johnson, Chris Leary, Dougal Maclaurin, George Necula, Adam Paszke, Jake VanderPlas, Skye Wanderman-Milne, and Qiao Zhang. JAX: composable transformations of Python+NumPy programs, 2018. 5

  6. [6]

    Tim Brooks, Aleksander Holynski, and Alexei A. Efros. In- structpix2pix: Learning to follow image editing instructions,

  7. [7]

    Toward real-world single image super-resolution: A new benchmark and a new model

    Jianrui Cai, Hui Zeng, Hongwei Yong, Zisheng Cao, and Lei Zhang. Toward real-world single image super-resolution: A new benchmark and a new model. InProceedings of the IEEE International Conference on Computer Vision, 2019. 2, 6

  8. [8]

    Freeman, Michael Rubinstein, Yuanzhen Li, and Dilip Krishnan

    Huiwen Chang, Han Zhang, Jarred Barber, AJ Maschinot, Jose Lezama, Lu Jiang, Ming-Hsuan Yang, Kevin Murphy, William T. Freeman, Michael Rubinstein, Yuanzhen Li, and Dilip Krishnan. Muse: Text-to-image generation via masked generative transformers, 2023. 2

Show all 86 references
  1. [9]

    Pre-trained image processing transformer

    Hanting Chen, Yunhe Wang, Tianyu Guo, Chang Xu, Yiping Deng, Zhenhua Liu, Siwei Ma, Chunjing Xu, Chao Xu, and Wen Gao. Pre-trained image processing transformer. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12299–12310, 2021. 3

  2. [10]

    Restoreagent: Autonomous image restoration agent via multimodal large language models, 2024

    Haoyu Chen, Wenbo Li, Jinjin Gu, Jingjing Ren, Sixiang Chen, Tian Ye, Renjing Pei, Kaiwen Zhou, Fenglong Song, and Lei Zhu. Restoreagent: Autonomous image restoration agent via multimodal large language models, 2024. 2, 3, 6

  3. [11]

    Simple baselines for image restoration.arXiv preprint arXiv:2204.04676, 2022

    Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, and Jian Sun. Simple baselines for image restoration.arXiv preprint arXiv:2204.04676, 2022. 13

  4. [12]

    Pali: A jointly-scaled multilingual language-image model, 2023

    Xi Chen, Xiao Wang, Soravit Changpinyo, AJ Piergiovanni, Piotr Padlewski, Daniel Salz, Sebastian Goodman, Adam Grycner, Basil Mustafa, Lucas Beyer, Alexander Kolesnikov, Joan Puigcerver, Nan Ding, Keran Rong, Hassan Akbari, Gaurav Mishra, Linting Xue, Ashish Thapliyal, James B...

  5. [13]

    Inversion by direct iteration: An alternative to denoising diffusion for image restoration.Transactions on Machine Learning Research,

    Mauricio Delbracio and Peyman Milanfar. Inversion by direct iteration: An alternative to denoising diffusion for image restoration.Transactions on Machine Learning Research,

  6. [14]

    Burst deblurring: Removing camera shake through fourier burst accumulation

    Mauricio Delbracio and Guillermo Sapiro. Burst deblurring: Removing camera shake through fourier burst accumulation. InIEEE Conference on Computer Vision and Pattern Recog- nition, pages 2385–2393, 2015. 1, 4, 5, 18, 20

  7. [15]

    Perceptual quality assessment of smartphone photog- raphy

    Yuming Fang, Hanwei Zhu, Yan Zeng, Kede Ma, and Zhou Wang. Perceptual quality assessment of smartphone photog- raphy. InIEEE Conference on Computer Vision and Pattern Recognition, pages 3677–3686, 2020. 1, 2, 6, 8, 13, 14, 18

  8. [16]

    Abolfazl Farahani, Sahar V oghoei, Khaled Rasheed, and Hamid R. Arabnia. A brief review of domain adaptation,

  9. [17]

    Model- agnostic meta-learning for fast adaptation of deep networks,

    Chelsea Finn, Pieter Abbeel, and Sergey Levine. Model- agnostic meta-learning for fast adaptation of deep networks,

  10. [18]

    Deepti Ghadiyaram and Alan C. Bovik. Massive online crowdsourced study of subjective and objective picture qual- ity.IEEE Transactions on Image Processing, 25(1):372–387,

  11. [19]

    Referring flexible image restoration, 2024

    Runwei Guan, Rongsheng Hu, Zhuhao Zhou, Tianlang Xue, Ka Lok Man, Jeremy Smith, Eng Gee Lim, Weiping Ding, and Yutao Yue. Referring flexible image restoration, 2024. 3

  12. [20]

    Classifier-free diffusion guidance, 2022

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance, 2022. 4, 8, 12

  13. [21]

    Denoising diffu- sion probabilistic models, 2020

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

  14. [22]

    V . Hosu, H. Lin, T. Sziranyi, and D. Saupe. Koniq-10k: An ecologically valid database for deep learning of blind image quality assessment.IEEE Transactions on Image Processing, 29:4041–4056, 2020. 1, 2, 6, 13, 14, 18

  15. [23]

    Semi-cycled generative adversarial networks for real-world face super-resolution.IEEE Transac- tions on Image Processing, 32:1184–1199, 2023

    Hao Hou, Jun Xu, Yingkun Hou, Xiaotao Hu, Benzheng Wei, and Dinggang Shen. Semi-cycled generative adversarial networks for real-world face super-resolution.IEEE Transac- tions on Image Processing, 32:1184–1199, 2023. 2

  16. [24]

    Meta-sr: A magnification-arbitrary network for super-resolution, 2019

    Xuecai Hu, Haoyuan Mu, Xiangyu Zhang, Zilei Wang, Tie- niu Tan, and Jian Sun. Meta-sr: A magnification-arbitrary network for super-resolution, 2019. 2, 3

  17. [25]

    Autodir: Automatic all-in-one image restoration with latent diffusion, 2024

    Yitong Jiang, Zhaoyang Zhang, Tianfan Xue, and Jinwei Gu. Autodir: Automatic all-in-one image restoration with latent diffusion, 2024. 2, 3, 8, 12, 13

  18. [26]

    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,

  19. [27]

    Musiq: Multi-scale image quality transformer,

    Junjie Ke, Qifei Wang, Yilin Wang, Peyman Milanfar, and Feng Yang. Musiq: Multi-scale image quality transformer,

  20. [28]

    Vila: Learning image aesthetics from user comments with vision-language pretraining, 2023

    Junjie Ke, Keren Ye, Jiahui Yu, Yonghui Wu, Peyman Milan- far, and Feng Yang. Vila: Learning image aesthetics from user comments with vision-language pretraining, 2023. 5

  21. [29]

    Auto-encoding varia- tional bayes, 2022

    Diederik P Kingma and Max Welling. Auto-encoding varia- tional bayes, 2022. 2 9

  22. [30]

    Alina Kuznetsova, Hassan Rom, Neil Alldrin, Jasper Uijlings, Ivan Krasin, Jordi Pont-Tuset, Shahab Kamali, Stefan Popov, Matteo Malloci, Alexander Kolesnikov, Tom Duerig, and Vit- torio Ferrari. The open images dataset v4: Unified image classification, object detection, and vi...

  23. [31]

    All-In-One Image Restoration for Unknown Corruption

    Boyun Li, Xiao Liu, Peng Hu, Zhongqin Wu, Jiancheng Lv, and Xi Peng. All-In-One Image Restoration for Unknown Corruption. InIEEE Conference on Computer Vision and Pattern Recognition, New Orleans, LA, 2022. 2, 3, 6, 13

  24. [32]

    Lsdir: 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. Lsdir: A large scale dataset for image restoration. In2023 IEEE/CVF Conference on Computer Vision and Pattern R...

  25. [33]

    Swinir: Image restoration using swin transformer, 2021

    Jingyun Liang, Jiezhang Cao, Guolei Sun, Kai Zhang, Luc Van Gool, and Radu Timofte. Swinir: Image restoration using swin transformer, 2021. 13

  26. [34]

    A comprehensive survey on test-time adaptation under distribution shifts, 2023

    Jian Liang, Ran He, and Tieniu Tan. A comprehensive survey on test-time adaptation under distribution shifts, 2023. 3

  27. [35]

    Rich hu- man feedback for text-to-image generation, 2024

    Youwei Liang, Junfeng He, Gang Li, Peizhao Li, Arseniy Klimovskiy, Nicholas Carolan, Jiao Sun, Jordi Pont-Tuset, Sarah Young, Feng Yang, Junjie Ke, Krishnamurthy Dj Dvi- jotham, Katie Collins, Yiwen Luo, Yang Li, Kai J Kohlhoff, Deepak Ramachandran, and Vidhya Navalpakkam. Ric...

  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. InThe IEEE Conference on Com- puter Vision and Pattern Recognition (CVPR) Workshops,

  29. [37]

    Diffbir: Towards blind image restoration with generative diffusion prior, 2024

    Xinqi Lin, Jingwen He, Ziyan Chen, Zhaoyang Lyu, Bo Dai, Fanghua Yu, Wanli Ouyang, Yu Qiao, and Chao Dong. Diffbir: Towards blind image restoration with generative diffusion prior, 2024. 1, 2, 3, 4, 5, 6, 7, 8, 12, 13

  30. [38]

    Visual instruction tuning, 2023

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning, 2023. 2, 3

  31. [39]

    Photo-realistic image restoration in the wild with controlled vision-language models.arXiv preprint arXiv:2404.09732, 2024

    Ziwei Luo, Fredrik K Gustafsson, Zheng Zhao, Jens Sj¨olund, and Thomas B Sch¨on. Photo-realistic image restoration in the wild with controlled vision-language models.arXiv preprint arXiv:2404.09732, 2024. 1, 2, 3, 6, 7, 8, 13

  32. [40]

    Gustafsson, Zheng Zhao, Jens Sj¨olund, and Thomas B

    Ziwei Luo, Fredrik K. Gustafsson, Zheng Zhao, Jens Sj¨olund, and Thomas B. Sch¨on. Controlling vision-language models for multi-task image restoration, 2024. 3

  33. [41]

    Patel, and Peyman Milan- far

    Kangfu Mei, Mauricio Delbracio, Hossein Talebi, Zhengzhong Tu, Vishal M. Patel, and Peyman Milan- far. Codi: Conditional diffusion distillation for higher-fidelity and faster image generation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition ...

  34. [42]

    Deep multi-scale convolutional neural network for dynamic scene deblurring

    Seungjun Nah, Tae Hyun Kim, and Kyoung Mu Lee. Deep multi-scale convolutional neural network for dynamic scene deblurring. InCVPR, 2017. 1, 2, 4, 5, 6, 12

  35. [43]

    Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agar- wal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, a...

  36. [44]

    Pedregosa, G

    F. Pedregosa, G. Varoquaux, A. Gramfort, V . Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V . Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine learning in Python.Journal of Machine Learnin...

  37. [45]

    Scalable diffusion models with transformers, 2023

    William Peebles and Saining Xie. Scalable diffusion models with transformers, 2023. 2, 4

  38. [46]

    Sdxl: Improving latent diffusion models for high-resolution image synthesis, 2023

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

  39. [47]

    Promptir: Prompting for all-in-one image restoration

    Vaishnav Potlapalli, Syed Waqas Zamir, Salman Khan, and Fahad Khan. Promptir: Prompting for all-in-one image restoration. InThirty-seventh Conference on Neural Informa- tion Processing Systems, 2023. 3, 12, 13

  40. [48]

    Spire: Semantic prompt-driven image restoration, 2024

    Chenyang Qi, Zhengzhong Tu, Keren Ye, Mauricio Delbracio, Peyman Milanfar, Qifeng Chen, and Hossein Talebi. Spire: Semantic prompt-driven image restoration, 2024. 2, 3

  41. [49]

    Xpsr: Cross-modal priors for diffusion-based image super-resolution, 2024

    Yunpeng Qu, Kun Yuan, Kai Zhao, Qizhi Xie, Jinhua Hao, Ming Sun, and Chao Zhou. Xpsr: Cross-modal priors for diffusion-based image super-resolution, 2024. 3

  42. [50]

    Multiscale structure guided diffusion for image deblurring, 2023

    Mengwei Ren, Mauricio Delbracio, Hossein Talebi, Guido Gerig, and Peyman Milanfar. Multiscale structure guided diffusion for image deblurring, 2023. 5

  43. [51]

    Realistic blur synthesis for learning image deblurring

    Jaesung Rim, Geonung Kim, Jungeon Kim, Junyong Lee, Seungyong Lee, and Sunghyun Cho. Realistic blur synthesis for learning image deblurring. InProceedings of the European Conference on Computer Vision (ECCV), 2022. 2

  44. [52]

    High-resolution image synthesis with latent diffusion models, 2022

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models, 2022. 2, 3, 4, 5

  45. [53]

    U-net: Convolutional networks for biomedical image segmentation,

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation,

  46. [54]

    Sara Mahdavi, Rapha Gontijo Lopes, Tim Salimans, Jonathan Ho, David J Fleet, and Mohammad Norouzi

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily Denton, Seyed Kamyar Seyed Ghasemipour, Burcu Karagol Ayan, S. Sara Mahdavi, Rapha Gontijo Lopes, Tim Salimans, Jonathan Ho, David J Fleet, and Mohammad Norouzi. Photorealistic text-to-image diffusion mod...

  47. [55]

    Image super- resolution via iterative refinement.IEEE transactions on pattern analysis and machine intelligence, 45(4):4713–4726,

    Chitwan Saharia, Jonathan Ho, William Chan, Tim Sali- mans, David J Fleet, and Mohammad Norouzi. Image super- resolution via iterative refinement.IEEE transactions on pattern analysis and machine intelligence, 45(4):4713–4726,

  48. [56]

    Progressive distillation for fast sampling of diffusion models, 2022

    Tim Salimans and Jonathan Ho. Progressive distillation for fast sampling of diffusion models, 2022. 2, 3

  49. [57]

    Adversarial diffusion distillation, 2023

    Axel Sauer, Dominik Lorenz, Andreas Blattmann, and Robin Rombach. Adversarial diffusion distillation, 2023. 2

  50. [58]

    Outra- geously large neural networks: The sparsely-gated mixture- of-experts layer, 2017

    Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean. Outra- geously large neural networks: The sparsely-gated mixture- of-experts layer, 2017. 3 10

  51. [59]

    Denoising diffusion implicit models, 2022

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models, 2022. 2, 3, 4, 5

  52. [60]

    Deep video deblurring for hand-held cameras

    Shuochen Su, Mauricio Delbracio, Jue Wang, Guillermo Sapiro, Wolfgang Heidrich, and Oliver Wang. Deep video deblurring for hand-held cameras. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 1279–1288, 2017. 2

  53. [61]

    Nima: Neural image assessment.IEEE Transactions on Image Processing, 27(8): 3998–4011, 2018

    Hossein Talebi and Peyman Milanfar. Nima: Neural image assessment.IEEE Transactions on Image Processing, 27(8): 3998–4011, 2018. 5

  54. [62]

    Maxim: Multi- axis mlp for image processing.CVPR, 2022

    Zhengzhong Tu, Hossein Talebi, Han Zhang, Feng Yang, Peyman Milanfar, Alan Bovik, and Yinxiao Li. Maxim: Multi- axis mlp for image processing.CVPR, 2022. 2, 3

  55. [63]

    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. 5, 6

  56. [64]

    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.International Journal of Computer Vision, 2024. 1, 2, 3, 4, 5, 6, 7, 8, 13

  57. [65]

    Esrgan: Enhanced super-resolution generative adversarial networks, 2018

    Xintao Wang, Ke Yu, Shixiang Wu, Jinjin Gu, Yihao Liu, Chao Dong, Chen Change Loy, Yu Qiao, and Xiaoou Tang. Esrgan: Enhanced super-resolution generative adversarial networks, 2018. 2, 3, 4

  58. [66]

    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. InInternational Conference on Computer Vision Workshops (ICCVW), 2021. 1, 2, 4, 5

  59. [67]

    Component divide-and- conquer for real-world image super-resolution, 2020

    Pengxu Wei, Ziwei Xie, Hannan Lu, Zongyuan Zhan, Qixiang Ye, Wangmeng Zuo, and Liang Lin. Component divide-and- conquer for real-world image super-resolution, 2020. 2, 6

  60. [68]

    Towards real-world burst image super-resolution: Benchmark and method, 2023

    Pengxu Wei, Yujing Sun, Xingbei Guo, Chang Liu, Jie Chen, Xiangyang Ji, and Liang Lin. Towards real-world burst image super-resolution: Benchmark and method, 2023. 2

  61. [69]

    De- blurring via stochastic refinement

    Jay Whang, Mauricio Delbracio, Hossein Talebi, Chitwan Saharia, Alexandros G Dimakis, and Peyman Milanfar. De- blurring via stochastic refinement. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 16293–16303, 2022. 2

  62. [70]

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

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

  63. [71]

    Hq-50k: A large-scale, high-quality dataset for image restoration, 2023

    Qinhong Yang, Dongdong Chen, Zhentao Tan, Qiankun Liu, Qi Chu, Jianmin Bao, Lu Yuan, Gang Hua, and Nenghai Yu. Hq-50k: A large-scale, high-quality dataset for image restoration, 2023. 2

  64. [72]

    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. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pag...

  65. [73]

    Pixel-aware stable diffusion for realistic image super-resolution and personalized stylization

    Tao Yang, Rongyuan Wu, Peiran Ren, Xuansong Xie, , and Lei Zhang. Pixel-aware stable diffusion for realistic image super-resolution and personalized stylization. InThe Euro- pean Conference on Computer Vision (ECCV) 2024, 2023. 2, 3, 4

  66. [74]

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

    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, 2024. 1, 2, 3, 4, 5, 6, 7, 8, 12, 13

  67. [75]

    Promptfix: You prompt and we fix the photo,

    Yongsheng Yu, Ziyun Zeng, Hang Hua, Jianlong Fu, and Jiebo Luo. Promptfix: You prompt and we fix the photo,

  68. [76]

    Restormer: Efficient transformer for high-resolution image restoration, 2022

    Syed Waqas Zamir, Aditya Arora, Salman Khan, Mu- nawar Hayat, Fahad Shahbaz Khan, and Ming-Hsuan Yang. Restormer: Efficient transformer for high-resolution image restoration, 2022. 13

  69. [77]

    The emergence of reproducibility and generalizability in diffusion models, 2024

    Huijie Zhang, Jinfan Zhou, Yifu Lu, Minzhe Guo, Peng Wang, Liyue Shen, and Qing Qu. The emergence of reproducibility and generalizability in diffusion models, 2024. 2

  70. [78]

    Deblurring by realistic blurring, 2020

    Kaihao Zhang, Wenhan Luo, Yiran Zhong, Lin Ma, Bjorn Stenger, Wei Liu, and Hongdong Li. Deblurring by realistic blurring, 2020. 2, 3

  71. [79]

    Adding conditional control to text-to-image diffusion models, 2023

    Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models, 2023. 2, 3

  72. [80]

    Patel, and Gang Hua

    Mo Zhou, Yiding Yang, Haoxiang Li, Vishal M. Patel, and Gang Hua. Deployment prior injection for run-time calibrat- able object detection, 2024. 3 A. More Experiments and Discussions A.1. Why Specifically Four Degradation Types? In this paper, we particularly focus on complex ...

  73. [82]

    "" 11Find all valid possible combination weights. 12

    -> List[List[float]]: 10""" 11Find all valid possible combination weights. 12""" 13values = np.arange(vmin, vmax + 1e-3, interval) 14allcombs = it.product( *([values] * nvars)) 15allcombs = [np.array(x)forxinallcombs] 16# figure out valid combinations 17validcombs = [] 18forxi...

  74. [83]

    Download SPAQ [ 15], KONIQ [ 22], and LIVE [ 18] datasets

  75. [84]

    Gather images whose file names are mentioned in the following 12 listings

  76. [85]

    Center-crop all images from SPAQ and KONIQ datasets to512×512resolution

  77. [86]

    Resize (bicubic) all images from LIVE dataset (from 500×500) to512×512resolution. (SPAQ,low resolution as dominating degradation, with other degra- dations): 00019, 00025, 00033, 00109, 00192, 00226, 00251, 00381, 00414, 00559, 00561, 00585, 00743, 03973, 04085, 04136, 04270, ...

  78. [2023]

    Featured Certification. 2

Pith tools

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