[2509.22458] Physics-informed GNN for medium-high voltage AC power flow with edge-aware attention and line search correction operator
Summary
This article presents a novel Physics-informed Graph Neural Network (PIGNN) designed to enhance AC power flow analysis, achieving significant accuracy and speed improvements over traditional methods.
Why It Matters
As the demand for efficient energy management grows, this research provides a cutting-edge solution for AC power flow analysis, crucial for optimizing electrical grid operations. The proposed PIGNN-Attn-LS model addresses limitations in existing methods, potentially transforming how power systems are analyzed and managed.
Key Takeaways
- The PIGNN-Attn-LS model significantly outperforms traditional Newton-Raphson solvers in accuracy and speed.
- Incorporating edge-aware attention mechanisms enhances the model's ability to encode line physics effectively.
- The model achieves a test RMSE of 0.00033 p.u. in voltage, showcasing its precision.
- Streaming micro-batches allow for 2-5x faster inference compared to conventional methods.
- This research paves the way for operational adoption of advanced machine learning techniques in power systems.
Computer Science > Machine Learning arXiv:2509.22458 (cs) [Submitted on 26 Sep 2025 (v1), last revised 20 Feb 2026 (this version, v2)] Title:Physics-informed GNN for medium-high voltage AC power flow with edge-aware attention and line search correction operator Authors:Changhun Kim, Timon Conrad, Redwanul Karim, Julian Oelhaf, David Riebesel, Tomás Arias-Vergara, Andreas Maier, Johann Jäger, Siming Bayer View a PDF of the paper titled Physics-informed GNN for medium-high voltage AC power flow with edge-aware attention and line search correction operator, by Changhun Kim and 8 other authors View PDF HTML (experimental) Abstract:Physics-informed graph neural networks (PIGNNs) have emerged as fast AC power-flow solvers that can replace the classic NewtonRaphson (NR) solvers, especially when thousands of scenarios must be evaluated. However, current PIGNNs still need accuracy improvements at parity speed; in particular, the soft constraint on the physics loss is inoperative at inference, which can deter operational adoption. We address this with PIGNN-Attn-LS, combining an edge-aware attention mechanism that explicitly encodes line physics via per-edge biases to form a fully differentiable knownoperator layer inside the computation graph, with a backtracking line-search-based globalized correction operator that restores an operative decrease criterion at inference. Training and testing use a realistic High-/Medium-Voltage scenario generator, with NR used only to construct refe...