TL;DR
This paper introduces QT-EWMA, a nonparametric, online change detection algorithm for multivariate data streams that guarantees false alarm control and adapts with minimal training data, outperforming existing methods.
Contribution
The paper presents QT-EWMA, a novel nonparametric change detection method with a new incremental update mechanism, ensuring false alarm control in multivariate streaming data.
Findings
QT-EWMA controls false alarms effectively.
QT-EWMA outperforms state-of-the-art methods in detection delay.
The incremental QT-EWMA-update adapts with small training sets.
Abstract
We address the problem of online change detection in multivariate datastreams, and we introduce QuantTree Exponentially Weighted Moving Average (QT-EWMA), a nonparametric change-detection algorithm that can control the expected time before a false alarm, yielding a desired Average Run Length (ARL). Controlling false alarms is crucial in many applications and is rarely guaranteed by online change-detection algorithms that can monitor multivariate datastreams without knowing the data distribution. Like many change-detection algorithms, QT-EWMA builds a model of the data distribution, in our case a QuantTree histogram, from a stationary training set. To monitor datastreams even when the training set is extremely small, we propose QT-EWMA-update, which incrementally updates the QuantTree histogram during monitoring, always keeping the ARL under control. Our experiments, performed on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsQuantTree histograms
