MLLGMEMay 23, 2017

Efficient and principled score estimation with Nyström kernel exponential families

arXiv:1705.08360v622 citations
Originality Incremental advance
AI Analysis

This provides a computationally efficient solution for density estimation and adaptive Hamiltonian Monte Carlo sampling, though it appears incremental as an improvement over an earlier full-rank solution.

The authors tackled the problem of learning exponential family density models with infinite-dimensional natural parameters by proposing a fast Nyström-based method for score estimation, which avoids normalization constants. Their approach achieved computational efficiency with statistical guarantees, showing in experiments that it runs faster, is more data-efficient, and has fewer parameters than existing methods.

We propose a fast method with statistical guarantees for learning an exponential family density model where the natural parameter is in a reproducing kernel Hilbert space, and may be infinite-dimensional. The model is learned by fitting the derivative of the log density, the score, thus avoiding the need to compute a normalization constant. Our approach improves the computational efficiency of an earlier solution by using a low-rank, Nyström-like solution. The new solution retains the consistency and convergence rates of the full-rank solution (exactly in Fisher distance, and nearly in other distances), with guarantees on the degree of cost and storage reduction. We evaluate the method in experiments on density estimation and in the construction of an adaptive Hamiltonian Monte Carlo sampler. Compared to an existing score learning approach using a denoising autoencoder, our estimator is empirically more data-efficient when estimating the score, runs faster, and has fewer parameters (which can be tuned in a principled and interpretable way), in addition to providing statistical guarantees.

Code Implementations1 repo
Foundations

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

Your Notes