TSI-GAN: Unsupervised Time Series Anomaly Detection using Convolutional Cycle-Consistent Generative Adversarial Networks
Shyam Sundar Saravanan, Tie Luo, and Mao Van Ngo

TL;DR
TSI-GAN is an unsupervised time series anomaly detection model that converts data into images, uses cycle-consistent GANs for learning complex patterns, and outperforms existing methods on diverse datasets.
Contribution
The paper introduces TSI-GAN, a novel unsupervised model that automatically learns complex temporal patterns without dataset-specific tuning or assumptions.
Findings
Outperforms 8 state-of-the-art baselines by 13-31%
Uses image encoding to capture temporal deviance
Employs cycle-consistency loss for accurate inverse mappings
Abstract
Anomaly detection is widely used in network intrusion detection, autonomous driving, medical diagnosis, credit card frauds, etc. However, several key challenges remain open, such as lack of ground truth labels, presence of complex temporal patterns, and generalizing over different datasets. This paper proposes TSI-GAN, an unsupervised anomaly detection model for time-series that can learn complex temporal patterns automatically and generalize well, i.e., no need for choosing dataset-specific parameters, making statistical assumptions about underlying data, or changing model architectures. To achieve these goals, we convert each input time-series into a sequence of 2D images using two encoding techniques with the intent of capturing temporal patterns and various types of deviance. Moreover, we design a reconstructive GAN that uses convolutional layers in an encoder-decoder network and…
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
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
MethodsFast Attention Via Positive Orthogonal Random Features · Performer
