LGAIMLJul 10, 2024

Causal Discovery-Driven Change Point Detection in Time Series

arXiv:2407.07290v23 citationsh-index: 9
AI Analysis

This work addresses a specific challenge in time series analysis for applications like human activity sensing and medical science, but it is incremental as it builds on existing causal and change point detection methods.

The paper tackles the problem of detecting change points in multivariate time series by focusing on specific components rather than the entire joint distribution, using a two-stage algorithm that combines causal discovery with conditional relative Pearson divergence estimation. The result is validated on synthetic and real-world datasets, showing correctness and utility, though no concrete numbers are provided.

Change point detection in time series aims to identify moments when the probability distribution of time series changes. It is widely applied in many areas, such as human activity sensing and medical science. In the context of multivariate time series, this typically involves examining the joint distribution of multiple variables: If the distribution of any one variable changes, the entire time series undergoes a distribution shift. However, in practical applications, we may be interested only in certain components of the time series, exploring abrupt changes in their distributions while accounting for the presence of other components. Here, assuming an underlying structural causal model that governs the time-series data generation, we address this task by proposing a two-stage non-parametric algorithm that first learns parts of the causal structure through constraint-based discovery methods, and then employs conditional relative Pearson divergence estimation to identify the change points. The conditional relative Pearson divergence quantifies the distribution difference between consecutive segments in the time series, while the causal discovery method allows a focus on the causal mechanism, facilitating access to independent and identically distributed (IID) samples. Theoretically, the typical assumption of samples being IID in conventional change point detection methods can be relaxed based on the Causal Markov Condition. Through experiments on both synthetic and real-world datasets, we validate the correctness and utility of our approach.

Foundations

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

Your Notes