CVApr 24, 2019

Multi-scale deep neural networks for real image super-resolution

arXiv:1904.10698v141 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses a practical problem in real-world image processing for applications like photography or surveillance, but it is incremental as it builds on existing residual and dense network architectures.

The authors tackled the challenge of single image super-resolution with unknown and varying upscaling factors by developing multi-scale deep neural networks, which achieved 21st place in the NTIRE 2019 challenge.

Single image super-resolution (SR) is extremely difficult if the upscaling factors of image pairs are unknown and different from each other, which is common in real image SR. To tackle the difficulty, we develop two multi-scale deep neural networks (MsDNN) in this work. Firstly, due to the high computation complexity in high-resolution spaces, we process an input image mainly in two different downscaling spaces, which could greatly lower the usage of GPU memory. Then, to reconstruct the details of an image, we design a multi-scale residual network (MsRN) in the downscaling spaces based on the residual blocks. Besides, we propose a multi-scale dense network based on the dense blocks to compare with MsRN. Finally, our empirical experiments show the robustness of MsDNN for image SR when the upscaling factor is unknown. According to the preliminary results of NTIRE 2019 image SR challenge, our team (ZXHresearch@fudan) ranks 21-st among all participants. The implementation of MsDNN is released https://github.com/shangqigao/gsq-image-SR

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