paper-with-me

Papers

GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data

2017-05-14 · Shuchang Zhou, Taihong Xiao, Yi Yang, Dieqiao Feng, Qinyao He, Weiran He

Object Transfiguration replaces an object in an image with another object from a second image. For example it can perform tasks like "putting exactly those eyeglasses from image A on the nose of the person in image B". Usage of exemplar images allows more precise specification of desired modifications and improves the diversity of conditional image generation. However, previous methods that rely on feature space operations, require paired data and/or appearance models for training or disentangling objects from background. In this work, we propose a model that can learn object transfiguration from two unpaired sets of images: one set containing images that "have" that kind of object, and the other set being the opposite, with the mild constraint that the objects be located approximately at the same place. For example, the training data can be one set of reference face images that have eyeglasses, and another set of images that have not, both of which spatially aligned by face landmarks. Despite the weak 0/1 labels, our model can learn an "eyeglasses" subspace that contain multiple representatives of different types of glasses. Consequently, we can perform fine-grained control of generated images, like swapping the glasses in two images by swapping the projected components in the "eyeglasses" subspace, to create novel images of people wearing eyeglasses. Overall, our deterministic generative model learns disentangled attribute subspaces from weakly labeled data by adversarial training. Experiments on CelebA and Multi-PIE datasets validate the effectiveness of the proposed model on real world data, in generating images with specified eyeglasses, smiling, hair styles, and lighting conditions etc. The code is available online.

📄 PDF Abstract BibTeX arXiv:1705.04932

Code (2)

megvii-research/genegan 공식 구현 pytorch
Prinsphield/GeneGAN tf

Tasks

AttributeConditional Image GenerationImage GenerationObject

Similar Papers 제목 키워드 기반

Attention-GAN for Object Transfiguration in Wild Images

2018-03-19 · ECCV 2018 9 · Xinyuan Chen, Chang Xu, Xiaokang Yang, DaCheng Tao

This paper studies the object transfiguration problem in wild images. The generative network in classical GANs for object transfiguration often undertakes a dual responsibility: to detect the objects of interests and to …

Object

One-to-one Mapping for Unpaired Image-to-image Translation

2019-09-09 · Zengming Shen, S. Kevin Zhou, Yi-fan Chen, Bogdan Georgescu 외

Recently image-to-image translation has attracted significant interests in the literature, starting from the successful use of the generative adversarial network (GAN), to the introduction of cyclic constraint, to extens…

Generative Adversarial NetworkImage GenerationImage-to-Image TranslationTranslation

Semantics-Aware Image to Image Translation and Domain Transfer

2019-04-03 · Pravakar Roy, Nicolai Häni, Jun-Jee Chao, Volkan Isler

Image to image translation is the problem of transferring an image from a source domain to a different (but related) target domain. We present a new unsupervised image to image translation technique that leverages the un…

DecoderDomain AdaptationImage-to-Image TranslationObject+2

Harmonic Unpaired Image-to-image Translation

2019-02-26 · ICLR 2019 5 · Rui Zhang, Tomas Pfister, Jia Li

The recent direction of unpaired image-to-image translation is on one hand very exciting as it alleviates the big burden in obtaining label-intensive pixel-to-pixel supervision, but it is on the other hand not fully sati…

Image-to-Image TranslationTranslation

Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

2017-03-30 · ICCV 2017 10 · Jun-Yan Zhu, Taesung Park, Phillip Isola, Alexei A. Efros

Image-to-image translation is a class of vision and graphics problems where the goal is to learn the mapping between an input image and an output image using a training set of aligned image pairs. However, for many tasks…

Image ColorizationImage-to-Image TranslationMultimodal Unsupervised Image-To-Image TranslationStyle Transfer+2