English

FusedProp: Towards Efficient Training of Generative Adversarial Networks

Computer Vision and Pattern Recognition 2020-04-08 v1 Machine Learning

Abstract

Generative adversarial networks (GANs) are capable of generating strikingly realistic samples but state-of-the-art GANs can be extremely computationally expensive to train. In this paper, we propose the fused propagation (FusedProp) algorithm which can be used to efficiently train the discriminator and the generator of common GANs simultaneously using only one forward and one backward propagation. We show that FusedProp achieves 1.49 times the training speed compared to the conventional training of GANs, although further studies are required to improve its stability. By reporting our preliminary results and open-sourcing our implementation, we hope to accelerate future research on the training of GANs.

Keywords

Cite

@article{arxiv.2004.03335,
  title  = {FusedProp: Towards Efficient Training of Generative Adversarial Networks},
  author = {Zachary Polizzi and Chuan-Yung Tsai},
  journal= {arXiv preprint arXiv:2004.03335},
  year   = {2020}
}

Comments

source code available at https://github.com/zplizzi/fusedprop

R2 v1 2026-06-23T14:42:43.764Z