Outlier Detection for Time Series with Recurrent Autoencoder Ensembles

Abstract

We propose two solutions to outlier detection in time series based on recurrent autoencoder ensembles. The solutions exploit autoencoders built using sparsely-connected recurrent neural networks (S-RNNs). Such networks make it possible to generate multiple autoencoders with different neural network connection structures. The two solutions are ensemble frameworks, specifically an independent framework and a shared framework, both of which combine multiple S-RNN based autoencoders to enable outlier detection.  This ensemble-based approach aims to reduce the effects of some autoencoders being overfitted to outliers, this way improving overall detection quality. Experiments with two large real-world time series data sets, including univariate and multivariate time series, offer insight into the design properties of the proposed frameworks and demonstrate that the resulting solutions are capable of outperforming both baselines and the state-of-the-art methods.

Cite

Text

Kieu et al. "Outlier Detection for Time Series with Recurrent Autoencoder Ensembles." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/378

Markdown

[Kieu et al. "Outlier Detection for Time Series with Recurrent Autoencoder Ensembles." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/kieu2019ijcai-outlier/) doi:10.24963/IJCAI.2019/378

BibTeX

@inproceedings{kieu2019ijcai-outlier,
  title     = {{Outlier Detection for Time Series with Recurrent Autoencoder Ensembles}},
  author    = {Kieu, Tung and Yang, Bin and Guo, Chenjuan and Jensen, Christian S.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {2725-2732},
  doi       = {10.24963/IJCAI.2019/378},
  url       = {https://mlanthology.org/ijcai/2019/kieu2019ijcai-outlier/}
}