SDA-GRIN for Adaptive Spatial-Temporal Multivariate Time Series Imputation
Amir Eskandari, Aman Anand, Drishti Sharma, Farhana Zulkernine
TL;DR
Missing data in multivariate time series is addressed by treating the data as a sequence of temporal graphs with $N$ nodes and window length $T$. SDA-GRIN uses scaled dot-product Multi-Head Attention to compute time-varying adjacencies $A_t^* = \hat{A}_t^{pooled} \odot (A > 0)$ and a MPGRU-based imputation backbone to perform imputation. Evaluations on four real-world datasets show improvements over baselines, with MSE reductions of up to $9.51\%$ on AQI, $9.40\%$ on AQI-36, and $1.94\%$ on PEMS-BAY. The approach is particularly effective when inter-variable spatial relationships exhibit high temporal variability and suggests broad applicability to IoT sensing networks where spatial relations drift over time.
Abstract
In various applications, the multivariate time series often suffers from missing data. This issue can significantly disrupt systems that rely on the data. Spatial and temporal dependencies can be leveraged to impute the missing samples. Existing imputation methods often ignore dynamic changes in spatial dependencies. We propose a Spatial Dynamic Aware Graph Recurrent Imputation Network (SDA-GRIN) which is capable of capturing dynamic changes in spatial dependencies.SDA-GRIN leverages a multi-head attention mechanism to adapt graph structures with time. SDA-GRIN models multivariate time series as a sequence of temporal graphs and uses a recurrent message-passing architecture for imputation. We evaluate SDA-GRIN on four real-world datasets: SDA-GRIN improves MSE by 9.51% for the AQI and 9.40% for AQI-36. On the PEMS-BAY dataset, it achieves a 1.94% improvement in MSE. Detailed ablation study demonstrates the effect of window sizes and missing data on the performance of the method. Project page:https://ameskandari.github.io/sda-grin/
