Optimal Online Change Detection via Random Fourier Features
Florian Kalinke, Shakeel Gavioli-Akilagun
TL;DR
This work addresses online non-parametric change point detection in multivariate data by integrating kernel mean embeddings with a random Fourier feature (RFF) approximation of the maximum mean discrepancy (MMD). The proposed Online RFF-MMD runs on a genuinely online, window-free basis, achieving $O(r \log n)$ time and $O(r \log n)$ space per observation through a dyadic grid of local tests and efficient feature-map updates. The authors establish strong theoretical guarantees, including average run length and false alarm controls, a concrete bound on detection delay, and a minimax lower bound showing near-optimality up to logarithmic factors, and they validate the method on synthetic data and MNIST with competitive performance. This approach enables scalable, non-parametric online change detection for high-volume streams without requiring pre-change data or window tuning, with practical impact for real-time monitoring tasks.
Abstract
This article studies the problem of online non-parametric change point detection in multivariate data streams. We approach the problem through the lens of kernel-based two-sample testing and introduce a sequential testing procedure based on random Fourier features, running with logarithmic time complexity per observation and with overall logarithmic space complexity. The algorithm has two advantages compared to the state of the art. First, our approach is genuinely online, and no access to training data known to be from the pre-change distribution is necessary. Second, the algorithm does not require the user to specify a window parameter over which local tests are to be calculated. We prove strong theoretical guarantees on the algorithm's performance, including information-theoretic bounds demonstrating that the detection delay is optimal in the minimax sense. Numerical studies on real and synthetic data show that our algorithm is competitive with respect to the state of the art.
