Data-Driven Construction of Data Center Graph of Things for Anomaly Detection
Hao Zhang, Zhan Li, Zhixing Ren

TL;DR
This paper introduces a data-driven pipeline to construct a sensor graph from time series data in data centers, enabling improved anomaly detection by leveraging sensor relationships through graph neural networks.
Contribution
The work presents a novel method to build a sensor graph from time series data and demonstrates its effectiveness for anomaly detection using GNNs, outperforming standard methods.
Findings
GNN achieves 2-3 times higher precision and F1 score than existing methods.
The sensor graph reveals meaningful relationships between sensors in a real data center.
The pipeline effectively captures sensor interactions for monitoring purposes.
Abstract
Data center (DC) contains both IT devices and facility equipment, and the operation of a DC requires a high-quality monitoring (anomaly detection) system. There are lots of sensors in computer rooms for the DC monitoring system, and they are inherently related. This work proposes a data-driven pipeline (ts2graph) to build a DC graph of things (sensor graph) from the time series measurements of sensors. The sensor graph is an undirected weighted property graph, where sensors are the nodes, sensor features are the node properties, and sensor connections are the edges. The sensor node property is defined by features that characterize the sensor events (behaviors), instead of the original time series. The sensor connection (edge weight) is defined by the probability of concurrent events between two sensors. A graph of things prototype is constructed from the sensor time series of a real…
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 · Advanced Graph Neural Networks · Network Security and Intrusion Detection
MethodsGraph Neural Network
