AER: Auto-Encoder with Regression for Time Series Anomaly Detection
- URL: http://arxiv.org/abs/2212.13558v1
- Date: Tue, 27 Dec 2022 17:22:21 GMT
- Title: AER: Auto-Encoder with Regression for Time Series Anomaly Detection
- Authors: Lawrence Wong, Dongyu Liu, Laure Berti-Equille, Sarah Alnegheimish,
Kalyan Veeramachaneni
- Abstract summary: Anomaly detection on time series data is increasingly common across various industrial domains.
Recent unsupervised machine learning methods have made remarkable progress in tackling this problem.
We propose AER (Auto-encoder with Regression), a joint model that combines a vanilla auto-encoder and an LSTM regressor.
- Score: 12.418290128163882
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Anomaly detection on time series data is increasingly common across various
industrial domains that monitor metrics in order to prevent potential accidents
and economic losses. However, a scarcity of labeled data and ambiguous
definitions of anomalies can complicate these efforts. Recent unsupervised
machine learning methods have made remarkable progress in tackling this problem
using either single-timestamp predictions or time series reconstructions. While
traditionally considered separately, these methods are not mutually exclusive
and can offer complementary perspectives on anomaly detection. This paper first
highlights the successes and limitations of prediction-based and
reconstruction-based methods with visualized time series signals and anomaly
scores. We then propose AER (Auto-encoder with Regression), a joint model that
combines a vanilla auto-encoder and an LSTM regressor to incorporate the
successes and address the limitations of each method. Our model can produce
bi-directional predictions while simultaneously reconstructing the original
time series by optimizing a joint objective function. Furthermore, we propose
several ways of combining the prediction and reconstruction errors through a
series of ablation studies. Finally, we compare the performance of the AER
architecture against two prediction-based methods and three
reconstruction-based methods on 12 well-known univariate time series datasets
from NASA, Yahoo, Numenta, and UCR. The results show that AER has the highest
averaged F1 score across all datasets (a 23.5% improvement compared to ARIMA)
while retaining a runtime similar to its vanilla auto-encoder and regressor
components. Our model is available in Orion, an open-source benchmarking tool
for time series anomaly detection.
Related papers
- Graph Spatiotemporal Process for Multivariate Time Series Anomaly
Detection with Missing Values [67.76168547245237]
We introduce a novel framework called GST-Pro, which utilizes a graphtemporal process and anomaly scorer to detect anomalies.
Our experimental results show that the GST-Pro method can effectively detect anomalies in time series data and outperforms state-of-the-art methods.
arXiv Detail & Related papers (2024-01-11T10:10:16Z) - Unraveling the "Anomaly" in Time Series Anomaly Detection: A
Self-supervised Tri-domain Solution [89.16750999704969]
Anomaly labels hinder traditional supervised models in time series anomaly detection.
Various SOTA deep learning techniques, such as self-supervised learning, have been introduced to tackle this issue.
We propose a novel self-supervised learning based Tri-domain Anomaly Detector (TriAD)
arXiv Detail & Related papers (2023-11-19T05:37:18Z) - MGADN: A Multi-task Graph Anomaly Detection Network for Multivariate
Time Series [0.0]
Anomaly detection of time series, especially multivariate time series(time series with multiple sensors), has been focused on for several years.
Existing method including neural network only concentrate on the relationship in terms of timestamp.
Our approach uses GAT, which is originated from graph neural network, to obtain connection between sensors.
Our approach is also designed to be double headed to calculate both prediction loss and reconstruction loss via VAE(Variational Auto-Encoder).
arXiv Detail & Related papers (2022-11-22T10:17:42Z) - Are we certain it's anomalous? [57.729669157989235]
Anomaly detection in time series is a complex task since anomalies are rare due to highly non-linear temporal correlations.
Here we propose the novel use of Hyperbolic uncertainty for Anomaly Detection (HypAD)
HypAD learns self-supervisedly to reconstruct the input signal.
arXiv Detail & Related papers (2022-11-16T21:31:39Z) - Memory-augmented Adversarial Autoencoders for Multivariate Time-series
Anomaly Detection with Deep Reconstruction and Prediction [4.033624665609417]
We propose MemAAE, a novel unsupervised anomaly detection method for time-series.
By jointly training two complementary proxy tasks, reconstruction and prediction, we show that detecting anomalies via multiple tasks obtains superior performance.
MemAAE achieves an overall F1 score of 0.90 on four public datasets, significantly outperforming the best baseline by 0.02.
arXiv Detail & Related papers (2021-10-15T18:29:05Z) - DAE : Discriminatory Auto-Encoder for multivariate time-series anomaly
detection in air transportation [68.8204255655161]
We propose a novel anomaly detection model called Discriminatory Auto-Encoder (DAE)
It uses the baseline of a regular LSTM-based auto-encoder but with several decoders, each getting data of a specific flight phase.
Results show that the DAE achieves better results in both accuracy and speed of detection.
arXiv Detail & Related papers (2021-09-08T14:07:55Z) - SALAD: Self-Adaptive Lightweight Anomaly Detection for Real-time
Recurrent Time Series [1.0437764544103274]
This paper introduces SALAD, which is a Self-Adaptive Lightweight Anomaly Detection approach based on a special type of recurrent neural networks called Long Short-Term Memory (LSTM)
Experiments based on two real-world open-source time series datasets demonstrate that SALAD outperforms five other state-of-the-art anomaly detection approaches in terms of detection accuracy.
In addition, the results also show that SALAD is lightweight and can be deployed on a commodity machine.
arXiv Detail & Related papers (2021-04-19T10:36:23Z) - Anomaly Detection of Time Series with Smoothness-Inducing Sequential
Variational Auto-Encoder [59.69303945834122]
We present a Smoothness-Inducing Sequential Variational Auto-Encoder (SISVAE) model for robust estimation and anomaly detection of time series.
Our model parameterizes mean and variance for each time-stamp with flexible neural networks.
We show the effectiveness of our model on both synthetic datasets and public real-world benchmarks.
arXiv Detail & Related papers (2021-02-02T06:15:15Z) - NVAE-GAN Based Approach for Unsupervised Time Series Anomaly Detection [19.726089445453734]
Time series anomaly detection is a common but challenging task in many industries.
It is difficult to detect anomalies in time series with high accuracy, due to noisy data collected from real world.
We propose our anomaly detection model: Time series to Image VAE (T2IVAE)
arXiv Detail & Related papers (2021-01-08T08:35:15Z) - TadGAN: Time Series Anomaly Detection Using Generative Adversarial
Networks [73.01104041298031]
TadGAN is an unsupervised anomaly detection approach built on Generative Adversarial Networks (GANs)
To capture the temporal correlations of time series, we use LSTM Recurrent Neural Networks as base models for Generators and Critics.
To demonstrate the performance and generalizability of our approach, we test several anomaly scoring techniques and report the best-suited one.
arXiv Detail & Related papers (2020-09-16T15:52:04Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.