Multi Scale Graph Wavenet for Wind Speed Forecasting

Neetesh Rathore,Pradeep Rathore,Arghya Basak,Sri Harsha Nistala,Venkataramana Runkana
DOI: https://doi.org/10.48550/arXiv.2109.15239
2021-10-02
Abstract:Geometric deep learning has gained tremendous attention in both academia and industry due to its inherent capability of representing arbitrary structures. Due to exponential increase in interest towards renewable sources of energy, especially wind energy, accurate wind speed forecasting has become very important. . In this paper, we propose a novel deep learning architecture, Multi Scale Graph Wavenet for wind speed forecasting. It is based on a graph convolutional neural network and captures both spatial and temporal relationships in multivariate time series weather data for wind speed forecasting. We especially took inspiration from dilated convolutions, skip connections and the inception network to capture temporal relationships and graph convolutional networks for capturing spatial relationships in the data. We conducted experiments on real wind speed data measured at different cities in Denmark and compared our results with the state-of-the-art baseline models. Our novel architecture outperformed the state-of-the-art methods on wind speed forecasting for multiple forecast horizons by 4-5%.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is **accurate wind speed prediction**, especially short - term wind speed prediction in multiple time ranges (such as 6 hours, 12 hours, 18 hours and 24 hours). With the increasing global attention to renewable energy (especially wind energy), accurate wind speed prediction is of great significance for improving the efficiency of wind energy utilization, optimizing the management of wind farms and formulating sustainable energy policies. ### Specific problem background: 1. **Limitations of traditional methods**: - Traditional numerical weather prediction (NWP) relies on complex physical models, which consume a large amount of computing resources and are time - consuming, and it is difficult to meet the rapid prediction needs in a short time. - Data - driven methods (such as deep learning) can use historical data for fast and accurate prediction, especially in short - term prediction tasks (such as within a few hours). 2. **Deficiencies of existing methods**: - Most of the existing wind speed prediction methods fail to fully capture the spatio - temporal relationship, that is, the spatial correlation between different locations and the temporal correlation in the time series. - Many existing models perform poorly in handling multivariate time - series data and cannot effectively integrate data from multiple sensors or stations. ### Solutions proposed in the paper: To solve the above problems, the author proposes a new deep - learning architecture - **Multi - Scale Graph Wavenet**. This model combines the graph convolutional neural network (GCN) and the Wavenet architecture, aiming to capture the spatio - temporal relationship in multivariate time - series data, so as to achieve more accurate wind speed prediction. ### Main contributions: 1. **Propose a new multi - scale spatio - temporal graph convolutional network**, which is based on Graph Wavenet and Inception network and can capture spatio - temporal relationships simultaneously. 2. **Conduct experiments on the Danish wind speed prediction benchmark data set**, and the results show that the prediction performance of this model in multiple time ranges is better than that of the existing state - of - the - art methods, with an average improvement of 4 - 5% in prediction accuracy. 3. **Introduce a learnable adjacency matrix** to explain the relative importance between different nodes, making the model more interpretable. Through these improvements, Multi - Scale Graph Wavenet not only improves the accuracy of wind speed prediction, but also provides valuable insights for understanding and analyzing the meteorological impacts between different cities.