Graph Neural Networks for Power System Operation
Power grids are graphs: buses are nodes, lines and transformers are edges. My PhD research at the Delft AI Energy Lab builds on this observation to develop graph neural networks (GNNs) that learn the physics of power system operation and generalize to grid topologies and operating conditions they were never trained on.
Why it matters. Grid operators solve hard computational problems — optimal power flow, security assessment, time-domain simulation — every few minutes, and conventional solvers struggle to keep up as renewables make the grid more dynamic. Machine learning surrogates can be orders of magnitude faster, but only if they remain trustworthy when the grid changes shape. That generalization gap is the core of my work.
What I’ve built:
- GNN architectures for AC optimal power flow that transfer across network topologies (Energy and AI, 2026)
- Spatio-temporal GNNs for multi-period optimal power flow (IEEE PES ISGT Europe, 2025)
- Machine learning surrogates for time-domain / electromagnetic transient (EMT) simulation, with a systematic study of their extrapolation behavior (SEGAN, 2025)
- Learning-accelerated distributed optimization (ADMM) for stochastic scheduling with numerous scenarios (IEEE Transactions on Sustainable Energy, 2025)
Stack: Python, PyTorch, PyTorch Geometric, power-system simulation tools.
