paper-with-me

Papers

Retrieval-Augmented Diffusion Models for Time Series Forecasting

2024-10-24 · Jingwei Liu, Ling Yang, Hongyan Li, Shenda Hong

While time series diffusion models have received considerable focus from many recent works, the performance of existing models remains highly unstable. Factors limiting time series diffusion models include insufficient time series datasets and the absence of guidance. To address these limitations, we propose a Retrieval- Augmented Time series Diffusion model (RATD). The framework of RATD consists of two parts: an embedding-based retrieval process and a reference-guided diffusion model. In the first part, RATD retrieves the time series that are most relevant to historical time series from the database as references. The references are utilized to guide the denoising process in the second part. Our approach allows leveraging meaningful samples within the database to aid in sampling, thus maximizing the utilization of datasets. Meanwhile, this reference-guided mechanism also compensates for the deficiencies of existing time series diffusion models in terms of guidance. Experiments and visualizations on multiple datasets demonstrate the effectiveness of our approach, particularly in complicated prediction tasks.

📄 PDF Abstract BibTeX arXiv:2410.18712

Code (1)

stanliu96/RATD 공식 구현 pytorch

Tasks

DenoisingRetrievalTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

ReDiTT: Retrieval Augmented Conditional Diffusion Transformers for Asynchronous Time Series

2026-07-14 · Saiyue Lyu, Zhitian Zhang, Ruizhi Deng, Thibaut Durand arxiv

We present a diffusion based model for asynchronous time series prediction, where the goal is to predict the next inter event time and event type. To address the inherent uncertainty of future events, we introduce ReDiTT…

Time Series Prediction

Retrieval Augmented Time Series Forecasting

2024-11-12 · Kutay Tire, Ege Onur Taga, Muhammed Emrullah Ildız, Samet Oymak

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 sc…

RAGRetrievalRetrieval-augmented GenerationTime Series+1

TimeRAF: Retrieval-Augmented Foundation model for Zero-shot Time Series Forecasting

2024-12-30 · Huanyu Zhang, Chang Xu, Yi-Fan Zhang, Zhang Zhang 외

Time series forecasting plays a crucial role in data mining, driving rapid advancements across numerous industries. With the emergence of large models, time series foundation models (TSFMs) have exhibited remarkable gene…

RAGRetrievalRetrieval-augmented GenerationTime Series+2

Model-agnostic Retrieval-Augmented Extended Forecasting for time series

2026-08-14 · Juan Pablo Villa Serna, Rohan Asthana, Vasileios Belagiannis arxiv

Time series forecasting with pretrained foundation models has demonstrated strong zero-shot capabilities. However, achieving optimal performance on time series with short or negligible historical data in domain-specific …

Time Series ForecastingDomain Adaptation

Semantics-Enhanced Retrieval-Augmented Time Series Forecasting

2026-06-12 · Shiqiao Zhou, Zipeng Wu, Holger Schöner, Edouard Fouché 외 arxiv

Time series forecasting models often benefit from historical patterns. Inspired by Retrieval-Augmented Generation (RAG), recent research explored retrieving relevant historical time series segments to enhance forecasting…

Time Series Forecasting