CVMar 29, 2017

CVAE-GAN: Fine-Grained Image Generation through Asymmetric Training

arXiv:1703.10155v2265 citations
Originality Incremental advance
AI Analysis

This addresses the problem of synthesizing images in specific categories for computer vision applications, but it is incremental as it builds on existing VAE and GAN frameworks.

The paper tackled fine-grained image generation by combining a variational auto-encoder with a generative adversarial network, resulting in models that generate realistic and diverse samples for faces, flowers, and birds, with applications in tasks like image inpainting and data augmentation.

We present variational generative adversarial networks, a general learning framework that combines a variational auto-encoder with a generative adversarial network, for synthesizing images in fine-grained categories, such as faces of a specific person or objects in a category. Our approach models an image as a composition of label and latent attributes in a probabilistic model. By varying the fine-grained category label fed into the resulting generative model, we can generate images in a specific category with randomly drawn values on a latent attribute vector. Our approach has two novel aspects. First, we adopt a cross entropy loss for the discriminative and classifier network, but a mean discrepancy objective for the generative network. This kind of asymmetric loss function makes the GAN training more stable. Second, we adopt an encoder network to learn the relationship between the latent space and the real image space, and use pairwise feature matching to keep the structure of generated images. We experiment with natural images of faces, flowers, and birds, and demonstrate that the proposed models are capable of generating realistic and diverse samples with fine-grained category labels. We further show that our models can be applied to other tasks, such as image inpainting, super-resolution, and data augmentation for training better face recognition models.

Code Implementations3 repos
Foundations

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

Your Notes