Interpretable Dynamic Network Modeling of Tensor Time Series via Kronecker Time-Varying Graphical Lasso
Shingo Higashiguchi, Koki Kawabata, Yasuko Matsubara, Yasushi Sakurai
TL;DR
The paper addresses the challenge of inferring dynamic networks from tensor time series by introducing Kronecker Time-Varying Graphical Lasso (KTVGL), which estimates mode-specific sparse precision matrices and represents the full tensor dependency via a Kronecker product. This tensor-aware, multi-network approach yields interpretable models and scalable computation, and it can be extended to streaming data through KTVGL-Stream. Across synthetic experiments, KTVGL achieves higher edge-estimation accuracy and substantially faster computation (up to 60.5x) than existing methods, while also enabling mode-specific change-point detection. Real-world case studies on Google Trends demonstrate the practical value of interpretable multi-network dynamics across modes, with open-source code and datasets available for reproduction.
Abstract
With the rapid development of web services, large amounts of time series data are generated and accumulated across various domains such as finance, healthcare, and online platforms. As such data often co-evolves with multiple variables interacting with each other, estimating the time-varying dependencies between variables (i.e., the dynamic network structure) has become crucial for accurate modeling. However, real-world data is often represented as tensor time series with multiple modes, resulting in large, entangled networks that are hard to interpret and computationally intensive to estimate. In this paper, we propose Kronecker Time-Varying Graphical Lasso (KTVGL), a method designed for modeling tensor time series. Our approach estimates mode-specific dynamic networks in a Kronecker product form, thereby avoiding overly complex entangled structures and producing interpretable modeling results. Moreover, the partitioned network structure prevents the exponential growth of computational time with data dimension. In addition, our method can be extended to stream algorithms, making the computational time independent of the sequence length. Experiments on synthetic data show that the proposed method achieves higher edge estimation accuracy than existing methods while requiring less computation time. To further demonstrate its practical value, we also present a case study using real-world data. Our source code and datasets are available at https://github.com/Higashiguchi-Shingo/KTVGL.
