English

Real or Not Real, that is the Question

Machine Learning 2020-02-14 v1 Computer Vision and Pattern Recognition Image and Video Processing Machine Learning

Abstract

While generative adversarial networks (GAN) have been widely adopted in various topics, in this paper we generalize the standard GAN to a new perspective by treating realness as a random variable that can be estimated from multiple angles. In this generalized framework, referred to as RealnessGAN, the discriminator outputs a distribution as the measure of realness. While RealnessGAN shares similar theoretical guarantees with the standard GAN, it provides more insights on adversarial learning. Compared to multiple baselines, RealnessGAN provides stronger guidance for the generator, achieving improvements on both synthetic and real-world datasets. Moreover, it enables the basic DCGAN architecture to generate realistic images at 1024*1024 resolution when trained from scratch.

Keywords

Cite

@article{arxiv.2002.05512,
  title  = {Real or Not Real, that is the Question},
  author = {Yuanbo Xiangli and Yubin Deng and Bo Dai and Chen Change Loy and Dahua Lin},
  journal= {arXiv preprint arXiv:2002.05512},
  year   = {2020}
}

Comments

ICLR2020 spotlight. 1) train GAN by maximizing kl-divergence. 2) train non-progressive GAN (DCGAN) architecture at 1024*1024 resolution

R2 v1 2026-06-23T13:40:47.739Z