2018

MD-GAN: Multi-Discriminator Generative Adversarial Networks for Distributed Datasets

Hardy, Corentin, Merrer, Erwan Le, Sericola, Bruno

Understand

A recent technical breakthrough in the domain of machine learning is the discovery and the multiple applications of Generative Adversarial Networks (GANs).

  • Those generative models are computationally demanding, as a GAN is composed of two deep neural networks, and because it trains on large datasets.
  • A GAN is generally trained on a single server.
  • In this paper, we address the problem of distributing GANs so that they are able to train over datasets that are spread on multiple workers.

Reading the bibliography…