菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-15
📄 Abstract - Unsupervised Anomaly Detection in Process-Complex Industrial Time Series: A Real-World Case Study

Industrial time-series data from real production environments exhibits substantially higher complexity than commonly used benchmark datasets, primarily due to heterogeneous, multi-stage operational processes. As a result, anomaly detection methods validated under simplified conditions often fail to generalize to industrial settings. This work presents an empirical study on a unique dataset collected from fully operational industrial machinery, explicitly capturing pronounced process-induced variability. We evaluate which model classes are capable of capturing this complexity, starting with a classical Isolation Forest baseline and extending to multiple autoencoder architectures. Experimental results show that Isolation Forest is insufficient for modeling the non-periodic, multi-scale dynamics present in the data, whereas autoencoders consistently perform better. Among them, temporal convolutional autoencoders achieve the most robust performance, while recurrent and variational variants require more careful tuning.

顶级标签: machine learning systems data
详细标签: anomaly detection time series industrial data autoencoders temporal convolutional networks 或 搜索:

过程复杂工业时间序列的无监督异常检测:一项真实案例研究 / Unsupervised Anomaly Detection in Process-Complex Industrial Time Series: A Real-World Case Study


1️⃣ 一句话总结

这篇论文通过一项真实工业案例研究发现,在处理复杂的多阶段工业过程数据时,时序卷积自编码器比经典的孤立森林等方法能更稳健地检测异常。

源自 arXiv: 2604.13928