AER: Auto-Encoder with Regression for Time Series Anomaly Detection
Lawrence Wong, Dongyu Liu, Laure Berti-Equille, Sarah Alnegheimish,, Kalyan Veeramachaneni

TL;DR
This paper introduces AER, a novel joint model combining auto-encoder and regression techniques for improved unsupervised anomaly detection in time series data, demonstrating superior performance over existing methods.
Contribution
AER uniquely integrates auto-encoder and LSTM regressor in a joint model, optimizing a combined objective for better anomaly detection accuracy.
Findings
AER achieves the highest average F1 score across 12 datasets.
AER improves performance by 23.5% over ARIMA.
AER maintains runtime efficiency comparable to individual components.
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…
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 · Time Series Analysis and Forecasting · Network Security and Intrusion Detection
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
