MLLGMENov 7, 2022

Automatic Change-Point Detection in Time Series via Deep Learning

arXiv:2211.03860v340 citationsh-index: 52Has Code
Originality Incremental advance
AI Analysis

This provides a flexible, automated solution for practitioners needing change-point detection in various data types, though it is incremental as it builds on existing neural network representations of tests.

The paper tackles the challenge of automatically detecting change-points in time series by training a neural network, showing competitive performance with standard methods in Gaussian noise and substantial improvements in non-Gaussian or auto-correlated noise.

Detecting change-points in data is challenging because of the range of possible types of change and types of behaviour of data when there is no change. Statistically efficient methods for detecting a change will depend on both of these features, and it can be difficult for a practitioner to develop an appropriate detection method for their application of interest. We show how to automatically generate new offline detection methods based on training a neural network. Our approach is motivated by many existing tests for the presence of a change-point being representable by a simple neural network, and thus a neural network trained with sufficient data should have performance at least as good as these methods. We present theory that quantifies the error rate for such an approach, and how it depends on the amount of training data. Empirical results show that, even with limited training data, its performance is competitive with the standard CUSUM-based classifier for detecting a change in mean when the noise is independent and Gaussian, and can substantially outperform it in the presence of auto-correlated or heavy-tailed noise. Our method also shows strong results in detecting and localising changes in activity based on accelerometer data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes