LGMay 27, 2025

TimePro: Efficient Multivariate Long-term Time Series Forecasting with Variable- and Time-Aware Hyper-state

arXiv:2505.20774v121 citationsh-index: 5Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses forecasting challenges for domains with multivariate time series data, but it appears incremental as it builds on existing Mamba-based approaches.

The paper tackles the multi-delay issue in long-term time series forecasting by proposing TimePro, a Mamba-based model that constructs variate- and time-aware hyper-states, achieving competitive performance on eight real-world benchmarks with linear complexity.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes