利用未来行为趋势提升时间序列预测准确率
CRAFT: Time Series Forecasting with Cross-Future Behavior Awareness
- 通过跨未来行为挖掘时间序列趋势
- 在真实数据集上实现更精准的预测效果
- 适合需要高精度时序预测的工业场景
过去几十年间,时间序列预测(TSF)在电商、疾病传播等实际领域取得显著进展。然而,由于仅依赖有限历史观测值,预测未来数据面临不确定性难题。为此,本文探索了跨未来行为(CFB)在TSF中的应用——即发生在当前时间之前但影响未来的现象。我们提出基于跨未来行为感知的时间序列预测方法CRAFT,核心思想是利用跨未来行为的趋势来挖掘待预测时间序列的趋势。为解决跨未来行为存在的稀疏性和不完整性问题,CRAFT采用柯普曼预测模块提取关键趋势,并通过内部趋势挖掘模块补充缺失区域;再借助分层结构的外部趋势引导模块获取更高层次的代表性趋势。最后,引入需求约束损失函数校正预测结果的分布偏差。实验在真实世界数据集上进行,涵盖离线大规模数据集与在线A/B测试,验证了CRAFT的有效性。代码与数据集已公开于https://github.com/CRAFTinTSF/CRAFT。
原文摘要 · Abstract (English)
The past decades witness the significant advancements in time series forecasting (TSF) across various real-world domains, including e-commerce and disease spread prediction. However, TSF is usually constrained by the uncertainty dilemma of predicting future data with limited past observations. To settle this question, we explore the use of Cross-Future Behavior (CFB) in TSF, which occurs before the current time but takes effect in the future. We leverage CFB features and propose the CRoss-Future Behavior Awareness based Time Series Forecasting method (CRAFT). The core idea of CRAFT is to utilize the trend of cross-future behavior to mine the trend of time series data to be predicted. Specifically, to settle the sparse and partial flaws of cross-future behavior, CRAFT employs the Koopman Predictor Module to extract the key trend and the Internal Trend Mining Module to supplement the unknown area of the cross-future behavior matrix. Then, we introduce the External Trend Guide Module with a hierarchical structure to acquire more representative trends from higher levels. Finally, we apply the demand-constrained loss to calibrate the distribution deviation of prediction results. We conduct experiments on real-world dataset. Experiments on both offline large-scale dataset and online A/B test demonstrate the effectiveness of CRAFT. Our dataset and code is available at https://github.com/CRAFTinTSF/CRAFT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。