Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Enhancing Multivariate Time Series Forecasting with Global Temporal Retrieval

About

Multivariate time series forecasting (MTSF) plays a vital role in numerous real-world applications, yet existing models remain constrained by their reliance on a limited historical context. This limitation prevents them from effectively capturing global periodic patterns that often span cycles significantly longer than the input horizon - despite such patterns carrying strong predictive signals. Naive solutions, such as extending the historical window, lead to severe drawbacks, including overfitting, prohibitive computational costs, and redundant information processing. To address these challenges, we introduce the Global Temporal Retriever (GTR), a lightweight and plug-and-play module designed to extend any forecasting model's temporal awareness beyond the immediate historical context. GTR maintains an adaptive global temporal embedding of the entire cycle and dynamically retrieves and aligns relevant global segments with the input sequence. By jointly modeling local and global dependencies through a 2D convolution and residual fusion, GTR effectively bridges short-term observations with long-term periodicity without altering the host model architecture. Extensive experiments on six real-world datasets demonstrate that GTR consistently delivers state-of-the-art performance across both short-term and long-term forecasting scenarios, while incurring minimal parameter and computational overhead. These results highlight GTR as an efficient and general solution for enhancing global periodicity modeling in MTSF tasks. Code is available at this repository: https://github.com/macovaseas/GTR.

Fanpu Cao, Lu Dai, Jindong Han, Hui Xiong• 2026

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.367
836
Multivariate ForecastingETTh1
MSE0.43
830
Time Series ForecastingETTh2
MSE0.29
796
Multivariate Time-series ForecastingETTm1
MSE0.378
686
Multivariate Time-series ForecastingETTm2
MSE0.277
539
Time Series ForecastingETTm2
MSE0.168
536
Long-term time-series forecastingWeather
MSE0.239
525
Time Series ForecastingWeather
MSE0.154
497
Long-term time-series forecastingETTh2
MSE0.372
461
Long-term time-series forecastingTraffic
MSE0.47
427
Showing 10 of 34 rows

Other info

Follow for update