RAID: Semantic Graph Diffusion for True Cold-Start and Cross-Lingual Forecasting
About
Time-series foundation models show strong transfer performance when given a non-empty history window. However, true cold-start scenarios, where a new item has no prior observations, violate this assumption. We propose RAID (Retrieval-Augmented Iterative Diffusion) a framework, which replaces history-based correlation learning with metadata-driven semantic retrieval and graph-conditioned diffusion. RAID maps textual metadata into a shared semantic space using a frozen multilingual embedding model and constructs an inductive retrieval graph that extends naturally to unseen items. It first forms a base forecast by aggregating information from semantically related neighbors, then refines this forecast with a gated diffusion module to model residual uncertainty. Under a strict true cold-start protocol, RAID outperforms strong foundation models and competitive baselines on both forecasting accuracy and prediction interval coverage, while reducing inference latency by an order of magnitude through non-autoregressive decoding. The shared semantic space also enables zero-shot cross-lingual transfer, allowing a model trained on English descriptions to generalize to items described in other languages without direct supervision.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Forecasting | M5 Retail | sMAPE1.21 | 22 | |
| Forecasting | Job-SDF | sMAPE1.26 | 22 | |
| Forecasting | Favorita | sMAPE1.3 | 19 | |
| Forecasting | Amz Elec | sMAPE0.65 | 11 | |
| Forecasting | Amz Groc | sMAPE0.65 | 11 | |
| Forecasting | Olist PT | sMAPE1.25 | 11 | |
| Forecasting | 1C RU | sMAPE1.05 | 11 | |
| Forecasting | Amz Sports | sMAPE0.95 | 11 | |
| Forecasting | Wiki ES | sMAPE1.35 | 11 | |
| Time Series Forecasting | Amz Elec Full History | sMAPE0.56 | 11 |