Debiased Distribution Compression
Lingxiao Li, Raaz Dwivedi, Lester Mackey
TL;DR
This work tackles debiased distribution compression when only biased input samples are available, proposing a new suite of core algorithms that convert biased inputs into accurate summaries of a target distribution $\mathbb{P}$ with strong $\mathrm{MMD}$ guarantees. The core approach uses Stein kernels to debias input sequences and then compresses the debiased representation via Stein Kernel Thinning (SKT) to obtain $\sqrt{n}$ equal-weighted points with $\widetilde{O}(n^{-1/2})$ error, and extends this to scalable, sub-quadratic methods (Low-rank SKT). The framework further includes weighted variants—Simplex-weighted Stein Recombination and Stein Cholesky—that preserve simplex or constant constraints while maintaining comparable guarantees with $\operatorname{polylog}(n)$-sized coresets. The paper also provides new guarantees on the spectral decay of kernel matrices and covering numbers in Stein RKHS, and demonstrates practical effectiveness on posterior summaries in settings with burn-in, tempering, and approximate MCMC biases. Overall, the methods offer scalable, principled debiasing and compression that improve upon i.i.d. sampling in realistic Bayesian and MCMC contexts.
Abstract
Modern compression methods can summarize a target distribution $\mathbb{P}$ more succinctly than i.i.d. sampling but require access to a low-bias input sequence like a Markov chain converging quickly to $\mathbb{P}$. We introduce a new suite of compression methods suitable for compression with biased input sequences. Given $n$ points targeting the wrong distribution and quadratic time, Stein kernel thinning (SKT) returns $\sqrt{n}$ equal-weighted points with $\widetilde{O}(n^{-1/2})$ maximum mean discrepancy (MMD) to $\mathbb{P}$. For larger-scale compression tasks, low-rank SKT achieves the same feat in sub-quadratic time using an adaptive low-rank debiasing procedure that may be of independent interest. For downstream tasks that support simplex or constant-preserving weights, Stein recombination and Stein Cholesky achieve even greater parsimony, matching the guarantees of SKT with as few as $\text{poly-log}(n)$ weighted points. Underlying these advances are new guarantees for the quality of simplex-weighted coresets, the spectral decay of kernel matrices, and the covering numbers of Stein kernel Hilbert spaces. In our experiments, our techniques provide succinct and accurate posterior summaries while overcoming biases due to burn-in, approximate Markov chain Monte Carlo, and tempering.
