Anomaly Detection in Power Generation Plants with Generative Adversarial
Networks
- URL: http://arxiv.org/abs/2310.00335v1
- Date: Sat, 30 Sep 2023 10:44:05 GMT
- Title: Anomaly Detection in Power Generation Plants with Generative Adversarial
Networks
- Authors: Marcellin Atemkeng and Toheeb Aduramomi Jimoh
- Abstract summary: This study explores the use of Generative Adversarial Networks (GANs) for anomaly detection in power generation plants.
The data was initially collected in response to observed irregularities in the fuel consumption patterns of the generating sets situated at the company's base stations.
A GANs model was trained and fine-tuned both with and without data augmentation, with the goal of increasing the dataset size to enhance performance.
- Score: 0.5439020425819
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Anomaly detection is a critical task that involves the identification of data
points that deviate from a predefined pattern, useful for fraud detection and
related activities. Various techniques are employed for anomaly detection, but
recent research indicates that deep learning methods, with their ability to
discern intricate data patterns, are well-suited for this task. This study
explores the use of Generative Adversarial Networks (GANs) for anomaly
detection in power generation plants. The dataset used in this investigation
comprises fuel consumption records obtained from power generation plants
operated by a telecommunications company. The data was initially collected in
response to observed irregularities in the fuel consumption patterns of the
generating sets situated at the company's base stations. The dataset was
divided into anomalous and normal data points based on specific variables, with
64.88% classified as normal and 35.12% as anomalous. An analysis of feature
importance, employing the random forest classifier, revealed that Running Time
Per Day exhibited the highest relative importance. A GANs model was trained and
fine-tuned both with and without data augmentation, with the goal of increasing
the dataset size to enhance performance. The generator model consisted of five
dense layers using the tanh activation function, while the discriminator
comprised six dense layers, each integrated with a dropout layer to prevent
overfitting. Following data augmentation, the model achieved an accuracy rate
of 98.99%, compared to 66.45% before augmentation. This demonstrates that the
model nearly perfectly classified data points into normal and anomalous
categories, with the augmented data significantly enhancing the GANs'
performance in anomaly detection. Consequently, this study recommends the use
of GANs, particularly when using large datasets, for effective anomaly
detection.
Related papers
- ARC: A Generalist Graph Anomaly Detector with In-Context Learning [62.202323209244]
ARC is a generalist GAD approach that enables a one-for-all'' GAD model to detect anomalies across various graph datasets on-the-fly.
equipped with in-context learning, ARC can directly extract dataset-specific patterns from the target dataset.
Extensive experiments on multiple benchmark datasets from various domains demonstrate the superior anomaly detection performance, efficiency, and generalizability of ARC.
arXiv Detail & Related papers (2024-05-27T02:42:33Z) - DeepHYDRA: Resource-Efficient Time-Series Anomaly Detection in Dynamically-Configured Systems [3.44012349879073]
We present DeepHYDRA (Deep Hybrid DBSCAN/Reduction-Based Anomaly Detection)
It combines DBSCAN and learning-based anomaly detection.
It is shown to reliably detect different types of anomalies in both large and complex datasets.
arXiv Detail & Related papers (2024-05-13T13:47:15Z) - Self-supervised Feature Adaptation for 3D Industrial Anomaly Detection [59.41026558455904]
We focus on multi-modal anomaly detection. Specifically, we investigate early multi-modal approaches that attempted to utilize models pre-trained on large-scale visual datasets.
We propose a Local-to-global Self-supervised Feature Adaptation (LSFA) method to finetune the adaptors and learn task-oriented representation toward anomaly detection.
arXiv Detail & Related papers (2024-01-06T07:30:41Z) - AnomalyDiffusion: Few-Shot Anomaly Image Generation with Diffusion Model [59.08735812631131]
Anomaly inspection plays an important role in industrial manufacture.
Existing anomaly inspection methods are limited in their performance due to insufficient anomaly data.
We propose AnomalyDiffusion, a novel diffusion-based few-shot anomaly generation model.
arXiv Detail & Related papers (2023-12-10T05:13:40Z) - Normality Learning-based Graph Anomaly Detection via Multi-Scale
Contrastive Learning [61.57383634677747]
Graph anomaly detection (GAD) has attracted increasing attention in machine learning and data mining.
Here, we propose a normality learning-based GAD framework via multi-scale contrastive learning networks (NLGAD for abbreviation)
Notably, the proposed algorithm improves the detection performance (up to 5.89% AUC gain) compared with the state-of-the-art methods.
arXiv Detail & Related papers (2023-09-12T08:06:04Z) - Detecting Anomalies using Generative Adversarial Networks on Images [0.0]
This paper proposes a novel Generative Adversarial Network (GAN) based model for anomaly detection.
It uses normal (non-anomalous) images to learn about the normality based on which it detects if an input image contains an anomalous/threat object.
Experiments are performed on three datasets, viz. CIFAR-10, MVTec AD (for industrial applications) and SIXray (for X-ray baggage security)
arXiv Detail & Related papers (2022-11-24T21:52:25Z) - DEGAN: Time Series Anomaly Detection using Generative Adversarial
Network Discriminators and Density Estimation [0.0]
We have proposed an unsupervised Generative Adversarial Network (GAN)-based anomaly detection framework, DEGAN.
It relies solely on normal time series data as input to train a well-configured discriminator (D) into a standalone anomaly predictor.
arXiv Detail & Related papers (2022-10-05T04:32:12Z) - Convolutional generative adversarial imputation networks for
spatio-temporal missing data in storm surge simulations [86.5302150777089]
Generative Adversarial Imputation Nets (GANs) and GAN-based techniques have attracted attention as unsupervised machine learning methods.
We name our proposed method as Con Conval Generative Adversarial Imputation Nets (Conv-GAIN)
arXiv Detail & Related papers (2021-11-03T03:50:48Z) - Enhancing Robustness of On-line Learning Models on Highly Noisy Data [7.812139470551903]
We extend a two-layer on-line data selection framework: Robust Anomaly Detector (RAD) with a newly designed ensemble prediction.
RAD can robustly improve the accuracy of anomaly detection, to reach up to 98.95% for IoT device attacks, up to 85.03% for cloud task failures, and up to 77.51% for face recognition.
arXiv Detail & Related papers (2021-03-19T14:13:16Z) - Am I Rare? An Intelligent Summarization Approach for Identifying Hidden
Anomalies [0.0]
In this paper, we propose an INtelligent Summarization approach for IDENTifying hidden anomalies, called INSIDENT.
Our approach is a clustering-based algorithm that dynamically maps original feature space to a new feature space by locally weighting features in each cluster. Besides, selecting representatives based on cluster size keeps the same distribution as the original data in summarized data.
arXiv Detail & Related papers (2020-12-24T23:22:57Z) - 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.