paper-with-me

홈 › Papers

Anomaly Detection in Power Generation Plants with Generative Adversarial Networks

2023-09-30 · Marcellin Atemkeng, Toheeb Aduramomi Jimoh

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.

📄 PDF Abstract BibTeX arXiv:2310.00335

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionData AugmentationFeature ImportanceFraud Detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Tanh Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Anomaly Detection for Multivariate Time Series on Large-scale Fluid Handling Plant Using Two-stage Autoencoder

2022-05-20 · Susumu Naito, Yasunori Taguchi, Kouta Nakata, Yuichi Kato

This paper focuses on anomaly detection for multivariate time series data in large-scale fluid handling plants with dynamic components, such as power generation, water treatment, and chemical plants, where signals from v…

Anomaly DetectionTime SeriesTime Series Analysis

From Noise to Knowledge: A Comparative Study of Acoustic Anomaly Detection Models in Pumped-storage Hydropower Plants

2025-09-26 · Karim Khamaisi, Nicolas Keller, Stefan Krummenacher, Valentin Huber 외 arxiv

In the context of industrial factories and energy producers, unplanned outages are highly costly and difficult to service. However, existing acoustic-anomaly detection studies largely rely on generic industrial or synthe…

Anomaly Detection

Risk-Based Thresholding for Reliable Anomaly Detection in Concentrated Solar Power Plants

2025-03-24 · Yorick Estievenart, Sukanya Patra, Souhaib Ben Taieb

Efficient and reliable operation of Concentrated Solar Power (CSP) plants is essential for meeting the growing demand for sustainable energy. However, high-temperature solar receivers face severe operational risks, such …

Anomaly Detection

Label Assisted Autoencoder for Anomaly Detection in Power Generation Plants

2023-02-06 · Marcellin Atemkeng, Victor Osanyindoro, Rockefeller Rockefeller, Sisipho Hamlomo 외

One of the critical factors that drive the economic development of a country and guarantee the sustainability of its industries is the constant availability of electricity. This is usually provided by the national electr…

Anomaly ClassificationAnomaly Detection

MAD-GAN: Multivariate Anomaly Detection for Time Series Data with Generative Adversarial Networks

2019-01-15 · Dan Li, Dacheng Chen, Lei Shi, Baihong Jin 외

The prevalence of networked sensors and actuators in many real-world systems such as smart buildings, factories, power plants, and data centers generate substantial amounts of multivariate time series data for these syst…

Anomaly DetectionBIG-bench Machine LearningTime SeriesTime Series Analysis