SOTAVerified

SESR: Single Image Super Resolution with Recursive Squeeze and Excitation Networks

2018-01-31Code Available0· sign in to hype

Xi Cheng, Xiang Li, Ying Tai, Jian Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Single image super resolution is a very important computer vision task, with a wide range of applications. In recent years, the depth of the super-resolution model has been constantly increasing, but with a small increase in performance, it has brought a huge amount of computation and memory consumption. In this work, in order to make the super resolution models more effective, we proposed a novel single image super resolution method via recursive squeeze and excitation networks (SESR). By introducing the squeeze and excitation module, our SESR can model the interdependencies and relationships between channels and that makes our model more efficiency. In addition, the recursive structure and progressive reconstruction method in our model minimized the layers and parameters and enabled SESR to simultaneously train multi-scale super resolution in a single model. After evaluating on four benchmark test sets, our model is proved to be above the state-of-the-art methods in terms of speed and accuracy.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 4x upscalingSESRPSNR27.42Unverified
Set14 - 4x upscalingSESRPSNR28.32Unverified
Urban100 - 4x upscalingSESRPSNR25.42Unverified

Reproductions