LGAINov 12, 2024

Retrieval Augmented Time Series Forecasting

arXiv:2411.08249v134 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the need for better zero-shot forecasting in time-series applications, offering a domain-specific incremental improvement over existing methods.

The paper tackles the problem of improving zero-shot forecasting performance for time-series foundation models by proposing Retrieval Augmented Forecasting (RAF), a framework that retrieves related time-series examples to enhance predictions. The result shows that RAF improves forecasting accuracy across diverse domains, with more significant gains for larger model sizes.

Retrieval-augmented generation (RAG) is a central component of modern LLM systems, particularly in scenarios where up-to-date information is crucial for accurately responding to user queries or when queries exceed the scope of the training data. The advent of time-series foundation models (TSFM), such as Chronos, and the need for effective zero-shot forecasting performance across various time-series domains motivates the question: Do benefits of RAG similarly carry over to time series forecasting? In this paper, we advocate that the dynamic and event-driven nature of time-series data makes RAG a crucial component of TSFMs and introduce a principled RAG framework for time-series forecasting, called Retrieval Augmented Forecasting (RAF). Within RAF, we develop efficient strategies for retrieving related time-series examples and incorporating them into forecast. Through experiments and mechanistic studies, we demonstrate that RAF indeed improves the forecasting accuracy across diverse time series domains and the improvement is more significant for larger TSFM sizes.

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