用概率模式引导时间序列预测,提升复杂数据的建模精度。
PPGF: Probability Pattern-Guided Time Series Forecasting
- 将预测任务转化为概率模式分类,分组处理缓解数据不平衡
- 在对应类别区间内预测,确保分类与预测一致,误差更小
- 引入真实类别概率关注难样本,适合多模式混合的时间序列
时间序列预测是机器学习的重要分支,广泛应用于实际场景。现有方法多聚焦于构建复杂网络以提取信息,但真实数据常包含多种内在机制,导致不同模式下的拟合能力差异大、误差不一。为此,本文提出端到端的概率模式引导时间序列预测框架(PPGF)。PPGF将时序预测重构为由概率模式分类引导的任务:首先设计分组策略,将预测问题转为分类,缓解数据不平衡影响;其次在对应类别区间进行预测,保证分类与预测的一致性;并引入真实类别概率(TCP)增强对困难样本的关注,提升分类准确率。具体地,PPGF先识别目标值所属模式,再在相应区间精准估计。大量实验表明,该框架在多个真实数据集上显著优于基线方法;同时验证了TCP的有效性及分类与预测一致性的重要性。所有代码和数据已公开:https://github.com/syrGitHub/PPGF。
原文摘要 · Abstract (English)
Time series forecasting (TSF) is an essential branch of machine learning with various applications. Most methods for TSF focus on constructing different networks to extract better information and improve performance. However, practical application data contain different internal mechanisms, resulting in a mixture of multiple patterns. That is, the model's ability to fit different patterns is different and generates different errors. In order to solve this problem, we propose an end-to-end framework, namely probability pattern-guided time series forecasting (PPGF). PPGF reformulates the TSF problem as a forecasting task guided by probabilistic pattern classification. Firstly, we propose the grouping strategy to approach forecasting problems as classification and alleviate the impact of data imbalance on classification. Secondly, we predict in the corresponding class interval to guarantee the consistency of classification and forecasting. In addition, True Class Probability (TCP) is introduced to pay more attention to the difficult samples to improve the classification accuracy. Detailedly, PPGF classifies the different patterns to determine which one the target value may belong to and estimates it accurately in the corresponding interval. To demonstrate the effectiveness of the proposed framework, we conduct extensive experiments on real-world datasets, and PPGF achieves significant performance improvements over several baseline methods. Furthermore, the effectiveness of TCP and the necessity of consistency between classification and forecasting are proved in the experiments. All data and codes are available online: https://github.com/syrGitHub/PPGF.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。