A New Distributed Method for Training Generative Adversarial Networks
Jinke Ren, Chonghe Liu, Guanding Yu, Dongning Guo

TL;DR
This paper introduces a novel distributed training framework for GANs that enhances convergence speed by enabling multiple devices to collaboratively train a global model without centralized data aggregation.
Contribution
It proposes a new distributed GAN training method with two update schedules, improving convergence speed over existing frameworks.
Findings
Outperforms state-of-the-art in convergence speed
Effective in distributed environments with privacy constraints
Demonstrated on three popular datasets
Abstract
Generative adversarial networks (GANs) are emerging machine learning models for generating synthesized data similar to real data by jointly training a generator and a discriminator. In many applications, data and computational resources are distributed over many devices, so centralized computation with all data in one location is infeasible due to privacy and/or communication constraints. This paper proposes a new framework for training GANs in a distributed fashion: Each device computes a local discriminator using local data; a single server aggregates their results and computes a global GAN. Specifically, in each iteration, the server sends the global GAN to the devices, which then update their local discriminators; the devices send their results to the server, which then computes their average as the global discriminator and updates the global generator accordingly. Two different…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Face recognition and analysis · Music and Audio Processing
