IVCVLGApr 21, 2021

A Two-Stage Attentive Network for Single Image Super-Resolution

arXiv:2104.10488v172 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses image quality enhancement for applications like medical imaging or surveillance, but it is incremental as it builds on existing CNN-based methods with specific architectural improvements.

The paper tackles the problem of single image super-resolution by addressing insufficient contextual feature extraction and inattention to high-resolution reconstruction, proposing a two-stage attentive network that achieves improved performance on four benchmark datasets.

Recently, deep convolutional neural networks (CNNs) have been widely explored in single image super-resolution (SISR) and contribute remarkable progress. However, most of the existing CNNs-based SISR methods do not adequately explore contextual information in the feature extraction stage and pay little attention to the final high-resolution (HR) image reconstruction step, hence hindering the desired SR performance. To address the above two issues, in this paper, we propose a two-stage attentive network (TSAN) for accurate SISR in a coarse-to-fine manner. Specifically, we design a novel multi-context attentive block (MCAB) to make the network focus on more informative contextual features. Moreover, we present an essential refined attention block (RAB) which could explore useful cues in HR space for reconstructing fine-detailed HR image. Extensive evaluations on four benchmark datasets demonstrate the efficacy of our proposed TSAN in terms of quantitative metrics and visual effects. Code is available at https://github.com/Jee-King/TSAN.

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