paper-with-me

홈 › Papers

Causal Disentanglement Learning for Accurate Anomaly Detection in Multivariate Time Series

2025-10-13 · Wonah Kim, Jeonghyeon Park, Dongsan Jun, Jungkyu Han, Sejin Chun arxiv

Disentangling complex causal relationships is important for accurate detection of anomalies. In multivariate time series analysis, dynamic interactions among data variables over time complicate the interpretation of causal relationships. Traditional approaches assume statistical independence between variables in unsupervised settings, whereas recent methods capture feature correlations through graph representation learning. However, their representations fail to explicitly infer the causal relationships over different time periods. To solve the problem, we propose Causally Disentangled Representation Learning for Anomaly Detection (CDRL4AD) to detect anomalies and identify their causal relationships in multivariate time series. First, we design the causal process as model input, the temporal heterogeneous graph, and causal relationships. Second, our representation identifies causal relationships over different time periods and disentangles latent variables to infer the corresponding causal factors. Third, our experiments on real-world datasets demonstrate that CDRL4AD outperforms state-of-the-art methods in terms of accuracy and root cause analysis. Fourth, our model analysis validates hyperparameter sensitivity and the time complexity of CDRL4AD. Last, we conduct a case study to show how our approach assists human experts in diagnosing the root causes of anomalies.

📄 PDF Abstract BibTeX arXiv:2510.11084

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningTime Series AnalysisAnomaly Detection

Similar Papers 제목 키워드 기반

Entropy Causal Graphs for Multivariate Time Series Anomaly Detection

2023-12-15 · Falih Gozi Febrinanto, Kristen Moore, Chandra Thapa, Mujie Liu 외

Many multivariate time series anomaly detection frameworks have been proposed and widely applied. However, most of these frameworks do not consider intrinsic relationships between variables in multivariate time series da…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Cluster-Aware Causal Mixer for Online Anomaly Detection in Multivariate Time Series

2025-05-30 · Md Mahmuddun Nabi Murad, Yasin Yilmaz

Early and accurate detection of anomalies in time series data is critical, given the significant risks associated with false or missed detections. While MLP-based mixer models have shown promise in time series analysis, …

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

GCAD: Anomaly Detection in Multivariate Time Series from the Perspective of Granger Causality

2025-01-23 · Zehao Liu, Mengzhou Gao, Pengfei Jiao

Multivariate time series anomaly detection has numerous real-world applications and is being extensively studied. Modeling pairwise correlations between variables is crucial. Existing methods employ learnable graph struc…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

A Causal Approach to Detecting Multivariate Time-series Anomalies and Root Causes

2022-06-30 · Wenzhuo Yang, Kun Zhang, Steven C. H. Hoi

Detecting anomalies and the corresponding root causes in multivariate time series plays an important role in monitoring the behaviors of various real-world systems, e.g., IT system operations or manufacturing industry. P…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

RSM-GAN: A Convolutional Recurrent GAN for Anomaly Detection in Contaminated Seasonal Multivariate Time Series

2019-11-16 · Farzaneh Khoshnevisan, Zhewen Fan

Robust anomaly detection is a requirement for monitoring complex modern systems with applications such as cyber-security, fraud prevention, and maintenance. These systems generate multiple correlated time series that are…

Anomaly DetectionCausal InferenceGenerative Adversarial NetworkTime Series+2