ICML 2025poster1 citations

Retrieval Augmented Time Series Forecasting

Sungwon Han, Seungeon Lee, Meeyoung Cha, Sercan O Arik, Jinsung Yoon

Abstract

Time series forecasting uses historical data to predict future trends, leveraging the relationships between past observations and available features. In this paper, we propose RAFT, a retrieval-augmented time series forecasting method to provide sufficient inductive biases and complement the model's learning capacity. When forecasting the subsequent time frames, we directly retrieve historical data candidates from the training dataset with patterns most similar to the input, and utilize the future values of these candidates alongside the inputs to obtain predictions. This simple approach augments the model's capacity by externally providing information about past patterns via retrieval modules. Our empirical evaluations on ten benchmark datasets show that RAFT consistently outperforms contemporary baselines with an average win ratio of 86%.

Time series forecastingRetrieval augmented modelDeep learning
BibTeX
@inproceedings{
han2025retrieval,
title={Retrieval Augmented Time Series Forecasting},
author={Sungwon Han and Seungeon Lee and Meeyoung Cha and Sercan O Arik and Jinsung Yoon},
booktitle={Forty-second International Conference on Machine Learning},
year={2025},
url={https://openreview.net/forum?id=GUDnecJdJU}
}
Retrieval Augmented Time Series Forecasting · ICML 2025