IVCVAug 3, 2020

Sub-Pixel Back-Projection Network For Lightweight Single Image Super-Resolution

arXiv:2008.01116v1Has Code
Originality Incremental advance
AI Analysis

This work addresses the efficiency bottleneck in super-resolution models for applications requiring lightweight deployment, though it is incremental in improving existing methods.

The paper tackles the problem of reducing parameters and computational cost in CNN-based single-image super-resolution while maintaining accuracy, proposing a novel network architecture that achieves competitive reconstruction quality with lower complexity across four benchmark datasets.

Convolutional neural network (CNN)-based methods have achieved great success for single-image superresolution (SISR). However, most models attempt to improve reconstruction accuracy while increasing the requirement of number of model parameters. To tackle this problem, in this paper, we study reducing the number of parameters and computational cost of CNN-based SISR methods while maintaining the accuracy of super-resolution reconstruction performance. To this end, we introduce a novel network architecture for SISR, which strikes a good trade-off between reconstruction quality and low computational complexity. Specifically, we propose an iterative back-projection architecture using sub-pixel convolution instead of deconvolution layers. We evaluate the performance of computational and reconstruction accuracy for our proposed model with extensive quantitative and qualitative evaluations. Experimental results reveal that our proposed method uses fewer parameters and reduces the computational cost while maintaining reconstruction accuracy against state-of-the-art SISR methods over well-known four SR benchmark datasets. Code is available at "https://github.com/supratikbanerjee/SubPixel-BackProjection_SuperResolution".

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