Targeted Adversarial Attacks on Wind Power Forecasts
Ren\'e Heinrich, Christoph Scholz, Stephan Vogt, Malte Lehna

TL;DR
This paper examines the vulnerability of wind power forecasting models to adversarial attacks and introduces TARS, a new metric to evaluate and improve model robustness.
Contribution
It presents a novel robustness score TARS for regression models and demonstrates how adversarial training enhances wind power forecast models' resilience.
Findings
LSTM models show high robustness with TARS > 0.78
CNN models are vulnerable with TARS < 0.10 when trained normally
Adversarial training significantly improves CNN robustness, raising TARS above 0.46
Abstract
In recent years, researchers proposed a variety of deep learning models for wind power forecasting. These models predict the wind power generation of wind farms or entire regions more accurately than traditional machine learning algorithms or physical models. However, latest research has shown that deep learning models can often be manipulated by adversarial attacks. Since wind power forecasts are essential for the stability of modern power systems, it is important to protect them from this threat. In this work, we investigate the vulnerability of two different forecasting models to targeted, semi-targeted, and untargeted adversarial attacks. We consider a Long Short-Term Memory (LSTM) network for predicting the power generation of individual wind farms and a Convolutional Neural Network (CNN) for forecasting the wind power generation throughout Germany. Moreover, we propose the Total…
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
TopicsAdversarial Robustness in Machine Learning
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
