LGMLJul 6, 2020

Partially Conditioned Generative Adversarial Networks

arXiv:2007.02845v1
AI Analysis

This addresses a practical limitation in generative modeling for scenarios where only partial conditioning information is available, representing an incremental improvement over existing Conditional GANs.

The paper tackles the problem of generating data conditioned on only a subset of ancillary variables, arguing that standard Conditional GANs are unsuitable, and proposes a new architecture and training strategy that effectively outperforms the standard approach in digit and face image synthesis under partial conditioning.

Generative models are undoubtedly a hot topic in Artificial Intelligence, among which the most common type is Generative Adversarial Networks (GANs). These architectures let one synthesise artificial datasets by implicitly modelling the underlying probability distribution of a real-world training dataset. With the introduction of Conditional GANs and their variants, these methods were extended to generating samples conditioned on ancillary information available for each sample within the dataset. From a practical standpoint, however, one might desire to generate data conditioned on partial information. That is, only a subset of the ancillary conditioning variables might be of interest when synthesising data. In this work, we argue that standard Conditional GANs are not suitable for such a task and propose a new Adversarial Network architecture and training strategy to deal with the ensuing problems. Experiments illustrating the value of the proposed approach in digit and face image synthesis under partial conditioning information are presented, showing that the proposed method can effectively outperform the standard approach under these circumstances.

Foundations

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

Your Notes