Anomaly Detection with Graph Attention Network for Multimodal IoT Data Monitoring

Wei Dong,Yi Gao,Haoyu Li
DOI: https://doi.org/10.1109/ICPADS60453.2023.00055
2023-12-17
Abstract:The popularity of the wireless network and the embedded system has promoted the widespread application of the Internet of Things (IoT) monitoring system which detects anomalies for discovering emergency events to avoid losses by deploying various sensors. In the face of anomaly detection algorithms for multi-dimensional data in the IoT monitoring system, the currently popular method is to implement a model based on the graph neural network (GNN). Graph attention network (GAT), a mutant of GNN, is widely used because of the attention mechanism in capturing multi-dimensional nonlinear features between nodes. However, the GAT’s weakness in processing complex temporal features leads to the fact that anomalies with distinctive temporal features are hard to detect. In this paper, we propose Time-Series Graph Attention Network (TSGAT), an innovative GAT-based model for anomaly detection. Given the simplified attention mechanism of the GAT and its weakness in extracting temporal pattern features, we embed the time-series layer to enhance the ability to process time-series data. In addition, we designed the loss function and anomaly scoring mechanism based on data reconstruction features, multidimensional features, and temporal features. TSGAT achieves the improvement of 7%-8% F1 score on two classical public datasets for IoT monitoring: SWaT and WADI, compared with the state-of-the-art GNN-based anomaly detection model.
Computer Science,Engineering
What problem does this paper attempt to address?