AICurious Logo

What is: PixelCNN?

SourcePixel Recurrent Neural Networks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

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. PixelCNNs are much faster to train than PixelRNNs because convolutions are inherently easier to parallelize; given the vast number of pixels present in large image datasets this is an important advantage.