IVCVLGOct 10, 2019

Image Super-Resolution via Attention based Back Projection Networks

arXiv:1910.04476v172 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient, high-quality image super-resolution for practical applications, though it appears incremental by building on existing back projection and attention mechanisms.

The authors tackled the problem of balancing image super-resolution quality with computational efficiency by proposing an Attention based Back Projection Network (ABPN), which achieved state-of-the-art performance on public and AIM2019 datasets in quantitative and qualitative measurements.

Deep learning based image Super-Resolution (SR) has shown rapid development due to its ability of big data digestion. Generally, deeper and wider networks can extract richer feature maps and generate SR images with remarkable quality. However, the more complex network we have, the more time consumption is required for practical applications. It is important to have a simplified network for efficient image SR. In this paper, we propose an Attention based Back Projection Network (ABPN) for image super-resolution. Similar to some recent works, we believe that the back projection mechanism can be further developed for SR. Enhanced back projection blocks are suggested to iteratively update low- and high-resolution feature residues. Inspired by recent studies on attention models, we propose a Spatial Attention Block (SAB) to learn the cross-correlation across features at different layers. Based on the assumption that a good SR image should be close to the original LR image after down-sampling. We propose a Refined Back Projection Block (RBPB) for final reconstruction. Extensive experiments on some public and AIM2019 Image Super-Resolution Challenge datasets show that the proposed ABPN can provide state-of-the-art or even better performance in both quantitative and qualitative measurements.

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