arXiv:2410.12206cs.LGcs.AI2024-10被引 4

通过未来上下文建模,提前预测时间序列异常

Abnormality Forecasting: Time Series Anomaly Prediction via Future Context Modeling

  • 利用长期预测生成未来上下文,放大数据细微异常差异
  • 在多个数据集上召回率超70%,F1分数显著优于基线
  • 适合需要早期预警的工业运维与安全监控场景

从时间序列中识别异常在基础设施安全、智能运维和空间探索等领域具有重要意义。现有研究多聚焦于异常发生后的检测,可能导致重大财务或声誉损失及设施损坏。本文研究更具实际意义但挑战更大的问题:时间序列异常预测,旨在异常发生前提供预警。为此,提出一种新方法——未来上下文建模(FCM)。其核心思想是:若目标窗口的前序观测窗口与正常数据存在细微差异,则可准确预测未来的异常事件。FCM首先利用长期预测模型基于观测数据生成具有判别性的未来上下文,以放大这些细微异常差异;随后建立观测数据与预测未来上下文之间的正常性关联,补充对观测数据的正常性建模,从而预判目标窗口的潜在异常。引入联合变量子时间注意力学习机制,融合时间信号与特征信息,提升两种视图下的判别性建模能力。在五个数据集上的实验表明,FCM在多个数据集上达到70%以上的召回率,且在F1分数上显著优于所有基线方法。代码已公开于https://github.com/mala-lab/FCM。

原文摘要 · Abstract (English)

Identifying anomalies from time series data plays an important role in various fields such as infrastructure security, intelligent operation and maintenance, and space exploration. Current research focuses on detecting the anomalies after they occur, which can lead to significant financial/reputation loss or infrastructure damage. In this work we instead study a more practical yet very challenging problem, time series anomaly prediction, aiming at providing early warnings for abnormal events before their occurrence. To tackle this problem, we introduce a novel principled approach, namely future context modeling (FCM). Its key insight is that the future abnormal events in a target window can be accurately predicted if their preceding observation window exhibits any subtle difference to normal data. To effectively capture such differences, FCM first leverages long-term forecasting models to generate a discriminative future context based on the observation data, aiming to amplify those subtle but unusual difference. It then models a normality correlation of the observation data with the forecasting future context to complement the normality modeling of the observation data in foreseeing possible abnormality in the target window. A joint variate-time attention learning is also introduced in FCM to leverage both temporal signals and features of the time series data for more discriminative normality modeling in the aforementioned two views. Comprehensive experiments on five datasets demonstrate that FCM gains good recall rate (70\%+) on multiple datasets and significantly outperforms all baselines in F1 score. Code is available at https://github.com/mala-lab/FCM.

异常预测时间序列未来建模早期预警

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