LGMLFeb 23, 2020

Predictive Sampling with Forecasting Autoregressive Models

arXiv:2002.09928v220 citations
AI Analysis

This addresses a practical bottleneck for researchers and practitioners using ARMs in image and audio data modeling, though it is incremental as it builds on existing ARM frameworks.

The paper tackles the slow sampling problem in autoregressive models (ARMs) by introducing a predictive sampling algorithm that speeds up sampling while maintaining model integrity, showing considerable improvements in inference calls and sampling speed on datasets like MNIST, SVHN, CIFAR10, and Imagenet32.

Autoregressive models (ARMs) currently hold state-of-the-art performance in likelihood-based modeling of image and audio data. Generally, neural network based ARMs are designed to allow fast inference, but sampling from these models is impractically slow. In this paper, we introduce the predictive sampling algorithm: a procedure that exploits the fast inference property of ARMs in order to speed up sampling, while keeping the model intact. We propose two variations of predictive sampling, namely sampling with ARM fixed-point iteration and learned forecasting modules. Their effectiveness is demonstrated in two settings: i) explicit likelihood modeling on binary MNIST, SVHN and CIFAR10, and ii) discrete latent modeling in an autoencoder trained on SVHN, CIFAR10 and Imagenet32. Empirically, we show considerable improvements over baselines in number of ARM inference calls and sampling speed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes