CVIVJul 3, 2019

Semi-supervised Image Attribute Editing using Generative Adversarial Networks

arXiv:1907.01841v223 citations
Originality Incremental advance
AI Analysis

This work addresses image attribute editing for computer vision applications, offering an unsupervised method that is incremental over existing supervised approaches.

The paper tackles the problem of image attribute editing by introducing the Cyclic Reverse Generator (CRG) architecture, which learns an inverse function of the generator in an unsupervised setting using cyclic cost minimization, achieving state-of-the-art results on the CelebA dataset with better image reconstruction compared to existing models.

Image attribute editing is a challenging problem that has been recently studied by many researchers using generative networks. The challenge is in the manipulation of selected attributes of images while preserving the other details. The method to achieve this goal is to find an accurate latent vector representation of an image and a direction corresponding to the attribute. Almost all the works in the literature use labeled datasets in a supervised setting for this purpose. In this study, we introduce an architecture called Cyclic Reverse Generator (CRG), which allows learning the inverse function of the generator accurately via an encoder in an unsupervised setting by utilizing cyclic cost minimization. Attribute editing is then performed using the CRG models for finding desired attribute representations in the latent space. In this work, we use two arbitrary reference images, with and without desired attributes, to compute an attribute direction for editing. We show that the proposed approach performs better in terms of image reconstruction compared to the existing end-to-end generative models both quantitatively and qualitatively. We demonstrate state-of-the-art results on both real images and generated images in CelebA dataset.

Foundations

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

Your Notes