LGMLMay 30, 2017

Recurrent Estimation of Distributions

arXiv:1705.10750v12 citations
Originality Incremental advance
AI Analysis

This work addresses density estimation for real-world data, offering improvements in modeling efficiency and accuracy, but it appears incremental as it builds on existing neural network methods with specific enhancements.

The paper tackles the problem of density estimation for real-valued data by introducing the recurrent estimation of distributions (RED) model, which uses recurrent neural networks to transform covariates and compute conditional distributions, resulting in lower held-out negative log-likelihood and better anomaly detection performance compared to other neural network approaches.

This paper presents the recurrent estimation of distributions (RED) for modeling real-valued data in a semiparametric fashion. RED models make two novel uses of recurrent neural networks (RNNs) for density estimation of general real-valued data. First, RNNs are used to transform input covariates into a latent space to better capture conditional dependencies in inputs. After, an RNN is used to compute the conditional distributions of the latent covariates. The resulting model is efficient to train, compute, and sample from, whilst producing normalized pdfs. The effectiveness of RED is shown via several real-world data experiments. Our results show that RED models achieve a lower held-out negative log-likelihood than other neural network approaches across multiple dataset sizes and dimensionalities. Further context of the efficacy of RED is provided by considering anomaly detection tasks, where we also observe better performance over alternative models.

Foundations

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

Your Notes