Detection of Anomalies in Multivariate Time Series Using Ensemble Techniques
Anastasios Iliopoulos, John Violos, Christos Diou, Iraklis Varlamis

TL;DR
This paper introduces an ensemble approach with feature-bagging and PCA-based transformations to improve anomaly detection in multivariate time series, demonstrating superior accuracy on the SKAB dataset.
Contribution
It proposes a novel ensemble method combining feature-bagging, PCA transformations, and semi-supervised learning for enhanced anomaly detection in multivariate time series.
Findings
Ensemble technique outperforms basic algorithms in anomaly detection accuracy.
Semi-supervised models show at least 10% improvement in detection accuracy.
Unsupervised models achieve a 2% accuracy increase.
Abstract
Anomaly Detection in multivariate time series is a major problem in many fields. Due to their nature, anomalies sparsely occur in real data, thus making the task of anomaly detection a challenging problem for classification algorithms to solve. Methods that are based on Deep Neural Networks such as LSTM, Autoencoders, Convolutional Autoencoders etc., have shown positive results in such imbalanced data. However, the major challenge that algorithms face when applied to multivariate time series is that the anomaly can arise from a small subset of the feature set. To boost the performance of these base models, we propose a feature-bagging technique that considers only a subset of features at a time, and we further apply a transformation that is based on nested rotation computed from Principal Component Analysis (PCA) to improve the effectiveness and generalization of the approach. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Time Series Analysis and Forecasting
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Balanced Selection
