CVJun 13, 2018

Adversarial Learning with Local Coordinate Coding

arXiv:1806.04895v239 citations
AI Analysis

This work addresses a specific bottleneck in GANs for generating realistic data, but it appears incremental as it builds on existing sampling techniques.

The paper tackles the problem of GANs losing semantic information due to independent prior distributions by proposing a Local Coordinate Coding (LCC) based sampling method, which achieves improved performance as demonstrated in experiments on real-world datasets.

Generative adversarial networks (GANs) aim to generate realistic data from some prior distribution (e.g., Gaussian noises). However, such prior distribution is often independent of real data and thus may lose semantic information (e.g., geometric structure or content in images) of data. In practice, the semantic information might be represented by some latent distribution learned from data, which, however, is hard to be used for sampling in GANs. In this paper, rather than sampling from the pre-defined prior distribution, we propose a Local Coordinate Coding (LCC) based sampling method to improve GANs. We derive a generalization bound for LCC based GANs and prove that a small dimensional input is sufficient to achieve good generalization. Extensive experiments on various real-world datasets demonstrate the effectiveness of the proposed method.

Foundations

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

Your Notes