English

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

Image and Video Processing 2020-11-10 v2 Computer Vision and Pattern Recognition

Abstract

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.

Keywords

Cite

@article{arxiv.2008.02382,
  title  = {OverNet: Lightweight Multi-Scale Super-Resolution with Overscaling Network},
  author = {Parichehr Behjati and Pau Rodriguez and Armin Mehri and Isabelle Hupont and Jordi Gonzalez and Carles Fernandez Tena},
  journal= {arXiv preprint arXiv:2008.02382},
  year   = {2020}
}

Comments

10 pages, 4 figures, conference, accepted by WACV2021

R2 v1 2026-06-23T17:40:12.801Z