TimePro: Efficient Multivariate Long-term Time Series Forecasting with Variable- and Time-Aware Hyper-state
Xiaowen Ma, Zhenliang Ni, Shuai Xiao, Xinghao Chen
TL;DR
TimePro tackles the multi-delay challenge in multivariate long-term forecasting by constructing variable- and time-aware hyper-states within a Mamba-based encoder. It combines reversible normalization, time- and variable-preserved patch embeddings, ProBlock stacks, and a HyperMamba module with Hyper-S scan to adaptively tune time points and model variable interactions, achieving $O(NL)$ complexity. The method delivers state-of-the-art results on eight real-world datasets with lower resource usage, supported by comprehensive ablations showing the value of adaptive time tuning and the HyperMamba design. This work offers a scalable, efficient approach for accurate long-horizon forecasting in high-dimensional time series and sets the stage for a large-time-series foundation model.
Abstract
In long-term time series forecasting, different variables often influence the target variable over distinct time intervals, a challenge known as the multi-delay issue. Traditional models typically process all variables or time points uniformly, which limits their ability to capture complex variable relationships and obtain non-trivial time representations. To address this issue, we propose TimePro, an innovative Mamba-based model that constructs variate- and time-aware hyper-states. Unlike conventional approaches that merely transfer plain states across variable or time dimensions, TimePro preserves the fine-grained temporal features of each variate token and adaptively selects the focused time points to tune the plain state. The reconstructed hyper-state can perceive both variable relationships and salient temporal information, which helps the model make accurate forecasting. In experiments, TimePro performs competitively on eight real-world long-term forecasting benchmarks with satisfactory linear complexity. Code is available at https://github.com/xwmaxwma/TimePro.
