Event2Graph: Event-driven Bipartite Graph for Multivariate Time-series Anomaly Detection
Yuhang Wu, Mengting Gu, Lan Wang, Yusan Lin, Fei Wang, Hao Yang

TL;DR
This paper introduces Event2Graph, a dynamic bipartite graph model that captures evolving inter-dependencies in multivariate time-series for improved anomaly detection, addressing limitations of static dependency assumptions in RNNs.
Contribution
The paper proposes a novel event-driven bipartite graph structure to explicitly model dynamic inter-dependencies in multivariate time-series for anomaly detection.
Findings
Effective in capturing dynamic dependencies
Improves anomaly detection accuracy
Outperforms static models
Abstract
Modeling inter-dependencies between time-series is the key to achieve high performance in anomaly detection for multivariate time-series data. The de-facto solution to model the dependencies is to feed the data into a recurrent neural network (RNN). However, the fully connected network structure underneath the RNN (either GRU or LSTM) assumes a static and complete dependency graph between time-series, which may not hold in many real-world applications. To alleviate this assumption, we propose a dynamic bipartite graph structure to encode the inter-dependencies between time-series. More concretely, we model time series as one type of nodes, and the time series segments (regarded as event) as another type of nodes, where the edge between two types of nodes describe a temporal pattern occurred on a specific time series at a certain time. Based on this design, relations between time series…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting · Network Security and Intrusion Detection
MethodsGated Recurrent Unit
