PowerGNN: A Topology-Aware Graph Neural Network for Electricity Grids
Dhruv Suri, Mohak Mangal
TL;DR
The paper addresses accurate power system state forecasting under high renewable penetration by exploiting grid topology through a topology-aware spatio-temporal Graph Neural Network. It introduces a model that blends GraphSAGE-based spatial convolutions with per-node GRUs to learn joint spatial and temporal dependencies, using a physics-informed graph representation of buses and lines. Evaluated on the NREL-118-bus system with realistic renewable profiles, the approach outperforms fully connected networks, linear regression, and rolling mean baselines, achieving average RMSEs of $0.1567$, $0.1714$, $0.1292$, and $0.1460$ for voltage magnitude, voltage angle, active power, and reactive power, respectively. The work demonstrates robustness across locations and operating conditions and shows potential for improved congestion prediction and operational decision support in future grids.
Abstract
The increasing penetration of renewable energy sources introduces significant variability and uncertainty in modern power systems, making accurate state prediction critical for reliable grid operation. Conventional forecasting methods often neglect the power grid's inherent topology, limiting their ability to capture complex spatio temporal dependencies. This paper proposes a topology aware Graph Neural Network (GNN) framework for predicting power system states under high renewable integration. We construct a graph based representation of the power network, modeling buses and transmission lines as nodes and edges, and introduce a specialized GNN architecture that integrates GraphSAGE convolutions with Gated Recurrent Units (GRUs) to model both spatial and temporal correlations in system dynamics. The model is trained and evaluated on the NREL 118 test system using realistic, time synchronous renewable generation profiles. Our results show that the proposed GNN outperforms baseline approaches including fully connected neural networks, linear regression, and rolling mean models, achieving substantial improvements in predictive accuracy. The GNN achieves average RMSEs of 0.13 to 0.17 across all predicted variables and demonstrates consistent performance across spatial locations and operational conditions. These results highlight the potential of topology aware learning for scalable and robust power system forecasting in future grids with high renewable penetration.
