TodyNet: Temporal Dynamic Graph Neural Network for Multivariate Time Series Classification
Huaiyuan Liu, Xianzhang Liu, Donghua Yang, Zhiyu Liang, Hongzhi Wang, Yong Cui, Jun Gu
TL;DR
MTSC requires capturing hidden inter-variable dependencies and temporal evolution in multivariate signals. TodyNet addresses this with a temporal dynamic graph framework that learns per-slot adjacency, applies a dynamic graph neural network (DyGIN), and uses temporal graph pooling and temporal convolution in an end-to-end model. It achieves state-of-the-art results on 26 UEA MTSC benchmarks, with notable gains on EEG-like data and robust performance across diverse datasets. By modeling both cross-variable dependencies and temporal dynamics, this approach offers a principled, scalable method for complex multivariate time-series classification with potential impact across domains requiring reliable MTSC.
Abstract
Multivariate time series classification (MTSC) is an important data mining task, which can be effectively solved by popular deep learning technology. Unfortunately, the existing deep learning-based methods neglect the hidden dependencies in different dimensions and also rarely consider the unique dynamic features of time series, which lack sufficient feature extraction capability to obtain satisfactory classification accuracy. To address this problem, we propose a novel temporal dynamic graph neural network (TodyNet) that can extract hidden spatio-temporal dependencies without undefined graph structure. It enables information flow among isolated but implicit interdependent variables and captures the associations between different time slots by dynamic graph mechanism, which further improves the classification performance of the model. Meanwhile, the hierarchical representations of graphs cannot be learned due to the limitation of GNNs. Thus, we also design a temporal graph pooling layer to obtain a global graph-level representation for graph learning with learnable temporal parameters. The dynamic graph, graph information propagation, and temporal convolution are jointly learned in an end-to-end framework. The experiments on 26 UEA benchmark datasets illustrate that the proposed TodyNet outperforms existing deep learning-based methods in the MTSC tasks.
