arXiv:2606.16925cs.AI2026-06

新物品无历史数据时,用语义检索+图扩散实现精准预测

RAID: Semantic Graph Diffusion for True Cold-Start and Cross-Lingual Forecasting

论文配图:RAID: Semantic Graph Diffusion for True Cold-Start and Cross-Lingual Forecasting
图 1 · 摘自论文原文
  • 用文本元数据构建共享语义空间,替代历史依赖
  • 冷启动场景下准确率和置信区间覆盖率双优
  • 支持零样本跨语言预测,推理快10倍

时间序列基础模型在有历史数据时表现优异,但在真正冷启动(新物品无历史观测)场景下失效。本文提出RAID(检索增强迭代扩散)框架,将基于历史的相关性学习替换为基于元数据的语义检索与图条件扩散。RAID使用冻结的多语言嵌入模型将文本元数据映射到共享语义空间,并构建可扩展至未见物品的归纳检索图。先通过聚合语义相关邻居信息生成初始预测,再用门控扩散模块建模残差不确定性。在严格的真冷启动协议下,RAID在预测准确率和预测区间覆盖率上均优于强基线模型,且通过非自回归解码将推理延迟降低一个数量级。共享语义空间还支持零样本跨语言迁移,使仅用英文描述训练的模型可直接泛化到其他语言描述的物品,无需监督。

原文摘要 · Abstract (English)

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.

冷启动预测语义图跨语言非自回归

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。