One-Pass Sparsified Gaussian Mixtures
Eric Kightley, Stephen Becker
TL;DR
SGMM tackles clustering in high-dimensional, streaming settings by compressing each data point to a $Q$-dimensional sketch using ROS-based preconditioning and per-point projections. The EM framework is adapted to a sparsified Gaussian density, enabling $\mathcal{O}(K N Q)$ ML updates while estimating parameters in the full $P$-space. Empirical results on MNIST and synthetic data demonstrate substantial speedups with minimal accuracy loss and robust small-cluster and mean recovery under sparsification. This approach is well suited for streaming, resource-constrained clustering in large-scale, high-dimensional applications.
Abstract
We present a one-pass sparsified Gaussian mixture model (SGMM). Given $N$ data points in $P$ dimensions, $X$, the model fits $K$ Gaussian distributions to $X$ and (softly) classifies each point to these clusters. After paying an up-front cost of $\mathcal{O}(NP\log P)$ to precondition the data, we subsample $Q$ entries of each data point and discard the full $P$-dimensional data. SGMM operates in $\mathcal{O}(KNQ)$ time per iteration for diagonal or spherical covariances, independent of $P$, while estimating the model parameters in the full $P$-dimensional space, making it one-pass and hence suitable for streaming data. We derive the maximum likelihood estimators for the parameters in the sparsified regime, demonstrate clustering on synthetic and real data, and show that SGMM is faster than GMM while preserving accuracy.
