CVMar 28, 2024

Burst Super-Resolution with Diffusion Models for Improving Perceptual Quality

arXiv:2403.19428v35 citationsh-index: 25Has CodeIJCNN
Originality Incremental advance
AI Analysis

This work addresses perceptual degradation in burst SR for image enhancement applications, representing an incremental improvement over prior methods.

The paper tackles the problem of blurry super-resolution (SR) images from burst low-resolution (LR) inputs by using a diffusion model optimized for burst SR, resulting in improved perceptual quality metrics.

While burst LR images are useful for improving the SR image quality compared with a single LR image, prior SR networks accepting the burst LR images are trained in a deterministic manner, which is known to produce a blurry SR image. In addition, it is difficult to perfectly align the burst LR images, making the SR image more blurry. Since such blurry images are perceptually degraded, we aim to reconstruct the sharp high-fidelity boundaries. Such high-fidelity images can be reconstructed by diffusion models. However, prior SR methods using the diffusion model are not properly optimized for the burst SR task. Specifically, the reverse process starting from a random sample is not optimized for image enhancement and restoration methods, including burst SR. In our proposed method, on the other hand, burst LR features are used to reconstruct the initial burst SR image that is fed into an intermediate step in the diffusion model. This reverse process from the intermediate step 1) skips diffusion steps for reconstructing the global structure of the image and 2) focuses on steps for refining detailed textures. Our experimental results demonstrate that our method can improve the scores of the perceptual quality metrics. Code: https://github.com/placerkyo/BSRD

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes