Pattern-Based Anomaly Detection in Mixed-Type Time Series

Abstract

The present-day accessibility of technology enables easy logging of both sensor values and event logs over extended periods. In this context, detecting abnormal segments in time series data has become an important data mining task. Existing work on anomaly detection focuses either on continuous time series or discrete event logs and not on the combination. However, in many practical applications, the patterns extracted from the event log can reveal contextual and operational conditions of a device that must be taken into account when predicting anomalies in the continuous time series. This paper proposes an anomaly detection method that can handle mixed-type time series. The method leverages frequent pattern mining techniques to construct an embedding of mixed-type time series on which an isolation forest is trained. Experiments on several real-world univariate and multivariate time series, as well as a synthetic mixed-type time series, show that our anomaly detection algorithm outperforms state-of-the-art anomaly detection techniques such as MatrixProfile , Pav , Mifpod and Fpof .

Cite

Text

Feremans et al. "Pattern-Based Anomaly Detection in Mixed-Type Time Series." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019. doi:10.1007/978-3-030-46150-8_15

Markdown

[Feremans et al. "Pattern-Based Anomaly Detection in Mixed-Type Time Series." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019.](https://mlanthology.org/ecmlpkdd/2019/feremans2019ecmlpkdd-patternbased/) doi:10.1007/978-3-030-46150-8_15

BibTeX

@inproceedings{feremans2019ecmlpkdd-patternbased,
  title     = {{Pattern-Based Anomaly Detection in Mixed-Type Time Series}},
  author    = {Feremans, Len and Vercruyssen, Vincent and Cule, Boris and Meert, Wannes and Goethals, Bart},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2019},
  pages     = {240-256},
  doi       = {10.1007/978-3-030-46150-8_15},
  url       = {https://mlanthology.org/ecmlpkdd/2019/feremans2019ecmlpkdd-patternbased/}
}