Scalable Random Wavelet Features: Efficient Non-Stationary Kernel Approximation with Convergence Guarantees
Sawan Kumar, Souvik Chakraborty
TL;DR
The paper tackles the challenge of modeling non-stationary processes at scale by replacing stationary random Fourier features with Random Wavelet Features (RWF), which sample from localized wavelet families to form explicit, multi-resolution feature maps. RWF yields a non-stationary kernel with positive definiteness, unbiasedness, and uniform convergence guarantees, while maintaining training complexity of $\mathcal{O}(ND^2)$ and test-time cost $\mathcal{O}(D^2)$. Theoretical results include bounds on variance, a probabilistic uniform convergence bound, and explicit sample complexity for achieving a given approximation error. Empirically, RWF-GP outperforms stationary baselines and remains competitive with more complex non-stationary models across synthetic, speech, and large real-world datasets, highlighting the method’s practicality for scalable, expressive kernel learning.
Abstract
Modeling non-stationary processes, where statistical properties vary across the input domain, is a critical challenge in machine learning; yet most scalable methods rely on a simplifying assumption of stationarity. This forces a difficult trade-off: use expressive but computationally demanding models like Deep Gaussian Processes, or scalable but limited methods like Random Fourier Features (RFF). We close this gap by introducing Random Wavelet Features (RWF), a framework that constructs scalable, non-stationary kernel approximations by sampling from wavelet families. By harnessing the inherent localization and multi-resolution structure of wavelets, RWF generates an explicit feature map that captures complex, input-dependent patterns. Our framework provides a principled way to generalize RFF to the non-stationary setting and comes with a comprehensive theoretical analysis, including positive definiteness, unbiasedness, and uniform convergence guarantees. We demonstrate empirically on a range of challenging synthetic and real-world datasets that RWF outperforms stationary random features and offers a compelling accuracy-efficiency trade-off against more complex models, unlocking scalable and expressive kernel methods for a broad class of real-world non-stationary problems.
