paper-with-me

홈 › Papers

Enhancing Multivariate Time Series Forecasting with Global Temporal Retrieval

2026-02-11 · Fanpu Cao, Lu Dai, Jindong Han, Hui Xiong arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.10847

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series Forecasting

Similar Papers 제목 키워드 기반

CATS: Enhancing Multivariate Time Series Forecasting by Constructing Auxiliary Time Series as Exogenous Variables

2024-03-04 · Jiecheng Lu, Xu Han, Yan Sun, Shihao Yang

For Multivariate Time Series Forecasting (MTSF), recent deep learning applications show that univariate models frequently outperform multivariate ones. To address the difficiency in multivariate models, we introduce a me…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

EMAformer: Enhancing Transformer through Embedding Armor for Time Series Forecasting

2025-11-11 · Zhiwei Zhang, Xinyi Du, Xuanchi Guo, Weihao Wang 외 arxiv

Multivariate time series forecasting is crucial across a wide range of domains. While presenting notable progress for the Transformer architecture, iTransformer still lags behind the latest MLP-based models. We attribute…

Multivariate Time Series Forecasting

CMamba: Channel Correlation Enhanced State Space Models for Multivariate Time Series Forecasting

2024-06-08 · Chaolv Zeng, Zhanyu Liu, Guanjie Zheng, Linghe Kong

Recent advancements in multivariate time series forecasting have been propelled by Linear-based, Transformer-based, and Convolution-based models, with Transformer-based architectures gaining prominence for their efficacy…

AttributeMambaMultivariate Time Series ForecastingState Space Models+3

DSANet: Dual Self-Attention Network for Multivariate Time Series Forecasting

2019-11-03 · CIKM ’19, November 3–7, 2019, Beijing, China 2019 11 · Siteng Huang Donglin Wang∗

Multivariate time series forecasting has attracted wide attention in areas, such as system, traffic, and finance. The difficulty of the task lies in that traditional methods fail to capture complicated nonlinear dependen…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Sensorformer: Cross-patch attention with global-patch compression is effective for high-dimensional multivariate time series forecasting

2025-01-06 · Liyang Qin, Xiaoli Wang, Chunhua Yang, Huaiwen Zou 외

Among the existing Transformer-based multivariate time series forecasting methods, iTransformer, which treats each variable sequence as a token and only explicitly extracts cross-variable dependencies, and PatchTST, whic…

AttributeMultivariate Time Series ForecastingTime SeriesTime Series Forecasting