用分割技术预处理时间序列,显著提升工业异常检测效果。
Improving Anomaly Detection in Industrial Time Series: The Role of Segmentation and Heterogeneous Ensemble
- 先用变化点检测分割时间序列,减少时序模糊性
- 结合随机森林与XGBoost的异构集成,AUC-ROC达0.9760
- 适合需要早期精准检测异常的工业场景
针对工业时间序列异常检测,本文研究了分割技术与异构集成方法的协同作用。通过使用如ChangeFinder等变化点检测(CPD)算法对时间序列进行分割,可有效识别状态切换,降低时序不确定性,尤其在多变量环境下表现突出。实验表明,在预处理中引入分割后,采用随机森林与XGBoost的异构集成模型,将AUC-ROC从0.8599(基于PCA与LSTM的集成)提升至0.9760。该提升源于分割降低了时间上的歧义性,使监督学习算法更易捕捉异常模式。未来工作将探索基于变化点分析生成加权特征,进一步优化早期异常检测性能。
原文摘要 · Abstract (English)
Concerning machine learning, segmentation models can identify state changes within time series, facilitating the detection of transitions between normal and anomalous conditions. Specific techniques such as Change Point Detection (CPD), particularly algorithms like ChangeFinder, have been successfully applied to segment time series and improve anomaly detection by reducing temporal uncertainty, especially in multivariate environments. In this work, we explored how the integration of segmentation techniques, combined with a heterogeneous ensemble, can enhance anomaly detection in an industrial production context. The results show that applying segmentation as a pre-processing step before selecting heterogeneous ensemble algorithms provided a significant advantage in our case study, improving the AUC-ROC metric from 0.8599 (achieved with a PCA and LSTM ensemble) to 0.9760 (achieved with Random Forest and XGBoost). This improvement is imputable to the ability of segmentation to reduce temporal ambiguity and facilitate the learning process of supervised algorithms. In our future work, we intend to assess the benefit of introducing weighted features derived from the study of change points, combined with segmentation and the use of heterogeneous ensembles, to further optimize model performance in early anomaly detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。