UniTST: Effectively Modeling Inter-Series and Intra-Series Dependencies for Multivariate Time Series Forecasting
Juncheng Liu, Chenghao Liu, Gerald Woo, Yiwei Wang, Bryan Hooi, Caiming Xiong, Doyen Sahoo
TL;DR
UniTST addresses the challenge of simultaneously modeling inter-series and intra-series dependencies in multivariate time series forecasting. It introduces a unified attention mechanism that flattens patch tokens from all variates into a single sequence, coupled with a lightweight dispatcher to reduce memory complexity, enabling scalable learning of cross-time cross-variate patterns. Across 13 real-world datasets, UniTST achieves state-of-the-art results on both long- and short-term forecasting, demonstrating the value of explicit cross-variate temporal modeling. The work highlights practical benefits for forecasting in complex multivariate settings and suggests avenues for handling very long sequences in future research.
Abstract
Transformer-based models have emerged as powerful tools for multivariate time series forecasting (MTSF). However, existing Transformer models often fall short of capturing both intricate dependencies across variate and temporal dimensions in MTS data. Some recent models are proposed to separately capture variate and temporal dependencies through either two sequential or parallel attention mechanisms. However, these methods cannot directly and explicitly learn the intricate inter-series and intra-series dependencies. In this work, we first demonstrate that these dependencies are very important as they usually exist in real-world data. To directly model these dependencies, we propose a transformer-based model UniTST containing a unified attention mechanism on the flattened patch tokens. Additionally, we add a dispatcher module which reduces the complexity and makes the model feasible for a potentially large number of variates. Although our proposed model employs a simple architecture, it offers compelling performance as shown in our extensive experiments on several datasets for time series forecasting.
