Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Fully-Connected Spatial-Temporal Graph for Multivariate Time-Series Data

About

Multivariate Time-Series (MTS) data is crucial in various application fields. With its sequential and multi-source (multiple sensors) properties, MTS data inherently exhibits Spatial-Temporal (ST) dependencies, involving temporal correlations between timestamps and spatial correlations between sensors in each timestamp. To effectively leverage this information, Graph Neural Network-based methods (GNNs) have been widely adopted. However, existing approaches separately capture spatial dependency and temporal dependency and fail to capture the correlations between Different sEnsors at Different Timestamps (DEDT). Overlooking such correlations hinders the comprehensive modelling of ST dependencies within MTS data, thus restricting existing GNNs from learning effective representations. To address this limitation, we propose a novel method called Fully-Connected Spatial-Temporal Graph Neural Network (FC-STGNN), including two key components namely FC graph construction and FC graph convolution. For graph construction, we design a decay graph to connect sensors across all timestamps based on their temporal distances, enabling us to fully model the ST dependencies by considering the correlations between DEDT. Further, we devise FC graph convolution with a moving-pooling GNN layer to effectively capture the ST dependencies for learning effective representations. Extensive experiments show the effectiveness of FC-STGNN on multiple MTS datasets compared to SOTA methods. The code is available at https://github.com/Frank-Wang-oss/FCSTGNN.

Yucheng Wang, Yuecong Xu, Jianfei Yang, Min Wu, Xiaoli Li, Lihua Xie, Zhenghua Chen• 2023

Related benchmarks

TaskDatasetResultRank
Multivariate Time Series Anomaly DetectionSMAP
Precision20.51
19
Multivariate Time Series Anomaly DetectionSWaT
Precision18.98
19
Multivariate Time Series Anomaly DetectionWADI
Precision0.4401
19
Human Activity RecognitionUCI-HAR (test)
Accuracy95.81
9
Multivariate Time Series Anomaly DetectionPSM (Pooled Server Metrics)
ROC AUC64.77
8
Remaining Useful Life predictionC-MAPSS FD002
MAE10.16
7
Remaining Useful Life predictionC-MAPSS FD004
MAE9.92
7
Sleep Stage ClassificationISRUC-S3
Accuracy80.87
7
Remaining Useful Life predictionC-MAPSS FD003
MAE8.16
7
Remaining Useful Life predictionC-MAPSS FD001
MAE9.16
7
Showing 10 of 10 rows

Other info

Follow for update