paper-with-me

Papers

Conditional Image Generation with PixelCNN Decoders

2016-06-16 · NeurIPS 2016 12 · Aaron van den Oord, Nal Kalchbrenner, Oriol Vinyals, Lasse Espeholt, Alex Graves, Koray Kavukcuoglu

This work explores conditional image generation with a new image density model based on the PixelCNN architecture. The model can be conditioned on any vector, including descriptive labels or tags, or latent embeddings created by other networks. When conditioned on class labels from the ImageNet database, the model is able to generate diverse, realistic scenes representing distinct animals, objects, landscapes and structures. When conditioned on an embedding produced by a convolutional network given a single image of an unseen face, it generates a variety of new portraits of the same person with different facial expressions, poses and lighting conditions. We also show that conditional PixelCNN can serve as a powerful decoder in an image autoencoder. Additionally, the gated convolutional layers in the proposed model improve the log-likelihood of PixelCNN to match the state-of-the-art performance of PixelRNN on ImageNet, with greatly reduced computational cost.

📄 PDF Abstract BibTeX arXiv:1606.05328

Code (14)

EugenHotaj/pytorch-generative/blob/master/pytorch_generative/models/autoregressive/gated_pixel_cnn.py pytorch
PsorTheDoctor/microarray-data tf
SJHNJU/Gated_PixelCNN tf
SJHNJU/gated-pixelcnn tf
anordertoreclaim/PixelCNN pytorch
chandlersupple/Tensorflow-PixelCNN tf
eyalbetzalel/pytorch-generative pytorch
eyalbetzalel/pytorch-generative-v2 pytorch
kamenbliznashki/pixel_models pytorch
kkleidal/gatedpixelcnnpytorch pytorch
openai/pixel-cnn tf
rampage644/wavenet tf
sarus-tech/tf2-published-models/tree/master/gated_pixelcnn tf
vocong25/gated_pixelcnn tf

Tasks

Conditional Image GenerationDecoderDensity EstimationDescriptiveImage Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Masked Convolution A Masked Convolution is a type of convolution which masks certain pixels so that the model can only predict based on pixels…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
PixelRNN PixelRNNs are generative neural networks that sequentially predicts the pixels in an image along the two spatial dimensions. They model the discrete probability of the raw…
PixelCNN A PixelCNN is a generative model that uses autoregressive connections to model images pixel by pixel, decomposing the joint image distribution as a product of conditionals.…

Similar Papers 제목 키워드 기반

Parallel Multiscale Autoregressive Density Estimation

2017-03-10 · ICML 2017 8 · Scott Reed, Aäron van den Oord, Nal Kalchbrenner, Sergio Gómez Colmenarejo 외

PixelCNN achieves state-of-the-art results in density estimation for natural images. Although training is fast, inference is costly, requiring one network evaluation per pixel; O(N) for N pixels. This can be sped up by c…

Conditional Image GenerationDensity EstimationImage CompressionImage Generation+1

Locally Masked Convolution for Autoregressive Models

2020-06-22 · Ajay Jain, Pieter Abbeel, Deepak Pathak

High-dimensional generative models have many applications including image compression, multimedia generation, anomaly detection and data completion. State-of-the-art estimators for natural images are autoregressive, deco…

Anomaly DetectionDensity EstimationImage CompressionImage Generation

Spatial PixelCNN: Generating Images from Patches

2017-12-03 · Nader Akoury, Anh Nguyen

In this paper we propose Spatial PixelCNN, a conditional autoregressive model that generates images from small patches. By conditioning on a grid of pixel coordinates and global features extracted from a Variational Auto…

The Variational Homoencoder: Learning to learn high capacity generative models from few examples

2018-07-24 · Luke B. Hewitt, Maxwell I. Nye, Andreea Gane, Tommi Jaakkola 외

Hierarchical Bayesian methods can unify many related tasks (e.g. k-shot classification, conditional and unconditional generation) as inference within a single generative model. However, when this generative model is expr…

General Classification

Multimodal Controller for Generative Models

2020-02-07 · Enmao Diao, Jie Ding, Vahid Tarokh

Class-conditional generative models are crucial tools for data generation from user-specified class labels. Existing approaches for class-conditional generative models require nontrivial modifications of backbone generat…