Los puntos clave no están disponibles para este artículo en este momento.
Generative Adversarial Networks (GAN) excel in diverse applications like image enhancement, manipulation, generating images and videos from text, etc. Yet, training GANs with large datasets remains computationally intensive for standalone systems. Synchronization issues between the generator and discriminator lead to unstable training, poor convergence, vanishing and exploding gradient challenges. In decentralized environments, standalone GANs struggle with distributed data on client machines. Researchers have turned to Federated Learning (FL) for distributed GAN implementations, but efforts often fall short due to training instability and poor synchronization within GAN components. In this study, we present DRL-GAN, a lightweight Wasserstein conditional Distributed Relativistic Loss-GAN designed to overcome existing limitations. DRL-GAN ensures training stability in the face of non-convex losses by employing a single global generator on the central server and a discriminator per client. Utilizing Wasserstein-1 for relativistic loss computation between real and fake samples, DRL-GAN effectively addresses issues like mode collapses, vanishing and exploding gradients, accommodating both iid and non-iid private data in clients and fostering strong convergence. The absence of a robust conditional distributed-GAN model serves as another motivation for this work. We provide a comprehensive mathematical formulation of DRL-GAN and validate our claims empirically on CIFAR-10, MNIST, EuroSAT, and LSUN-Bedroom datasets.
Roy et al. (Tue,) studied this question.