English

Training Generative Adversarial Networks in One Stage

Computer Vision and Pattern Recognition 2021-06-17 v3 Machine Learning Image and Video Processing

Abstract

Generative Adversarial Networks (GANs) have demonstrated unprecedented success in various image generation tasks. The encouraging results, however, come at the price of a cumbersome training process, during which the generator and discriminator are alternately updated in two stages. In this paper, we investigate a general training scheme that enables training GANs efficiently in only one stage. Based on the adversarial losses of the generator and discriminator, we categorize GANs into two classes, Symmetric GANs and Asymmetric GANs, and introduce a novel gradient decomposition method to unify the two, allowing us to train both classes in one stage and hence alleviate the training effort. We also computationally analyze the efficiency of the proposed method, and empirically demonstrate that, the proposed method yields a solid 1.5×1.5\times acceleration across various datasets and network architectures. Furthermore, we show that the proposed method is readily applicable to other adversarial-training scenarios, such as data-free knowledge distillation. The code is available at https://github.com/zju-vipa/OSGAN.

Keywords

Cite

@article{arxiv.2103.00430,
  title  = {Training Generative Adversarial Networks in One Stage},
  author = {Chengchao Shen and Youtan Yin and Xinchao Wang and Xubin Li and Jie Song and Mingli Song},
  journal= {arXiv preprint arXiv:2103.00430},
  year   = {2021}
}

Comments

Accepted to CVPR 2021

R2 v1 2026-06-23T23:34:53.577Z