Improving Generative Adversarial Networks with Local Coordinate Coding
Jiezhang Cao, Yong Guo, Qingyao Wu, Chunhua Shen, Junzhou Huang,, Mingkui Tan

TL;DR
This paper introduces LCCGAN and LCCGAN++, novel GAN models that utilize local coordinate coding to sample meaningful latent points, improving data generation quality and generalization, especially with low-dimensional inputs.
Contribution
The paper proposes LCCGAN and LCCGAN++, incorporating local coordinate coding for better latent sampling and data quality, along with theoretical generalization bounds.
Findings
LCCGAN outperforms existing GANs on benchmark datasets.
LCCGAN++ achieves better approximation and quality with higher-order terms.
Low-dimensional inputs suffice for good generalization in the proposed models.
Abstract
Generative adversarial networks (GANs) have shown remarkable success in generating realistic data from some predefined 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. However, such latent distribution may incur difficulties in data sampling for GANs. In this paper, rather than sampling from the predefined prior distribution, we propose an LCCGAN model with local coordinate coding (LCC) to improve the performance of generating data. First, we propose an LCC sampling method in LCCGAN to sample meaningful points from the latent manifold. With the LCC sampling method, we can exploit the local information on the latent manifold…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Human Pose and Action Recognition
MethodsLipschitz Constant Constraint
