IVCVAug 5, 2020

OverNet: Lightweight Multi-Scale Super-Resolution with Overscaling Network

arXiv:2008.02382v258 citations
Originality Incremental advance
AI Analysis

This addresses efficiency and scalability issues in super-resolution for practical applications, though it is incremental as it builds on existing CNN-based approaches.

The authors tackled the computational complexity and lack of generality in super-resolution methods by introducing OverNet, a lightweight network that achieves state-of-the-art results on standard benchmarks with fewer parameters.

Super-resolution (SR) has achieved great success due to the development of deep convolutional neural networks (CNNs). However, as the depth and width of the networks increase, CNN-based SR methods have been faced with the challenge of computational complexity in practice. Moreover, most of them train a dedicated model for each target resolution, losing generality and increasing memory requirements. To address these limitations we introduce OverNet, a deep but lightweight convolutional network to solve SISR at arbitrary scale factors with a single model. We make the following contributions: first, we introduce a lightweight recursive feature extractor that enforces efficient reuse of information through a novel recursive structure of skip and dense connections. Second, to maximize the performance of the feature extractor we propose a reconstruction module that generates accurate high-resolution images from overscaled feature maps and can be independently used to improve existing architectures. Third, we introduce a multi-scale loss function to achieve generalization across scales. Through extensive experiments, we demonstrate that our network outperforms previous state-of-the-art results in standard benchmarks while using fewer parameters than previous approaches.

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