Example: air traffic controller

Generative Adversarial Networks arXiv:1809.00219v2 [cs.CV] …

ESRGAN: Enhanced Super-ResolutionGenerative Adversarial NetworksXintao Wang1, Ke Yu1, Shixiang Wu2, Jinjin Gu3, Yihao Liu4,Chao Dong2, Chen Change Loy5, Yu Qiao2, Xiaoou Tang11 CUHK-SenseTime Joint Lab, The Chinese University of Hong Kong2 SIAT-SenseTime Joint Lab, Shenzhen Institutes of Advanced Technology,Chinese Academy of Sciences3 The Chinese University of Hong Kong, Shenzhen4 University of Chinese Academy of Sciences5 Nanyang Technological University, Super-Resolution Generative Adversarial network (SR-GAN) [1] is a seminal work that is capable of generating realistic texturesduring single image super-resolution.

ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks Xintao Wang 1, Ke Yu , Shixiang Wu2, Jinjin Gu3, Yihao Liu4, Chao Dong 2, Chen Change Loy5, Yu Qiao , Xiaoou Tang1 1CUHK-SenseTime Joint Lab, The Chinese University of Hong Kong 2SIAT-SenseTime Joint Lab, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences 3The …

Tags:

  Network, Adversarial, Generative, Generative adversarial networks

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Generative Adversarial Networks arXiv:1809.00219v2 [cs.CV] …

1 ESRGAN: Enhanced Super-ResolutionGenerative Adversarial NetworksXintao Wang1, Ke Yu1, Shixiang Wu2, Jinjin Gu3, Yihao Liu4,Chao Dong2, Chen Change Loy5, Yu Qiao2, Xiaoou Tang11 CUHK-SenseTime Joint Lab, The Chinese University of Hong Kong2 SIAT-SenseTime Joint Lab, Shenzhen Institutes of Advanced Technology,Chinese Academy of Sciences3 The Chinese University of Hong Kong, Shenzhen4 University of Chinese Academy of Sciences5 Nanyang Technological University, Super-Resolution Generative Adversarial network (SR-GAN) [1] is a seminal work that is capable of generating realistic texturesduring single image super-resolution.

2 However, the hallucinated detailsare often accompanied with unpleasant artifacts. To further enhance thevisual quality, we thoroughly study three key components of SRGAN network architecture, Adversarial loss and perceptual loss, and improveeach of them to derive an Enhanced SRGAN (ESRGAN). In particu-lar, we introduce the Residual-in-Residual Dense Block (RRDB) withoutbatch normalization as the basic network building unit. Moreover, weborrow the idea from relativistic GAN [2] to let the discriminator predictrelative realness instead of the absolute value. Finally, we improve theperceptual loss by using the features before activation, which could pro-vide stronger supervision for brightness consistency and texture from these improvements, the proposed ESRGAN achievesconsistently better visual quality with more realistic and natural texturesthan SRGAN and won the first place in the PIRM2018-SR Challenge1[3].

3 The code is available IntroductionSingle image super-resolution (SISR), as a fundamental low-level vision prob-lem, has attracted increasing attention in the research community and AI com-panies. SISR aims at recovering a high-resolution (HR) image from a singlelow-resolution (LR) one. Since the pioneer work of SRCNN proposed by Donget al. [4], deep convolution neural network (CNN) approaches have brought pros-perous development. Various network architecture designs and training strategieshave continuously improved the SR performance, especially the Peak Signal-to-Noise Ratio (PSNR) value [5,6,7,1,8,9,10,11,12].

4 However, these PSNR-orientedapproaches tend to output over-smoothed results without sufficient high-frequencydetails, since the PSNR metric fundamentally disagrees with the subjective eval-uation of human observers [1].1We won the first place in region 3 and got the best perceptual [ ] 17 Sep 20182 Xintao Wanget ESRGANG round TruthFig. 1: The super-resolution results of 4 for SRGAN2, the proposed ESRGANand the ground-truth. ESRGAN outperforms SRGAN in sharpness and perceptual-driven methods have been proposed to improve the visualquality of SR results. For instance, perceptual loss [13,14] is proposed to opti-mize super-resolution model in a feature space instead of pixel space.

5 Generativeadversarial network [15] is introduced to SR by [1,16] to encourage the networkto favor solutions that look more like natural images. The semantic image prioris further incorporated to improve recovered texture details [17]. One of themilestones in the way pursuing visually pleasing results is SRGAN [1]. The basicmodel is built with residual blocks [18] and optimized using perceptual loss in aGAN framework. With all these techniques, SRGAN significantly improves theoverall visual quality of reconstruction over PSNR-oriented , there still exists a clear gap between SRGAN results and theground-truth (GT) images, as shown in Fig.

6 1. In this study, we revisit thekey components of SRGAN and improve the model in three aspects. First, weimprove the network structure by introducing the Residual-in-Residual DenseBlock (RDDB), which is of higher capacity and easier to train. We also removeBatch Normalization (BN) [19] layers as in [20] and use residual scaling [21,20]and smaller initialization to facilitate training a very deep network . Second, weimprove the discriminator using Relativistic average GAN (RaGAN) [2], whichlearns to judge whether one image is more realistic than the other rather than whether one image is real or fake.

7 Our experiments show that this improvementhelps the generator recover more realistic texture details. Third, we propose animproved perceptual loss by using the VGG featuresbefore activationinstead ofafter activation as in SRGAN. We empirically find that the adjusted perceptualloss provides sharper edges and more visually pleasing results, as will be shown2We use the released results of original SRGAN [1] paper : Enhanced Super-Resolution Generative Adversarial Networks3 Perceptual on PIRM self val 2: Perception-distortion plane on PIRM self validation dataset. We showthe baselines of EDSR [20], RCAN [12] and EnhanceNet [16], and the submittedESRGAN model.

8 The blue dots are produced by image Sec. Extensive experiments show that the enhanced SRGAN, termed ES-RGAN, consistently outperforms state-of-the-art methods in both sharpness anddetails (see Fig. 1 and Fig. 7).We take a variant of ESRGAN to participate in the PIRM-SR Challenge [3].This challenge is the first SR competition that evaluates the performance in aperceptual-quality aware manner based on [22], where the authors claim thatdistortion and perceptual quality are at odds with each other. The perceptualquality is judged by the non-reference measures of Ma s score [23] and NIQE [24], , perceptual index =12((10 Ma)+NIQE).

9 A lower perceptual index representsa better perceptual shown in Fig. 2, the perception-distortion plane is divided into threeregions defined by thresholds on the Root-Mean-Square Error (RMSE), and thealgorithm that achieves the lowest perceptual index in each region becomes theregional champion. We mainly focus on region 3 as we aim to bring the perceptualquality to a new high. Thanks to the aforementioned improvements and someother adjustments as discussed in Sec. , our proposed ESRGAN won the firstplace in the PIRM-SR Challenge (region 3) with the best perceptual order to balance the visual quality and RMSE/PSNR, we further proposethe network interpolation strategy, which could continuously adjust the recon-struction style and smoothness.

10 Another alternative is image interpolation, whichdirectly interpolates images pixel by pixel. We employ this strategy to partici-pate in region 1 and region 2. The network interpolation and image interpolationstrategies and their differences are discussed in Sec. Related WorkWe focus on deep neural network approaches to solve the SR problem. As apioneer work, Dong et al. [4,25] propose SRCNN to learn the mapping from LR4 Xintao Wanget HR images in an end-to-end manner, achieving superior performance againstprevious works. Later on, the field has witnessed a variety of network architec-tures, such as a deeper network with residual learning [5], Laplacian pyramidstructure [6], residual blocks [1], recursive learning [7,8], densely connected net-work [9], deep back projection [10] and residual dense network [11].


Related search queries