Table of Contents
Fetching ...

Graph Neural Networks for Efficient AC Power Flow Prediction in Power Grids

Seyedamirhossein Talebi, Kaixiong Zhou

TL;DR

The paper tackles the computational intractability of AC-OPF in large power grids by proposing Graph Neural Networks to predict voltage magnitudes and angles directly from grid topology. It models the grid as a graph and compares four GNN architectures (GCN, GATConv, SAGEConv, GraphConv) using IEEE test systems, with Newton-Raphson serving as ground-truth. Results show that GNNs can achieve high accuracy (NRMSE < 0.05, $R^2$ near 1) while offering substantial speedups, and SAGEConv and GraphConv demonstrate strong performance on larger grids. The work demonstrates potential for real-time grid management and outlines plans to scale to massive networks and to analyze the influence of generator buses on predictions.

Abstract

This paper proposes a novel approach using Graph Neural Networks (GNNs) to solve the AC Power Flow problem in power grids. AC OPF is essential for minimizing generation costs while meeting the operational constraints of the grid. Traditional solvers struggle with scalability, especially in large systems with renewable energy sources. Our approach models the power grid as a graph, where buses are nodes and transmission lines are edges. We explore different GNN architectures, including GCN, GAT, SAGEConv, and GraphConv to predict AC power flow solutions efficiently. Our experiments on IEEE test systems show that GNNs can accurately predict power flow solutions and scale to larger systems, outperforming traditional solvers in terms of computation time. This work highlights the potential of GNNs for real-time power grid management, with future plans to apply the model to even larger grid systems.

Graph Neural Networks for Efficient AC Power Flow Prediction in Power Grids

TL;DR

The paper tackles the computational intractability of AC-OPF in large power grids by proposing Graph Neural Networks to predict voltage magnitudes and angles directly from grid topology. It models the grid as a graph and compares four GNN architectures (GCN, GATConv, SAGEConv, GraphConv) using IEEE test systems, with Newton-Raphson serving as ground-truth. Results show that GNNs can achieve high accuracy (NRMSE < 0.05, near 1) while offering substantial speedups, and SAGEConv and GraphConv demonstrate strong performance on larger grids. The work demonstrates potential for real-time grid management and outlines plans to scale to massive networks and to analyze the influence of generator buses on predictions.

Abstract

This paper proposes a novel approach using Graph Neural Networks (GNNs) to solve the AC Power Flow problem in power grids. AC OPF is essential for minimizing generation costs while meeting the operational constraints of the grid. Traditional solvers struggle with scalability, especially in large systems with renewable energy sources. Our approach models the power grid as a graph, where buses are nodes and transmission lines are edges. We explore different GNN architectures, including GCN, GAT, SAGEConv, and GraphConv to predict AC power flow solutions efficiently. Our experiments on IEEE test systems show that GNNs can accurately predict power flow solutions and scale to larger systems, outperforming traditional solvers in terms of computation time. This work highlights the potential of GNNs for real-time power grid management, with future plans to apply the model to even larger grid systems.

Paper Structure

This paper contains 22 sections, 2 equations, 6 figures, 4 tables.

Figures (6)

  • Figure 1: Proteins vijayabaskar2011, social networks ahmad2020, and electrical power grids hosein2016 are all graphs
  • Figure : (a) IEEE 14-Bus System
  • Figure : (a) IEEE 14-Bus System
  • Figure : (b) IEEE 30-Bus System
  • Figure : (c) IEEE 57-Bus System
  • ...and 1 more figures