Anomaly Detection for Time Series Using VAE-LSTM Hybrid Model
In this work, we propose a VAE-LSTM hybrid model as an unsupervised approach for anomaly detection in time series. Our model utilizes both a VAE module for forming robust local features over short windows and a LSTM module for estimating the long term correlation in the series on top of the features inferred from the VAE module. As a result, our detection algorithm is capable of identifying anomalies that span over multiple time scales. We demonstrate the effectiveness of our detection algorithm on five real world problems and find our method outperforms three other commonly used detection methods.
Code (2)
Tasks
Anomaly DetectionTime SeriesTime Series Anomaly DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
LSTM-Autoencoder based Anomaly Detection for Indoor Air Quality Time Series Data
Anomaly detection for indoor air quality (IAQ) data has become an important area of research as the quality of air is closely related to human health and well-being. However, traditional statistics and shallow machine le…
Anomaly DetectionTime SeriesTime Series AnalysisF-SE-LSTM: A Time Series Anomaly Detection Method with Frequency Domain Information
With the development of society, time series anomaly detection plays an important role in network and IoT services. However, most existing anomaly detection methods directly analyze time series in the time domain and can…
Anomaly DetectionTime SeriesTime Series Anomaly DetectionALGAN: Time Series Anomaly Detection with Adjusted-LSTM GAN
Anomaly detection in time series data, to identify points that deviate from normal behaviour, is a common problem in various domains such as manufacturing, medical imaging, and cybersecurity. Recently, Generative Adversa…
Anomaly DetectionTime SeriesTime Series Anomaly DetectionA hybrid IndRNNLSTM approach for real-time anomaly detection in software-defined networks
Anomaly detection in SDN using data flow prediction is a difficult task. This problem is included in the category of time series and regression problems. Machine learning approaches are challenging in this field due to t…
Anomaly Detectionfeature selectionTime SeriesContextual and Seasonal LSTMs for Time Series Anomaly Detection
Univariate time series (UTS), where each timestamp records a single variable, serve as crucial indicators in web systems and cloud servers. Anomaly detection in UTS plays an essential role in both data mining and system …
Time Series Anomaly Detection