IVCVSep 9, 2019

Deep Super-Resolution Network for Single Image Super-Resolution with Realistic Degradations

arXiv:1909.03748v113 citations
Originality Incremental advance
AI Analysis

This work addresses a practical limitation in super-resolution for real-world applications, though it is incremental as it builds on existing CNN-based methods.

The paper tackles the problem of single image super-resolution under realistic degradations (blur and noise) beyond the common bicubic assumption, proposing a deep network that improves performance on synthetic and real images while being computationally efficient.

Single Image Super-Resolution (SISR) aims to generate a high-resolution (HR) image of a given low-resolution (LR) image. The most of existing convolutional neural network (CNN) based SISR methods usually take an assumption that a LR image is only bicubicly down-sampled version of an HR image. However, the true degradation (i.e. the LR image is a bicubicly downsampled, blurred and noisy version of an HR image) of a LR image goes beyond the widely used bicubic assumption, which makes the SISR problem highly ill-posed nature of inverse problems. To address this issue, we propose a deep SISR network that works for blur kernels of different sizes, and different noise levels in an unified residual CNN-based denoiser network, which significantly improves a practical CNN-based super-resolver for real applications. Extensive experimental results on synthetic LR datasets and real images demonstrate that our proposed method not only can produce better results on more realistic degradation but also computational efficient to practical SISR applications.

Foundations

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

Your Notes