COLGMLMar 27, 2018

Stein Points

arXiv:1803.10161v4115 citations
Originality Incremental advance
AI Analysis

This method addresses the challenge of efficient posterior approximation in computational statistics and machine learning, particularly when using few points, but appears incremental as it builds on existing discrepancy minimization techniques.

The paper tackled the problem of approximating a posterior distribution with a small set of deterministic points by introducing 'Stein Points', which iteratively minimize kernel Stein discrepancy, resulting in accurate approximation at modest computational cost.

An important task in computational statistics and machine learning is to approximate a posterior distribution $p(x)$ with an empirical measure supported on a set of representative points $\{x_i\}_{i=1}^n$. This paper focuses on methods where the selection of points is essentially deterministic, with an emphasis on achieving accurate approximation when $n$ is small. To this end, we present `Stein Points'. The idea is to exploit either a greedy or a conditional gradient method to iteratively minimise a kernel Stein discrepancy between the empirical measure and $p(x)$. Our empirical results demonstrate that Stein Points enable accurate approximation of the posterior at modest computational cost. In addition, theoretical results are provided to establish convergence of the method.

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