Topology-Aware Neural Networks for Fast Contingency Analysis of Power Systems

Agnes M. Nakiganda,Catherine Cheylan,Spyros Chatzivasileiadis
2023-11-10
Abstract:Training Neural Networks able to capture the topology changes of the power grid is one of the significant challenges towards the adoption of machine learning techniques for N-k security computations and a wide range of other operations that involve grid reconfiguration. As the number of N-k scenarios increases exponentially with increasing system size this renders such problems extremely time-consuming to solve with traditional solvers. In this paper, we combine Physics-Informed Neural Networks with both a Guided-Dropout (GD) Neural Network (which associates dedicated neurons with specific line connections/disconnections) and an edge-varrying Graph Neural Neural Network (GNN) architecture to learn the setpoints for a grid that considers all probable single-line reconfigurations (all critical N-1 scenarios) and subsequently apply the trained models to N-k scenarios.We demonstrate how incorporating the underlying physical equations for the network equations within the training procedure of the GD and the GNN architectures, performs with N-1, N-2, and N-3 case studies. Using the AC Power Flow as a guiding application, we test our methods on the 14-bus, 30-bus, 57-bus, and 118-bus systems. We find that these topology-aware NNs not only achieve the task of contingency screening with satisfactory accuracy but do this at up to 1000 times faster than the Newton Raphson power flow solver. Moreover, our results provide a comparison of the GD and GNN models in terms of accuracy and computational speed and provide recommendations on their adoption for contingency analysis of power systems.
Systems and Control
What problem does this paper attempt to address?
The paper attempts to address the issue of fault analysis in power systems under rapid topology changes. Specifically, as the scale of power networks increases and the number of devices grows, traditional power flow solution techniques based on the Newton-Raphson method become very time-consuming when dealing with N-k scenarios. Therefore, this paper proposes a method that combines Physics-Informed Neural Networks (PINNs) with Guided Dropout and Edge-Varying Graph Neural Networks (EVGNNs) architecture to tackle this challenge. The method aims to achieve its goals through the following points: 1. **Efficiency**: The proposed model can complete fault screening tasks 100 to 1000 times faster than traditional methods. 2. **Generality**: The model can not only accurately predict the situation of a single line disconnection (N-1) but also maintain good performance in unseen multiple line disconnection scenarios (N-2, N-3, etc.). 3. **Physical Consistency**: By incorporating the physical equations of the power system during training, the model ensures the physical feasibility of the prediction results. The researchers tested their method on power systems of different scales, including 14-node, 30-node, 57-node, and 118-node systems, and demonstrated the advantages of the proposed model in handling complex power grid configurations. This indicates that utilizing these deep learning techniques can significantly improve the speed and accuracy of power system fault analysis.