paper-with-me

Papers

Targeted Adversarial Attacks on Wind Power Forecasts

2023-03-29 · René Heinrich, Christoph Scholz, Stephan Vogt, Malte Lehna

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 Adversarial Robustness Score (TARS), an evaluation metric for quantifying the robustness of regression models to targeted and semi-targeted adversarial attacks. It assesses the impact of attacks on the model's performance, as well as the extent to which the attacker's goal was achieved, by assigning a score between 0 (very vulnerable) and 1 (very robust). In our experiments, the LSTM forecasting model was fairly robust and achieved a TARS value of over 0.78 for all adversarial attacks investigated. The CNN forecasting model only achieved TARS values below 0.10 when trained ordinarily, and was thus very vulnerable. Yet, its robustness could be significantly improved by adversarial training, which always resulted in a TARS above 0.46.

📄 PDF Abstract BibTeX arXiv:2303.16633

Code (1)

fraunhoferiee/taaowpf 공식 구현 pytorch

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Targeted Attack on Deep RL-based Autonomous Driving with Learned Visual Patterns

2021-09-16 · Prasanth Buddareddygari, Travis Zhang, Yezhou Yang, Yi Ren

Recent studies demonstrated the vulnerability of control policies learned through deep reinforcement learning against adversarial attacks, raising concerns about the application of such models to risk-sensitive tasks suc…

Autonomous DrivingDeep Reinforcement Learning

Calibration of wind speed ensemble forecasts for power generation

2021-04-30 · Sándor Baran, Ágnes Baran

In the last decades wind power became the second largest energy source in the EU covering 16% of its electricity demand. However, due to its volatility, accurate short range wind power predictions are required for succes…

BIG-bench Machine Learning

Targeted Attacks on Timeseries Forecasting

2023-01-27 · Yuvaraj Govindarajulu, Avinash Amballa, Pavan Kulkarni, Manojkumar Parmar

Real-world deep learning models developed for Time Series Forecasting are used in several critical applications ranging from medical devices to the security domain. Many previous works have shown how deep learning models…

Adversarial AttackTime SeriesTime Series AnalysisTime Series Forecasting

Unsourced Adversarial CAPTCHA: A Bi-Phase Adversarial CAPTCHA Framework

2025-06-12 · Xia Du, Xiaoyuan Liu, Jizhe Zhou, Zheng Lin 외

With the rapid advancements in deep learning, traditional CAPTCHA schemes are increasingly vulnerable to automated attacks powered by deep neural networks (DNNs). Existing adversarial attack methods often rely on origina…

Adversarial AttackDiversityLanguage ModelingLanguage Modelling+1

Targeted Adversarial Attacks on Generalizable Neural Radiance Fields

2023-10-05 · Andras Horvath, Csaba M. Jozsa

Neural Radiance Fields (NeRFs) have recently emerged as a powerful tool for 3D scene representation and rendering. These data-driven models can learn to synthesize high-quality images from sparse 2D observations, enablin…