LGCVITJan 27, 2022

Unsupervised Change Detection using DRE-CUSUM

arXiv:2201.11678v14 citations
Originality Highly original
AI Analysis

This addresses the need for reliable change detection in practical settings like high-dimensional time-series, offering a theoretically justified unsupervised method, though it builds on prior density-ratio approaches.

The paper tackles the problem of unsupervised change detection in time-series data without prior knowledge of distributions, proposing DRE-CUSUM, which uses density-ratio estimation and cumulative sums to detect statistical changes, and shows superiority over state-of-the-art methods in experiments.

This paper presents DRE-CUSUM, an unsupervised density-ratio estimation (DRE) based approach to determine statistical changes in time-series data when no knowledge of the pre-and post-change distributions are available. The core idea behind the proposed approach is to split the time-series at an arbitrary point and estimate the ratio of densities of distribution (using a parametric model such as a neural network) before and after the split point. The DRE-CUSUM change detection statistic is then derived from the cumulative sum (CUSUM) of the logarithm of the estimated density ratio. We present a theoretical justification as well as accuracy guarantees which show that the proposed statistic can reliably detect statistical changes, irrespective of the split point. While there have been prior works on using density ratio based methods for change detection, to the best of our knowledge, this is the first unsupervised change detection approach with a theoretical justification and accuracy guarantees. The simplicity of the proposed framework makes it readily applicable in various practical settings (including high-dimensional time-series data); we also discuss generalizations for online change detection. We experimentally show the superiority of DRE-CUSUM using both synthetic and real-world datasets over existing state-of-the-art unsupervised algorithms (such as Bayesian online change detection, its variants as well as several other heuristic methods).

Foundations

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

Your Notes