PixelCNN++: Improving the PixelCNN with discretized logistic mixture likelihood and other modifications

OpenAI Blog Papers

Summary

PixelCNN++ introduces several architectural improvements to PixelCNN including discretized logistic mixture likelihood, downsampling, and shortcut connections, achieving state-of-the-art log likelihood results on CIFAR-10.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 02:45 PM

# PixelCNN++: Improving the PixelCNN with discretized logistic mixture likelihood and other modifications Source: [https://openai.com/index/pixelcnn-plus-plus/](https://openai.com/index/pixelcnn-plus-plus/) ## Abstract PixelCNNs are a recently proposed class of powerful generative models with tractable likelihood\. Here we discuss our implementation of PixelCNNs which we make available at[this https URL⁠\(opens in a new window\)](https://github.com/openai/pixel-cnn)\. Our implementation contains a number of modifications to the original model that both simplify its structure and improve its performance\. 1\) We use a discretized logistic mixture likelihood on the pixels, rather than a 256\-way softmax, which we find to speed up training\. 2\) We condition on whole pixels, rather than R/G/B sub\-pixels, simplifying the model structure\. 3\) We use downsampling to efficiently capture structure at multiple resolutions\. 4\) We introduce additional short\-cut connections to further speed up optimization\. 5\) We regularize the model using dropout\. Finally, we present state\-of\-the\-art log likelihood results on CIFAR\-10 to demonstrate the usefulness of these modifications\.

Similar Articles

L2P: Unlocking Latent Potential for Pixel Generation

Hugging Face Daily Papers

The L2P paper introduces a Latent-to-Pixel transfer paradigm that leverages pre-trained latent diffusion models to create efficient pixel-space models capable of 4K generation with minimal training overhead.

PiD: Fast and High-Resolution Latent Decoding with Pixel Diffusion

Hugging Face Daily Papers

PiD introduces a pixel diffusion decoder that reformulates latent decoding as conditional pixel diffusion, enabling fast and high-quality image synthesis at high resolutions with reduced computational requirements. It decodes latents into 4x or 8x upscaled images in under a second on consumer hardware.

Scaling Closed-Loop Feature Channel Configuration with LLMs

arXiv cs.LG

This paper scales a closed-loop LLM-based channel configuration search to 250 candidates per cycle, showing positive accuracy trends and improved parameter efficiency on CIFAR-100, and revealing architectural regularities in LLM-generated channel priors.

MiniCPM-V 4.5: Cooking Efficient MLLMs via Architecture, Data, and Training Recipe

Papers with Code Trending

MiniCPM-V 4.5 is an 8B multimodal large language model that achieves high efficiency and strong performance through a unified 3D-Resampler architecture, a novel data strategy, and a hybrid reinforcement learning approach. The model reportedly surpasses larger proprietary and open-source benchmarks while significantly reducing GPU memory usage and inference time.