paper-with-me

홈 › Papers

A Bi-LSTM Autoencoder Framework for Anomaly Detection -- A Case Study of a Wind Power Dataset

2023-03-17 · Ahmed Shoyeb Raihan, Imtiaz Ahmed

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 the time series data from both directions and thus effectively discover the long-term dependencies hidden in the sequential data. Meanwhile, the Autoencoder mechanism helps to establish the optimal threshold beyond which an event can be classified as an anomaly. To demonstrate the effectiveness of the proposed framework, it is applied to a real-world multivariate time series dataset collected from a wind farm. The Bi-LSTM Autoencoder model achieved a classification accuracy of 96.79% and outperformed more commonly used LSTM Autoencoder models.

📄 PDF Abstract BibTeX arXiv:2303.09703

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

An Attention-Augmented VAE-BiLSTM Framework for Anomaly Detection in 12-Lead ECG Signals

2025-10-07 · Marc Garreta Basora, Mehmet Oguz Mulayim arxiv

Anomaly detection in 12-lead electrocardiograms (ECGs) is critical for identifying deviations associated with cardiovascular disease. This work presents a comparative analysis of three autoencoder-based architectures: co…

Unsupervised Anomaly Detection

Smart Metering System Capable of Anomaly Detection by Bi-directional LSTM Autoencoder

2021-12-06 · Sangkeum Lee, Hojun Jin, Sarvar Hussain Nengroo, Yoonmee Doh 외

Anomaly detection is concerned with a wide range of applications such as fault detection, system monitoring, and event detection. Identifying anomalies from metering data obtained from smart metering system is a critical…

Anomaly DetectionEvent DetectionFault Detection

An Attention Free Conditional Autoencoder For Anomaly Detection in Cryptocurrencies

2023-04-20 · Hugo Inzirillo, Ludovic De Villelongue

It is difficult to identify anomalies in time series, especially when there is a lot of noise. Denoising techniques can remove the noise but this technique can cause a significant loss of information. To detect anomalies…

Anomaly DetectionDenoisingTime Series

Visual anomaly detection in video by variational autoencoder

2022-03-08 · Faraz Waseem, Rafael Perez Martinez, Chris Wu

Video anomalies detection is the intersection of anomaly detection and visual intelligence. It has commercial applications in surveillance, security, self-driving cars and crop monitoring. Videos can capture a variety of…

Anomaly DetectionSelf-Driving Cars

Detecting Driver Drowsiness as an Anomaly Using LSTM Autoencoders

2022-09-12 · Gülin Tüfekci, Alper Kayabaşi, Erdem Akagündüz, İlkay Ulusoy

In this paper, an LSTM autoencoder-based architecture is utilized for drowsiness detection with ResNet-34 as feature extractor. The problem is considered as anomaly detection for a single subject; therefore, only the nor…

Anomaly Detection