LGAISYNov 6, 2023

PowerFlowNet: Power Flow Approximation Using Message Passing Graph Neural Networks

arXiv:2311.03415v350 citationsh-index: 10
AI Analysis

This provides a scalable solution for power system operators needing fast and accurate analysis, though it is incremental as it builds on existing GNN approaches for a specific domain.

The paper tackles the problem of accurate and efficient power flow analysis in electrical networks by introducing PowerFlowNet, a graph neural network architecture that matches the performance of the Newton-Raphson method while being 4 times faster on a small system and 145 times faster on a large network.

Accurate and efficient power flow (PF) analysis is crucial in modern electrical networks' operation and planning. Therefore, there is a need for scalable algorithms that can provide accurate and fast solutions for both small and large scale power networks. As the power network can be interpreted as a graph, Graph Neural Networks (GNNs) have emerged as a promising approach for improving the accuracy and speed of PF approximations by exploiting information sharing via the underlying graph structure. In this study, we introduce PowerFlowNet, a novel GNN architecture for PF approximation that showcases similar performance with the traditional Newton-Raphson method but achieves it 4 times faster in the simple IEEE 14-bus system and 145 times faster in the realistic case of the French high voltage network (6470rte). Meanwhile, it significantly outperforms other traditional approximation methods, such as the DC relaxation method, in terms of performance and execution time; therefore, making PowerFlowNet a highly promising solution for real-world PF analysis. Furthermore, we verify the efficacy of our approach by conducting an in-depth experimental evaluation, thoroughly examining the performance, scalability, interpretability, and architectural dependability of PowerFlowNet. The evaluation provides insights into the behavior and potential applications of GNNs in power system analysis.

Code Implementations2 repos
Foundations

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

Your Notes