LSTM-based Encoder-Decoder for Multi-sensor Anomaly Detection
Pankaj Malhotra, Anusha Ramakrishnan, Gaurangi Anand, Lovekesh Vig,, Puneet Agarwal, Gautam Shroff

TL;DR
This paper introduces EncDec-AD, an LSTM-based encoder-decoder model that effectively detects anomalies in diverse and unpredictable time-series data by learning normal behavior and identifying deviations.
Contribution
The paper presents a novel LSTM encoder-decoder approach for anomaly detection that handles both predictable and unpredictable time-series, including short and long sequences.
Findings
Robust detection of anomalies in various time-series types
Effective on both short and long sequences
Works with predictable and unpredictable data
Abstract
Mechanical devices such as engines, vehicles, aircrafts, etc., are typically instrumented with numerous sensors to capture the behavior and health of the machine. However, there are often external factors or variables which are not captured by sensors leading to time-series which are inherently unpredictable. For instance, manual controls and/or unmonitored environmental conditions or load may lead to inherently unpredictable time-series. Detecting anomalies in such scenarios becomes challenging using standard approaches based on mathematical models that rely on stationarity, or prediction models that utilize prediction errors to detect anomalies. We propose a Long Short Term Memory Networks based Encoder-Decoder scheme for Anomaly Detection (EncDec-AD) that learns to reconstruct 'normal' time-series behavior, and thereafter uses reconstruction error to detect anomalies. We experiment…
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
