Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Adaptive Informed Deep Neural Networks for Power Flow Analysis

Created by
  • Haebom

Author

Zeynab Kaseb, Stavros Orfanoudakis, Pedro P. Vergara, Peter Palensky

Outline

PINN4PF is an end-to-end deep learning architecture for power flow (PF) analysis that effectively captures the nonlinear dynamics of large-scale modern power systems. It consists of a neural network (NN) architecture that incorporates two key advancements: (A) a dual-head feedforward NN consistent with PF analysis, with activation functions tailored to the net active and reactive power injection patterns; and (B) a physics-based loss function that partially incorporates power system topology information via a novel hidden function. We demonstrate the effectiveness of the proposed architecture on 4-bus, 15-bus, 290-bus, and 2224-bus test systems, and compare it with two benchmarks: a linear regression model (LR) and a black-box neural network (MLP). The comparison is based on (i) generalization ability, (ii) robustness, (iii) the impact of training dataset size on generalization ability, (iv) the accuracy of approximating derived PF quantities (specifically, line current, line active power, and line reactive power), and (v) scalability. The results show that PINN4PF outperforms both direct metrics, such as generalization ability, as well as derived physical quantity approximation, by up to two orders of magnitude.

Takeaways, Limitations

Takeaways:
We present a novel deep learning-based power flow analysis method that effectively models the nonlinear dynamics of large-scale power systems.
It demonstrates improved generalization ability, robustness, accuracy, and scalability compared to existing methods.
Improved prediction accuracy of derived physical quantities (line current, active power, reactive power).
Limitations:
Further research is needed on the physical interpretation of the proposed architecture.
Generalized performance verification is needed for various types of power systems.
Verification using actual power system data is required.
Further analysis is needed on the impact of training dataset size.
👍