LGSYApr 15, 2024

Explainable Online Unsupervised Anomaly Detection for Cyber-Physical Systems via Causal Discovery from Time Series

arXiv:2404.09871v44 citationsh-index: 1Has Code2024 IEEE 20th International Conference on Automation Science and Engineering (CASE)
Originality Highly original
AI Analysis

This addresses the need for explainable and efficient anomaly detection to ensure safety in cyber-physical systems, offering a novel approach that improves upon existing methods.

The paper tackles online unsupervised anomaly detection in cyber-physical systems by using causal discovery to learn a normal causal graph and monitoring causal link persistency, achieving higher training efficiency and outperforming state-of-the-art neural architectures in accuracy while identifying sources of over 10 different anomalies.

Online unsupervised detection of anomalies is crucial to guarantee the correct operation of cyber-physical systems and the safety of humans interacting with them. State-of-the-art approaches based on deep learning via neural networks achieve outstanding performance at anomaly recognition, evaluating the discrepancy between a normal model of the system (with no anomalies) and the real-time stream of sensor time series. However, large training data and time are typically required, and explainability is still a challenge to identify the root of the anomaly and implement predictive maintainance. In this paper, we use causal discovery to learn a normal causal graph of the system, and we evaluate the persistency of causal links during real-time acquisition of sensor data to promptly detect anomalies. On two benchmark anomaly detection datasets, we show that our method has higher training efficiency, outperforms the accuracy of state-of-the-art neural architectures and correctly identifies the sources of >10 different anomalies. The code is at https://github.com/Isla-lab/causal_anomaly_detection.

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