paper-with-me

홈 › Papers

Improving Anomaly Detection in Industrial Time Series: The Role of Segmentation and Heterogeneous Ensemble

2025-10-10 · Emilio Mastriani, Alessandro Costa, Federico Incardona, Kevin Munari, Sebastiano Spinello arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.09079

Code (0)

등록된 구현이 없습니다.

Tasks

Change Point DetectionAnomaly Detection

Similar Papers 제목 키워드 기반

Federated Learning for Multivariate Time Series Anomaly Detection in Industrial Automation

2026-05-26 · Khayyam Nosrati, Martin Uray, Saverio Messineo, Olaf Sassnick 외 arxiv

Federated learning (FL) has broadened the horizon for multivariate time series anomaly detection (MTSAD). However, benchmarking such anomaly detection methods within FL paradigm poses data-centric challenges. The existin…

Time Series Anomaly DetectionFederated Learning

Fourier-KAN-Mamba: A Novel State-Space Equation Approach for Time-Series Anomaly Detection

2025-11-19 · Xiancheng Wang, Lin Wang, Rui Wang, Zhibo Zhang 외 arxiv

Time-series anomaly detection plays a critical role in numerous real-world applications, including industrial monitoring and fault diagnosis. Recently, Mamba-based state-space models have shown remarkable efficiency in l…

Anomaly DetectionFault Diagnosis

Knowledge-Assisted Multi-Graph Dependency Learning for Multivariate Time Series Anomaly Detection in Multi-Stage Industrial Processes

2026-07-17 · Jaeyeong Lee, Taeseong Yoon, Wonmo Koo, Heeyoung Kim arxiv

Industrial processes often generate complex, interdependent time-series data from multiple sensors across multiple stages, forming complex dependencies among variables and process stages. Effective monitoring and timely …

Time Series Anomaly DetectionGraph Learning

S2DEVFMAP: Self-Supervised Learning Framework with Dual Ensemble Voting Fusion for Maximizing Anomaly Prediction in Timeseries

2024-04-24 · Sarala Naidu, Ning Xiong

Anomaly detection plays a crucial role in industrial settings, particularly in maintaining the reliability and optimal performance of cooling systems. Traditional anomaly detection methods often face challenges in handli…

Anomaly DetectionSelf-Supervised Learning

Towards Deep Industrial Transfer Learning for Anomaly Detection on Time Series Data

2021-06-09 · Benjamin Maschler, Tim Knodel, Michael Weyrich

Deep learning promises performant anomaly detection on time-variant datasets, but greatly suffers from low availability of suitable training datasets and frequently changing tasks. Deep transfer learning offers mitigatio…

Anomaly DetectionDeep LearningTime SeriesTime Series Analysis+1