1: \begin{abstract}
2: Generative Adversarial Networks (GAN) have become one of the most
3: studied frameworks for unsupervised learning due to their intuitive
4: formulation. They have also been shown to be capable of generating
5: convincing examples in limited domains, such as low-resolution
6: images. However, they still prove difficult to train in practice and
7: tend to ignore modes of the data generating
8: distribution. Quantitatively capturing effects such as mode coverage
9: and more generally the quality of the generative model still remain
10: elusive. We propose Generative Adversarial Parallelization (GAP), a
11: framework in which many GANs or their variants are trained
12: simultaneously, exchanging their discriminators. This eliminates the
13: tight coupling between a generator and discriminator, leading to
14: improved convergence and improved coverage of modes. We also propose
15: an improved variant of the recently proposed Generative Adversarial
16: Metric and show how it can score individual GANs or their
17: collections under the GAP model.
18: \end{abstract}