2019/10/28 by Mingrui Liu, Wei Zhang, Liu, Mingrui +11 · 34 citations
Computer Science · Mathematics · #Adversarial system #Algorithm #Artificial intelligence #Computer science #Distributed computing #FOS: Computer and information sciences #FOS: Mathematics #Generative Adversarial Networks and Image Synthesis #Generative grammar #Geography #Human Pose and Action Recognition #Machine Learning (cs.LG) #Optimization and Control (math.OC) #Theoretical computer science #Training (meteorology) #Video Surveillance and Tracking Methods #cs.LG #math.OC
paper · pdf · doi:10.48550/arxiv.1910.12999
published in arXiv (Cornell University) (Cornell University) · Accepted by NeurIPS 2020
openalex publication_date 2019/10/28 · openalex created_date 2019/11/08 · arxiv created 2020/10/19 · arxiv updated 2020/10/21 · openalex updated_date 2026/07/28
Generative Adversarial Networks (GANs) are a powerful class of generative models in the deep learning community. Current practice on large-scale GAN training utilizes large models and distributed large-batch training strategies, and is implemented on deep learning frameworks (e.g., TensorFlow, PyTorch, etc.) designed in a centralized manner. In the centralized network topology, every worker needs to either directly communicate with the central node or indirectly communicate with all other workers in every iteration. However, when the network bandwidth is low or network latency is high, the performance would be significantly degraded. Despite recent progress on decentralized algorithms for training deep neural networks, it remains unclear whether it is possible to train GANs in a decentralized manner. The main difficulty lies at handling the nonconvex-nonconcave min-max optimization and the decentralized communication simultaneously. In this paper, we address this difficulty by designing the first gradient-based decentralized parallel algorithm which allows workers to have multiple rounds of communications in one iteration and to update the discriminator and generator simultaneously, and this design makes it amenable for the convergence analysis of the proposed decentralized algorithm. Theoretically, our proposed decentralized algorithm is able to solve a class of non-convex non-concave min-max problems with provable non-asymptotic convergence to first-order stationary point. Experimental results on GANs demonstrate the effectiveness of the proposed algorithm.