A Bi-LSTM Autoencoder Framework for Anomaly Detection -- A Case Study of a Wind Power Dataset
Ahmed Shoyeb Raihan, Imtiaz Ahmed

TL;DR
This paper introduces a Bi-LSTM Autoencoder framework for detecting anomalies in multivariate time series data, demonstrating high accuracy and effectiveness on wind farm data, advancing the field of time series anomaly detection.
Contribution
The paper proposes a novel Bi-LSTM Autoencoder model that captures long-term dependencies and establishes an optimal anomaly detection threshold, outperforming existing LSTM Autoencoder approaches.
Findings
Achieved 96.79% classification accuracy.
Outperformed traditional LSTM Autoencoder models.
Effectively detected anomalies in wind farm data.
Abstract
Anomalies refer to data points or events that deviate from normal and homogeneous events, which can include fraudulent activities, network infiltrations, equipment malfunctions, process changes, or other significant but infrequent events. Prompt detection of such events can prevent potential losses in terms of finances, information, and human resources. With the advancement of computational capabilities and the availability of large datasets, anomaly detection has become a major area of research. Among these, anomaly detection in time series has gained more attention recently due to the added complexity imposed by the time dimension. This study presents a novel framework for time series anomaly detection using a combination of Bidirectional Long Short Term Memory (Bi-LSTM) architecture and Autoencoder. The Bi-LSTM network, which comprises two unidirectional LSTM networks, can analyze…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Electricity Theft Detection Techniques · Time Series Analysis and Forecasting
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
