MLLGMay 22, 2017

A Linear-Time Kernel Goodness-of-Fit Test

arXiv:1705.07673v2109 citations
Originality Incremental advance
AI Analysis

This work provides a more efficient method for statisticians and machine learning practitioners to test model fit, though it is incremental as it builds on existing kernel test frameworks.

The authors tackled the problem of efficient goodness-of-fit testing by developing a novel adaptive test with linear-time computational cost, which outperforms previous linear-time and quadratic-time kernel tests in experiments, matching or exceeding their power and showing significant gains in high-dimensional settings.

We propose a novel adaptive test of goodness-of-fit, with computational cost linear in the number of samples. We learn the test features that best indicate the differences between observed samples and a reference model, by minimizing the false negative rate. These features are constructed via Stein's method, meaning that it is not necessary to compute the normalising constant of the model. We analyse the asymptotic Bahadur efficiency of the new test, and prove that under a mean-shift alternative, our test always has greater relative efficiency than a previous linear-time kernel test, regardless of the choice of parameters for that test. In experiments, the performance of our method exceeds that of the earlier linear-time test, and matches or exceeds the power of a quadratic-time kernel test. In high dimensions and where model structure may be exploited, our goodness of fit test performs far better than a quadratic-time two-sample test based on the Maximum Mean Discrepancy, with samples drawn from the model.

Code Implementations4 repos
Foundations

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

Your Notes