# Semi-supervised Image Attribute Editing using Generative Adversarial   Networks

**Authors:** Yahya Dogan, Hacer Yalim Keles

arXiv: 1907.01841 · 2020-04-14

## TL;DR

This paper introduces a novel unsupervised method for image attribute editing using a cyclic reverse generator, achieving superior reconstruction and editing results on CelebA dataset without labeled data.

## Contribution

The paper proposes the Cyclic Reverse Generator (CRG) architecture that learns inverse generator functions in an unsupervised manner for attribute editing.

## Key findings

- Outperforms existing models in image reconstruction quality.
- Achieves state-of-the-art attribute editing results on CelebA.
- Operates effectively without labeled datasets.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01841/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01841/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1907.01841/full.md

---
Source: https://tomesphere.com/paper/1907.01841