SOTAVerified

Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform

2018-04-09CVPR 2018Code Available3· sign in to hype

Xintao Wang, Ke Yu, Chao Dong, Chen Change Loy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Despite that convolutional neural networks (CNN) have recently demonstrated high-quality reconstruction for single-image super-resolution (SR), recovering natural and realistic texture remains a challenging problem. In this paper, we show that it is possible to recover textures faithful to semantic classes. In particular, we only need to modulate features of a few intermediate layers in a single network conditioned on semantic segmentation probability maps. This is made possible through a novel Spatial Feature Transform (SFT) layer that generates affine transformation parameters for spatial-wise feature modulation. SFT layers can be trained end-to-end together with the SR network using the same loss function. During testing, it accepts an input image of arbitrary size and generates a high-resolution image with just a single forward pass conditioned on the categorical priors. Our final results show that an SR network equipped with SFT can generate more realistic and visually pleasing textures in comparison to state-of-the-art SRGAN and EnhanceNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 4x upscalingSFT-GANPSNR25.33Unverified
Set14 - 4x upscalingSFT-GANPSNR26.13Unverified

Reproductions