LGMLDec 27, 2018

Evaluating Generative Adversarial Networks on Explicitly Parameterized Distributions

arXiv:1812.10782v13 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of GAN evaluation for researchers by providing a controlled synthetic environment, though it is incremental as it builds on prior evaluation studies.

The paper tackles the problem of evaluating Generative Adversarial Networks (GANs) by proposing to measure their performance on explicitly parameterized, synthetic data distributions, as a case study examining 16 GAN variants on six multivariate distributions reveals trends in performance related to dimensionality, distribution complexity, training set size, and hyperparameter sensitivity.

The true distribution parameterizations of commonly used image datasets are inaccessible. Rather than designing metrics for feature spaces with unknown characteristics, we propose to measure GAN performance by evaluating on explicitly parameterized, synthetic data distributions. As a case study, we examine the performance of 16 GAN variants on six multivariate distributions of varying dimensionalities and training set sizes. In this learning environment, we observe that: GANs exhibit similar performance trends across dimensionalities; learning depends on the underlying distribution and its complexity; the number of training samples can have a large impact on performance; evaluation and relative comparisons are metric-dependent; diverse sets of hyperparameters can produce a "best" result; and some GANs are more robust to hyperparameter changes than others. These observations both corroborate findings of previous GAN evaluation studies and make novel contributions regarding the relationship between size, complexity, and GAN performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes