English

VELC: A New Variational AutoEncoder Based Model for Time Series Anomaly Detection

Machine Learning 2020-04-16 v2 Machine Learning

Abstract

Anomaly detection is a classical but worthwhile problem, and many deep learning-based anomaly detection algorithms have been proposed, which can usually achieve better detection results than traditional methods. In view of reconstruct ability of the model and the calculation of anomaly score, this paper proposes a time series anomaly detection method based on Variational AutoEncoder model(VAE) with re-Encoder and Latent Constraint network(VELC). In order to modify reconstruct ability of the model to prevent it from reconstructing abnormal samples well, we add a constraint network in the latent space of the VAE to force it generate new latent variables that are similar with that of training samples. To be able to calculate anomaly score in two feature spaces, we train a re-encoder to transform the generated data to a new latent space. For better handling the time series, we use the LSTM as the encoder and decoder part of the VAE framework. Experimental results of several benchmarks show that our method outperforms state-of-the-art anomaly detection methods.

Keywords

Cite

@article{arxiv.1907.01702,
  title  = {VELC: A New Variational AutoEncoder Based Model for Time Series Anomaly Detection},
  author = {Chunkai Zhang and Shaocong Li and Hongye Zhang and Yingyang Chen},
  journal= {arXiv preprint arXiv:1907.01702},
  year   = {2020}
}

Comments

13 pages, 3 figures

R2 v1 2026-06-23T10:10:39.281Z