LGAug 16, 2021

Multistream Graph Attention Networks for Wind Speed Forecasting

arXiv:2108.07063v325 citations
Originality Incremental advance
AI Analysis

This work addresses the need for reliable wind speed prediction in industrial sectors like economics and management, representing an incremental improvement over existing methods.

The paper tackles wind speed forecasting by proposing a multistream Graph Attention Network (GAT) model that learns an adjacency matrix and incorporates a new attention mechanism to capture spatial and temporal dependencies from multivariate weather data, achieving improved learning of complex input-output relationships compared to previous architectures.

Reliable and accurate wind speed prediction has significant impact in many industrial sectors such as economic, business and management among others. This paper presents a new model for wind speed prediction based on Graph Attention Networks (GAT). In particular, the proposed model extends GAT architecture by equipping it with a learnable adjacency matrix as well as incorporating a new attention mechanism with the aim of obtaining attention scores per weather variable. The output of the GAT based model is combined with the LSTM layer in order to exploit both the spatial and temporal characteristics of the multivariate multidimensional historical weather data. Real weather data collected from several cities in Denmark and Netherlands are used to conduct the experiments and evaluate the performance of the proposed model. We show that in comparison to previous architectures used for wind speed prediction, the proposed model is able to better learn the complex input-output relationships of the weather data. Furthermore, thanks to the learned attention weights, the model provides an additional insights on the most important weather variables and cities for the studied prediction task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes