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.
Source: Pixel Recurrent Neural NetworksPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 12 | 29.27% |
General Classification | 3 | 7.32% |
Video Generation | 2 | 4.88% |
Adversarial Robustness | 2 | 4.88% |
Image Compression | 2 | 4.88% |
Density Estimation | 2 | 4.88% |
Conditional Image Generation | 2 | 4.88% |
Video Prediction | 1 | 2.44% |
Image Reconstruction | 1 | 2.44% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |