CVJul 9, 2019

Gated Multiple Feedback Network for Image Super-Resolution

arXiv:1907.04253v231 citationsHas Code
AI Analysis

This work addresses a bottleneck in image super-resolution for applications like photography and medical imaging, representing an incremental improvement over existing deep learning methods.

The paper tackles the problem of insufficient information flow in deep learning-based single image super-resolution by proposing a gated multiple feedback network (GMFN) that enriches low-level features using high-level features, achieving superior performance in quantitative metrics and visual quality compared to state-of-the-art methods.

The rapid development of deep learning (DL) has driven single image super-resolution (SR) into a new era. However, in most existing DL based image SR networks, the information flows are solely feedforward, and the high-level features cannot be fully explored. In this paper, we propose the gated multiple feedback network (GMFN) for accurate image SR, in which the representation of low-level features are efficiently enriched by rerouting multiple high-level features. We cascade multiple residual dense blocks (RDBs) and recurrently unfolds them across time. The multiple feedback connections between two adjacent time steps in the proposed GMFN exploits multiple high-level features captured under large receptive fields to refine the low-level features lacking enough contextual information. The elaborately designed gated feedback module (GFM) efficiently selects and further enhances useful information from multiple rerouted high-level features, and then refine the low-level features with the enhanced high-level information. Extensive experiments demonstrate the superiority of our proposed GMFN against state-of-the-art SR methods in terms of both quantitative metrics and visual quality. Code is available at https://github.com/liqilei/GMFN.

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