paper-with-me

Papers

Conditional Adversarial Generative Flow for Controllable Image Synthesis

2019-04-03 · CVPR 2019 6 · Rui Liu, Yu Liu, Xinyu Gong, Xiaogang Wang, Hongsheng Li

Flow-based generative models show great potential in image synthesis due to its reversible pipeline and exact log-likelihood target, yet it suffers from weak ability for conditional image synthesis, especially for multi-label or unaware conditions. This is because the potential distribution of image conditions is hard to measure precisely from its latent variable $z$. In this paper, based on modeling a joint probabilistic density of an image and its conditions, we propose a novel flow-based generative model named conditional adversarial generative flow (CAGlow). Instead of disentangling attributes from latent space, we blaze a new trail for learning an encoder to estimate the mapping from condition space to latent space in an adversarial manner. Given a specific condition $c$, CAGlow can encode it to a sampled $z$, and then enable robust conditional image synthesis in complex situations like combining person identity with multiple attributes. The proposed CAGlow can be implemented in both supervised and unsupervised manners, thus can synthesize images with conditional information like categories, attributes, and even some unknown properties. Extensive experiments show that CAGlow ensures the independence of different conditions and outperforms regular Glow to a significant extent.

📄 PDF Abstract BibTeX arXiv:1904.01782

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Invertible 1x1 Convolution The Invertible 1x1 Convolution is a type of convolution used in flow-based generative models that reverses the ordering of…
Activation Normalization Activation Normalization is a type of normalization used for flow-based generative models; specifically it was introduced in the GLOW
Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
GLOW 설명 없음

Similar Papers 제목 키워드 기반

Attack Deterministic Conditional Image Generative Models for Diverse and Controllable Generation

2024-03-13 · Tianyi Chu, Wei Xing, Jiafu Chen, Zhizhong Wang 외

Existing generative adversarial network (GAN) based conditional image generative models typically produce fixed output for the same conditional input, which is unreasonable for highly subjective tasks, such as large-mask…

Adversarial AttackConditional Image GenerationGenerative Adversarial NetworkImage Generation+2

Unified Generative Adversarial Networks for Controllable Image-to-Image Translation

2019-12-12 · Hao Tang, Hong Liu, Nicu Sebe

We propose a unified Generative Adversarial Network (GAN) for controllable image-to-image translation, i.e., transferring an image from a source to a target domain guided by controllable structures. In addition to condit…

Facial Expression TranslationGenerative Adversarial NetworkGesture-to-Gesture TranslationImage Generation+2

Learning What and Where to Draw

2016-10-08 · NeurIPS 2016 12 · Scott Reed, Zeynep Akata, Santosh Mohan, Samuel Tenka 외

Generative Adversarial Networks (GANs) have recently demonstrated the capability to synthesize compelling real-world images, such as room interiors, album covers, manga, faces, birds, and flowers. While existing models c…

Image GenerationText-to-Image Generation

Generating Image Sequence from Description with LSTM Conditional GAN

2018-06-08 · Xu Ouyang, Xi Zhang, Di Ma, Gady Agam

Generating images from word descriptions is a challenging task. Generative adversarial networks(GANs) are shown to be able to generate realistic images of real-life objects. In this paper, we propose a new neural network…

Paired 3D Model Generation with Conditional Generative Adversarial Networks

2018-08-09 · Cihan Öngün, Alptekin Temizel

Generative Adversarial Networks (GANs) are shown to be successful at generating new and realistic samples including 3D object models. Conditional GAN, a variant of GANs, allows generating samples in given conditions. How…

Image Generation