LGAINov 8, 2025

Predicting the Future by Retrieving the Past

arXiv:2511.05859v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the limitation of local context reliance in forecasting models for time series analysis, offering a novel integration method with competitive gains.

The paper tackles the problem of underutilizing global historical patterns in univariate time series forecasting by proposing PFRP, which integrates a Global Memory Bank and retrieval mechanism to enhance accuracy, resulting in an 8.4% average performance improvement across seven datasets.

Deep learning models such as MLP, Transformer, and TCN have achieved remarkable success in univariate time series forecasting, typically relying on sliding window samples from historical data for training. However, while these models implicitly compress historical information into their parameters during training, they are unable to explicitly and dynamically access this global knowledge during inference, relying only on the local context within the lookback window. This results in an underutilization of rich patterns from the global history. To bridge this gap, we propose Predicting the Future by Retrieving the Past (PFRP), a novel approach that explicitly integrates global historical data to enhance forecasting accuracy. Specifically, we construct a Global Memory Bank (GMB) to effectively store and manage global historical patterns. A retrieval mechanism is then employed to extract similar patterns from the GMB, enabling the generation of global predictions. By adaptively combining these global predictions with the outputs of any local prediction model, PFRP produces more accurate and interpretable forecasts. Extensive experiments conducted on seven real-world datasets demonstrate that PFRP significantly enhances the average performance of advanced univariate forecasting models by 8.4\%. Codes can be found in https://github.com/ddz16/PFRP.

Foundations

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

Your Notes