Summary
This paper studies diffusion-based image super-resolution (SR) with the goal of reducing the number of diffusion steps. The key intuition is to only learn the residual between an LR-HR image pair, thereby shortening the diffusion path. To this end, the paper introduces ResShift, a novel diffusion framework where the mean of the prior distribution is the LR image. It further provides a derivation of the forward and reverse processes, identifies an effective parameterization of the denoiser network, and analyzes the fidelity-realism tradeoff induced by the noise schedule. Extensive quantitative and qualitative experiments are conducted to verify the effectiveness and efficiency of the proposed method. In particular, ResShift achieves competitive results on the 4x SR task at a low cost of 20 diffusion steps, outperforming the strong baseline of LDM under the same sampling budget.
Strengths
- The paper makes the key observation that the residual between an LR-HR image pair is often small. It builds a novel diffusion framework around this insight to reduce the number of sampling steps for improved efficiency. Incorporating domain knowledge into the design of a diffusion model is a key strength of the paper.
- Within the proposed diffusion framework, the paper studies the fidelity-realism tradeoff induced by noise schedules through detailed theoretical analysis and ablation experiments.
- The proposed method is evaluated on both synthetic and real datasets. It demonstrates comparable or sometimes better results with respect to strong baselines. In particular, it consistently outperforms LDM under the same sampling budget (20 or 40 steps).
- Overall, the paper is well-written, and the flow of presentation is easy to follow.
Weaknesses
- My main concern is that the comparison with LDM is unfair. In the main experiments, the number of diffusion steps is limited to 20 or 40. This makes sense, as the goal is to demonstrate that ResShift yields stronger results under a tight sampling budget. However, LDM is put at a significant disadvantage in this comparison, because its default DDIM sampler is not well-suited for short sampling paths. In this regime, more powerful samplers exist (e.g., Heun and DPM solvers) and, according to the reviewer's own experience, will likely produce far better results within 20 or 40 NFEs. This raises an important question: is the proposed diffusion model tailored for SR truly superior to the vanilla model in terms of efficiency, when the latter is paired with a fast solver? This is key to assessing the paper's contribution, yet is not addressed by the current set of experiments.
- DDRM is another diffusion-based model for SR in addition to LDM. The authors are encouraged to compare ResShift against DDRM as well.
- The qualitative results on real data seem inconsistent across different images. In Figure 4, ResShift produces sharper and more detailed output than the baselines, whereas it is more prone to artifacts as shown in Figure 1 in the supplement. I am wondering what causes this discrepancy. Are the images from different real datasets, or is there just a lot of randomness?
Questions
Please see the section above for questions.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The paper discusses limitations of the method. The authors are encouraged to provide a short discussion on the potential negative societal impact of their work, such as hallucination of inappropriate image content.