paper-with-me

Papers

Unsupervised Optimal Power Flow Using Graph Neural Networks

2022-10-17 · Damian Owerko, Fernando Gama, Alejandro Ribeiro

Optimal power flow (OPF) is a critical optimization problem that allocates power to the generators in order to satisfy the demand at a minimum cost. Solving this problem exactly is computationally infeasible in the general case. In this work, we propose to leverage graph signal processing and machine learning. More specifically, we use a graph neural network to learn a nonlinear parametrization between the power demanded and the corresponding allocation. We learn the solution in an unsupervised manner, minimizing the cost directly. In order to take into account the electrical constraints of the grid, we propose a novel barrier method that is differentiable and works on initially infeasible points. We show through simulations that the use of GNNs in this unsupervised learning context leads to solutions comparable to standard solvers while being computationally efficient and avoiding constraint violations most of the time.

📄 PDF Abstract BibTeX arXiv:2210.09277

Code (1)

tomyvazquez/doraa-uy pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Deep Learning for AC Optimal Power Flow via Lagrangian Duality

2022-12-07 · Kejun Chen, Shourya Bose, Yu Zhang

Non-convex AC optimal power flow (AC-OPF) is a fundamental optimization problem in power system analysis. The computational complexity of conventional solvers is typically high and not suitable for large-scale networks i…

Deep Learning

Solving AC Power Flow with Graph Neural Networks under Realistic Constraints

2022-04-14 · Luis Böttcher, Hinrikus Wolf, Bastian Jung, Philipp Lutat 외

In this paper, we propose a graph neural network architecture to solve the AC power flow problem under realistic constraints. To ensure a safe and resilient operation of distribution grids, AC power flow calculations are…

Graph Neural Network

Neural Network Optimal Power Flow via Energy Gradient Flow and Unified Dynamics

2025-12-01 · Xuezhi Liu arxiv

Optimal Power Flow (OPF) is a core optimization problem in power system operation and planning, aiming to minimize generation costs while satisfying physical constraints such as power flow equations, generator limits, an…

Computational Efficiency

Proximal Policy Optimization with Graph Neural Networks for Optimal Power Flow

2022-12-23 · Ángela López-Cardona, Guillermo Bernárdez, Pere Barlet-Ros, Albert Cabellos-Aparicio

Optimal Power Flow (OPF) is a very traditional research area within the power systems field that seeks for the optimal operation point of electric power plants, and which needs to be solved every few minutes in real-worl…

Decision MakingDeep Reinforcement Learning

Unified Heterogeneous Graph Neural Network solver for Power Flow, Optimal Power Flow and State Estimation

2026-09-15 · Ferran Bohigas-Daranas, Hamid Latif-Martínez, Eduardo Prieto-Araujo, Oriol Gomis-Bellmunt 외 arxiv

Power Flow (PF), Optimal Power Flow (OPF), and State Estimation (SE) are fundamental problems in power system analysis, but solving them is computationally expensive. Graph Neural Networks (GNNs) have been proposed as fa…

Graph Neural Network