Physics-informed Graphical Neural Network for Power System State Estimation

Quang-Ha Ngo,Bang L. H. Nguyen,Tuyen V. Vu,Jianhua Zhang,Tuan Ngo
2023-12-30
Abstract:State estimation is highly critical for accurately observing the dynamic behavior of the power grids and minimizing risks from cyber threats. However, existing state estimation methods encounter challenges in accurately capturing power system dynamics, primarily because of limitations in encoding the grid topology and sparse measurements. This paper proposes a physics-informed graphical learning state estimation method to address these limitations by leveraging both domain physical knowledge and a graph neural network (GNN). We employ a GNN architecture that can handle the graph-structured data of power systems more effectively than traditional data-driven methods. The physics-based knowledge is constructed from the branch current formulation, making the approach adaptable to both transmission and distribution systems. The validation results of three IEEE test systems show that the proposed method can achieve lower mean square error more than 20% than the conventional methods.
Systems and Control
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address several key issues in power system state estimation: 1. **Limitations of Existing Methods**: Existing state estimation methods face challenges in capturing the dynamic behavior of power systems, mainly because they struggle to encode the grid topology and sparse measurement data. 2. **Dynamic Behavior Capture**: Traditional Static State Estimation (SSE) methods focus only on instantaneous measurement samples, failing to capture the time-varying dynamics of power systems and handle uncertainties. 3. **Shortcomings of Data-Driven Methods**: Purely data-driven methods require a large amount of data, which is not realistic to collect in power systems. Additionally, these methods lack consideration of the system's physical characteristics, leading to suboptimal results. ### Solution Overview To overcome the above limitations, the paper proposes a Physics-Informed Graphical Learning approach that combines model-based state estimation (using Kalman Filter) and Graph Neural Networks (GNN). This method leverages the grid's topology and node features, enhancing state estimation accuracy and robustness by integrating physical knowledge with data-driven techniques. Specific contributions include: - Proposing a physics-informed graphical learning framework that combines model-driven and data-driven methods. - Using the Kalman Filter for high-precision μPMU measurements and integrating GNN to estimate the entire system's state. - Considering spatiotemporal correlations to enhance the training process through the GNN model. - Conducting comprehensive case studies on IEEE 5-bus, 123-bus, and 8500-bus systems. In this way, the paper aims to provide a more accurate, reliable, and scalable state estimation method suitable for real-time monitoring and control of modern smart grids.