2018

ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks

Wang, Xintao, Yu, Ke, Wu, Shixiang et al.

Understand

The Super-Resolution Generative Adversarial Network (SRGAN) is a seminal work that is capable of generating realistic textures during single image super-resolution.

  • However, the hallucinated details are often accompanied with unpleasant artifacts.
  • To further enhance the visual quality, we thoroughly study three key components of SRGAN - network architecture, adversarial loss and perceptual loss, and improve each of them to derive an Enhanced SRGAN (ESRGAN).
  • In particular, we introduce the Residual-in-Residual Dense Block (RRDB) without batch normalization as the basic network building unit.

Reading the bibliography…