TL;DR
TadGAN is an unsupervised anomaly detection method for time series data using GANs with LSTM networks, cycle consistency, and novel error computation techniques, outperforming several baseline methods across multiple datasets.
Contribution
The paper introduces TadGAN, a novel GAN-based approach for time series anomaly detection that effectively captures temporal correlations and improves detection accuracy.
Findings
Outperforms 8 baseline methods on 11 datasets
Achieves highest average F1 score across datasets
Effectively detects anomalies in diverse real-world data
Abstract
Time series anomalies can offer information relevant to critical situations facing various fields, from finance and aerospace to the IT, security, and medical domains. However, detecting anomalies in time series data is particularly challenging due to the vague definition of anomalies and said data's frequent lack of labels and highly complex temporal correlations. Current state-of-the-art unsupervised machine learning methods for anomaly detection suffer from scalability and portability issues, and may have high false positive rates. In this paper, we propose TadGAN, an unsupervised anomaly detection approach built on Generative Adversarial Networks (GANs). To capture the temporal correlations of time series distributions, we use LSTM Recurrent Neural Networks as base models for Generators and Critics. TadGAN is trained with cycle consistency loss to allow for effective time-series…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Cycle Consistency Loss
