ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
Go to file
2018-09-05 23:21:30 +08:00
figures rm unnecessary files 2018-09-05 22:34:21 +08:00
LR add test codes 2018-09-01 17:20:42 +08:00
models rm unnecessary files 2018-09-05 22:34:21 +08:00
results add test codes 2018-09-01 17:20:42 +08:00
architecture.py add test codes 2018-09-01 17:20:42 +08:00
block.py add test codes 2018-09-01 17:20:42 +08:00
net_interp.py add net_interp.py 2018-09-05 23:21:30 +08:00
README.md Update README.md 2018-09-05 14:14:30 +08:00
test.py test.py with model path 2018-09-05 22:41:42 +08:00

ESRGAN (Enhanced SRGAN) [Paper] [BasicSR]

Enhanced Super-Resolution Generative Adversarial Networks

By Xintao Wang, Ke Yu, Shixiang Wu, Jinjin Gu, Yihao Liu, Chao Dong, Chen Change Loy, Yu Qiao, Xiaoou Tang

This repo only provides simple testing codes and pretrained models.

😃 For full training and testing codes, please refer to BasicSR.

We won the first place in PIRM2018-SR competition (region 3) and got the best perceptual index. The paper is accepted to ECCV'2018 PIRM Workshop.

BibTeX

@article{wang2018esrgan,
    author={Wang, Xintao and Yu, Ke and Wu, Shixiang and Gu, Jinjin and Liu, Yihao and Dong, Chao and Loy, Chen Change and Qiao, Yu and Tang, Xiaoou},
    title={ESRGAN: Enhanced super-resolution generative adversarial networks},
    journal={arXiv preprint arXiv:1809.00219},
    year={2018}
}

Introduction

We improve the SRGAN from three aspects:

  1. adopt a deeper model using Residual-in-Residual Dense Block (RRDB) without batch normalization layers.
  2. employ Relativistic average GAN instead of vanilla GAN.
  3. improve the perceptual loss by using the features before activation.

In contrast to SRGAN, which claimed that deeper models are increasingly difficult to train, our deeper ESRGAN model shows its superior performance with easy training.

Network Interpolation

We propose the network interpolation strategy to balance the visual quality and PSNR.

We show the smooth animation with the interpolation parameters changing from 0 to 1.

   

Qualitative Results

PSNR (evaluated on the luminance channel in YCbCr color space) and the perceptual index used in the PIRM-SR challenge are also provided for reference.