Skip to content
/ ESRGAN Public

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.

License

Notifications You must be signed in to change notification settings

xinntao/ESRGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

BibTeX

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.

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

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.

About

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages