paper-with-me

Papers

Invertible Conditional GANs for image editing

2016-11-19 · Guim Perarnau, Joost Van de Weijer, Bogdan Raducanu, Jose M. Álvarez

Generative Adversarial Networks (GANs) have recently demonstrated to successfully approximate complex data distributions. A relevant extension of this model is conditional GANs (cGANs), where the introduction of external information allows to determine specific representations of the generated images. In this work, we evaluate encoders to inverse the mapping of a cGAN, i.e., mapping a real image into a latent space and a conditional representation. This allows, for example, to reconstruct and modify real images of faces conditioning on arbitrary attributes. Additionally, we evaluate the design of cGANs. The combination of an encoder with a cGAN, which we call Invertible cGAN (IcGAN), enables to re-generate real images with deterministic complex modifications.

📄 PDF Abstract BibTeX arXiv:1611.06355

Code (6)

Guim3/IcGAN 공식 구현 torch
LynnHo/AttGAN-Tensorflow tf
guptag22/uic-cs512-project pytorch
nguyenquangduc2000/AttGAN tf
tangji08/face-generator tf
zjsong/CDNet pytorch

Tasks

Conditional Image GenerationImage-to-Image Translation

Similar Papers 제목 키워드 기반

InvGAN: Invertible GANs

2021-12-08 · Partha Ghosh, Dominik Zietlow, Michael J. Black, Larry S. Davis 외

Generation of photo-realistic images, semantic editing and representation learning are a few of many potential applications of high resolution generative models. Recent progress in GANs have established them as an excell…

Data AugmentationImage InpaintingRepresentation Learning

Conditional Invertible Neural Networks for Guided Image Generation

2019-09-25 · Lynton Ardizzone, Carsten Lüth, Jakob Kruse, Carsten Rother 외

In this work, we address the task of natural image generation guided by a conditioning input. We introduce a new architecture called conditional invertible neural network (cINN). It combines the purely generative INN mod…

ColorizationImage ColorizationImage Generation

Conditional Invertible Neural Networks for Diverse Image-to-Image Translation

2021-05-05 · Lynton Ardizzone, Jakob Kruse, Carsten Lüth, Niels Bracher 외

We introduce a new architecture called a conditional invertible neural network (cINN), and use it to address the task of diverse image-to-image translation for natural images. This is not easily possible with existing IN…

ColorizationImage ColorizationImage-to-Image TranslationTranslation

AgeFlow: Conditional Age Progression and Regression with Normalizing Flows

2021-05-15 · Zhizhong Huang, Shouzhen Chen, Junping Zhang, Hongming Shan

Age progression and regression aim to synthesize photorealistic appearance of a given face image with aging and rejuvenation effects, respectively. Existing generative adversarial networks (GANs) based methods suffer fro…

AttributeKnowledge Distillationregression

Mask-Guided Portrait Editing with Conditional GANs

2019-05-24 · CVPR 2019 6 · Shuyang Gu, Jianmin Bao, Hao Yang, Dong Chen 외

Portrait editing is a popular subject in photo manipulation. The Generative Adversarial Network (GAN) advances the generating of realistic faces and allows more face editing. In this paper, we argue about three issues in…

Data AugmentationDiversityFace GenerationFace Parsing+2