Variable Skipping for Autoregressive Range Density Estimation

Abstract

Deep autoregressive models compute point likelihood estimates of individual data points. However, many applications (i.e., database cardinality estimation), require estimating range densities, a capability that is under-explored by current neural density estimation literature. In these applications, fast and accurate range density estimates over high-dimensional data directly impact user-perceived performance. In this paper, we explore a technique for accelerating range density estimation over deep autoregressive models. This technique, called variable skipping, exploits the sparse structure of range density queries to avoid sampling unnecessary variables during approximate inference. We show that variable skipping provides 10-100x efficiency improvements when targeting challenging high-quantile error metrics, enables complex applications such as text pattern matching, and can be realized via a simple data augmentation procedure without changing the usual maximum likelihood objective.

Cite

Text

Liang et al. "Variable Skipping for Autoregressive Range Density Estimation." International Conference on Machine Learning, 2020.

Markdown

[Liang et al. "Variable Skipping for Autoregressive Range Density Estimation." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/liang2020icml-variable/)

BibTeX

@inproceedings{liang2020icml-variable,
  title     = {{Variable Skipping for Autoregressive Range Density Estimation}},
  author    = {Liang, Eric and Yang, Zongheng and Stoica, Ion and Abbeel, Pieter and Duan, Yan and Chen, Peter},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {6040-6049},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/liang2020icml-variable/}
}