This document summarizes Pixel Recurrent Neural Networks, proposed models for generative image modeling including PixelRNN and PixelCNN. PixelRNN uses row LSTMs or diagonal bi-LSTMs to capture pixel dependencies while PixelCNN replaces the unbounded dependency with a large bounded receptive field, turning it into a pixel-level classification problem. The models are optimized using techniques like residual connections and masked convolutions. Experiments on MNIST, CIFAR-10, and ImageNet demonstrate state-of-the-art results in log-likelihood and capability of image completion.