arXiv Analytics

Sign in

arXiv:2006.09134 [cs.CV]AbstractReferencesReviewsResources

AlphaGAN: Fully Differentiable Architecture Search for Generative Adversarial Networks

Yuesong Tian, Li Shen, Li Shen, Guinan Su, Zhifeng Li, Wei Liu

Published 2020-06-16Version 1

Generative Adversarial Networks (GANs) are formulated as minimax game problems, whereby generators attempt to approach real data distributions by virtue of adversarial learning against discriminators. The intrinsic problem complexity poses the challenge to enhance the performance of generative networks. In this work, we aim to boost model learning from the perspective of network architectures, by incorporating recent progress on automated architecture search into GANs. To this end, we propose a fully differentiable search framework for generative adversarial networks, dubbed alphaGAN. The searching process is formalized as solving a bi-level minimax optimization problem, in which the outer-level objective aims for seeking a suitable network architecture towards pure Nash Equilibrium conditioned on the generator and the discriminator network parameters optimized with a traditional GAN loss in the inner level. The entire optimization performs a first-order method by alternately minimizing the two-level objective in a fully differentiable manner, enabling architecture search to be completed in an enormous search space. Extensive experiments on CIFAR-10 and STL-10 datasets show that our algorithm can obtain high-performing architectures only with 3-GPU hours on a single GPU in the search space comprised of approximate 2 ? 1011 possible configurations. We also provide a comprehensive analysis on the behavior of the searching process and the properties of searched architectures, which would benefit further research on architectures for generative models. Pretrained models and codes are available at https://github.com/yuesongtian/AlphaGAN.

Related articles: Most relevant | Search more
arXiv:2004.08066 [cs.CV] (Published 2020-04-17)
YuruGAN: Yuru-Chara Mascot Generator Using Generative Adversarial Networks With Clustering Small Dataset
arXiv:2002.12655 [cs.CV] (Published 2020-02-28)
A U-Net Based Discriminator for Generative Adversarial Networks
arXiv:1911.00689 [cs.CV] (Published 2019-11-02)
Pixel-wise Conditioning of Generative Adversarial Networks