Leveraging Graph Neural Networks to Forecast Electricity Consumption

Eloi Campagne,Yvenn Amara-Ouali,Yannig Goude,Argyris Kalogeratos
2024-08-30
Abstract:Accurate electricity demand forecasting is essential for several reasons, especially as the integration of renewable energy sources and the transition to a decentralized network paradigm introduce greater complexity and uncertainty. The proposed methodology leverages graph-based representations to effectively capture the spatial distribution and relational intricacies inherent in this decentralized network structure. This research work offers a novel approach that extends beyond the conventional Generalized Additive Model framework by considering models like Graph Convolutional Networks or Graph SAGE. These graph-based models enable the incorporation of various levels of interconnectedness and information sharing among nodes, where each node corresponds to the combined load (i.e. consumption) of a subset of consumers (e.g. the regions of a country). More specifically, we introduce a range of methods for inferring graphs tailored to consumption forecasting, along with a framework for evaluating the developed models in terms of both performance and explainability. We conduct experiments on electricity forecasting, in both a synthetic and a real framework considering the French mainland regions, and the performance and merits of our approach are discussed.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?
The paper aims to address several key issues in power demand forecasting, particularly the increased complexity and uncertainty introduced during the transition to a decentralized grid structure. Specifically, the paper addresses these issues through the following points: 1. **Improving Forecast Accuracy**: Accurate power demand forecasting is crucial for multiple participants in the energy market. With the increasing share of renewable energy (such as solar and wind), which brings volatility and intermittency, short-term power demand forecasting becomes even more important. 2. **Addressing Uncertainty and Complexity**: Factors such as the COVID-19 pandemic and economic downturn have introduced non-stationarity in power consumption patterns, increasing the difficulty of forecasting. Additionally, the decentralized grid structure makes it challenging for traditional methods to adapt to new challenges. 3. **Utilizing Graph Neural Networks (GNNs)**: By using graph-based representations, the spatial distribution and relational complexity in decentralized grid structures can be effectively captured. The paper proposes a method that goes beyond the traditional generalized additive model framework, utilizing models like Graph Convolutional Networks or Graph SAGE to achieve this goal. 4. **Developing Customized Graph Inference Methods**: A series of graph inference methods for consumption forecasting are introduced, along with a framework for evaluating the performance and interpretability of these models. 5. **Experimental Validation**: Experiments were conducted on synthetic datasets and real datasets from local regions in France to validate the effectiveness and advantages of the proposed methods. In summary, the paper improves power load forecasting by introducing graph neural network technology, addressing the limitations of traditional methods when facing modern grid structures, and enhancing the accuracy and reliability of forecasts.