Autoregressive Quantile Networks for Generative Modeling
Georg Ostrovski, Will Dabney, Rémi Munos
TL;DR
The paper introduces autoregressive implicit quantile networks (AIQN), a quantile-regression-based approach to generative modeling that avoids KL divergence and aligns with perceptual metrics. By extending IQN to an autoregressive framework (PixelIQN) and conditioning on quantile inputs, the method achieves higher perceptual quality without sacrificing diversity, as demonstrated on CIFAR-10 and ImageNet 32x32—outperforming PixelCNN and comparable models on standard metrics like Inception Score and FID. The work links quantile regression with optimal transport through quantile divergence and shows potential extensions to latent-variable spaces (AIQN-VAE), offering a simple, robust alternative to likelihood- and GAN-based methods. Overall, AIQN provides a flexible, architecture-agnostic path to better perceptual fidelity in generative modeling.
Abstract
We introduce autoregressive implicit quantile networks (AIQN), a fundamentally different approach to generative modeling than those commonly used, that implicitly captures the distribution using quantile regression. AIQN is able to achieve superior perceptual quality and improvements in evaluation metrics, without incurring a loss of sample diversity. The method can be applied to many existing models and architectures. In this work we extend the PixelCNN model with AIQN and demonstrate results on CIFAR-10 and ImageNet using Inception score, FID, non-cherry-picked samples, and inpainting results. We consistently observe that AIQN yields a highly stable algorithm that improves perceptual quality while maintaining a highly diverse distribution.
