Enhancing Multivariate Time Series Forecasting with Global Temporal Retrieval
Fanpu Cao, Lu Dai, Jindong Han, Hui Xiong

TL;DR
This paper introduces the Global Temporal Retriever (GTR), a lightweight module that enhances multivariate time series forecasting models by effectively capturing long-term periodic patterns without significant computational costs.
Contribution
The paper presents GTR, a novel plug-and-play module that extends forecasting models' temporal awareness to include global periodicity, improving long-term prediction accuracy.
Findings
GTR achieves state-of-the-art results on six real-world datasets.
GTR introduces minimal additional parameters and computational overhead.
GTR effectively models long-term periodicity in multivariate time series.
Abstract
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…
Peer Reviews
Decision·ICLR 2026 Poster
* The paper is very organized and well-written. The visualization (e.g., Pearson correlation matrix and Figure 2) clearly delivers the message and the design of GTR. * The theoretical analysis and limitations are discussed in great detail, indicating the strengths and limitations of GTR that motivate future extensions. * While the GTR module is light-weight, the experimental results are strong.
* It would be better if the forecasting results included error bars, as the metrics have close values among different methods. * The experimental setup could be further elaborated, e.g., how did the authors choose the hyperparameters for baseline methods? Please see the detailed questions below.
1. The paper is well-written, clear, and logically structured. The authors provide a well-organized explanation of the technical specifics of the proposed plug-and-play module. 2. The experimental section is comprehensive. The authors have conducted extensive comparative and ablation studies on the multivariate time series forecasting task. 3. The proposed module is characterized by its lightweight and plug-and-play nature. This design choice significantly increases its generalizability and pr
1. While the proposed module demonstrates effective performance improvements, its core mechanism is not fundamentally novel. 2. The clarity of the methodology are hindered by the lack of proper equation indexing, alongside several instances of ambiguous or missing variable dimensions within Section 3. 3. The theoretical analysis is confusing and unmatched with the proposed method, as the simplified linear assumptions in its derivation fail to establish a clear mechanistic link to the empirical
1. Simple and efficient design, easy to follow. 2. Clear motivation and well-organized paper structure. 3. Practical idea with strong feasibility and expected performance gains.
1. Experiments are mostly limited to input length 96, rather than the commonly used 336 setting in PatchTST/DLinear, which weakens the persuasiveness of the results. 2. The core idea shares similarities with models like **Cyclenet**, **TQNet** (which theoretically can learn long-term cycles from the entire training set), and **STiD**, i.e., serving as a plugin to capture long-term periodicity. This somewhat reduces novelty. The paper should compare more clearly and deeply with these methods to h
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Traffic Prediction and Management Techniques · Stock Market Forecasting Methods
