CVMar 23, 2019

Feedback Network for Image Super-Resolution

arXiv:1903.09814v2817 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of improving image reconstruction quality for applications like computer vision, though it is incremental by incorporating feedback mechanisms into existing deep learning methods.

The paper tackles image super-resolution by proposing a feedback network (SRFBN) that refines low-level representations with high-level information, achieving state-of-the-art performance as demonstrated in extensive experiments.

Recent advances in image super-resolution (SR) explored the power of deep learning to achieve a better reconstruction performance. However, the feedback mechanism, which commonly exists in human visual system, has not been fully exploited in existing deep learning based image SR methods. In this paper, we propose an image super-resolution feedback network (SRFBN) to refine low-level representations with high-level information. Specifically, we use hidden states in an RNN with constraints to achieve such feedback manner. A feedback block is designed to handle the feedback connections and to generate powerful high-level representations. The proposed SRFBN comes with a strong early reconstruction ability and can create the final high-resolution image step by step. In addition, we introduce a curriculum learning strategy to make the network well suitable for more complicated tasks, where the low-resolution images are corrupted by multiple types of degradation. Extensive experimental results demonstrate the superiority of the proposed SRFBN in comparison with the state-of-the-art methods. Code is avaliable at https://github.com/Paper99/SRFBN_CVPR19.

Code Implementations4 repos
Foundations

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

Your Notes