IVCVJun 13, 2021

Feedback Pyramid Attention Networks for Single Image Super-Resolution

arXiv:2106.06966v122 citations
Originality Incremental advance
AI Analysis

This work addresses image quality enhancement for computer vision applications, but it is incremental as it builds on existing CNN-based methods by adding feedback mechanisms.

The paper tackles single image super-resolution by proposing feedback pyramid attention networks (FPAN) to exploit feature dependencies, achieving state-of-the-art results on various datasets.

Recently, convolutional neural network (CNN) based image super-resolution (SR) methods have achieved significant performance improvement. However, most CNN-based methods mainly focus on feed-forward architecture design and neglect to explore the feedback mechanism, which usually exists in the human visual system. In this paper, we propose feedback pyramid attention networks (FPAN) to fully exploit the mutual dependencies of features. Specifically, a novel feedback connection structure is developed to enhance low-level feature expression with high-level information. In our method, the output of each layer in the first stage is also used as the input of the corresponding layer in the next state to re-update the previous low-level filters. Moreover, we introduce a pyramid non-local structure to model global contextual information in different scales and improve the discriminative representation of the network. Extensive experimental results on various datasets demonstrate the superiority of our FPAN in comparison with the state-of-the-art SR methods.

Foundations

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

Your Notes