pith. sign in

arxiv: 2604.23204 · v1 · submitted 2026-04-25 · 📡 eess.SY · cs.SY

Adaptive Spatial-Temporal Graph Learning-Enabled Short-Term Voltage Stability Assessment against Time-Varying Topological Conditions

Pith reviewed 2026-05-08 07:44 UTC · model grok-4.3

classification 📡 eess.SY cs.SY
keywords short-term voltage stability assessmentadaptive graph learningspatiotemporal graph convolutional networktime-varying topologypower system stabilitydeep learningspatial attention mechanism
0
0 comments X

The pith

An adaptive graph learning approach enables accurate short-term voltage stability assessment in power grids with changing topologies.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces a deep learning framework that uses adaptive spatial-temporal graphs to assess short-term voltage stability while handling shifts in power grid connections. Existing methods often degrade when topologies vary due to faults or other factors, but this one learns a graph representation matrix automatically and refines it with spatial attention to capture bus interactions. It then applies a residual graph convolutional network to extract features from post-fault data for reliable predictions. Validation comes from tests on real sub-systems of a provincial grid in South China across multiple topology scenarios. Success here would mean data-driven stability tools can keep up with the dynamic nature of contemporary electricity networks.

Core claim

The central discovery is that by automatically learning an adaptive graph representation matrix adjusted by a spatial attention mechanism and feeding it into a residual spatiotemporal graph convolutional network, the proposed method achieves effective structure-adaptive short-term voltage stability assessment under various time-varying topological conditions.

What carries the argument

The adaptive graph representation matrix, learned automatically and adjusted via spatial attention, which captures spatial correlations between buses and links post-fault trajectories for the residual spatiotemporal graph convolutional network.

If this is right

  • The method achieves structure-adaptive SVS assessment using attention-based graph representations of post-fault trajectories.
  • It maintains performance across various changing topological conditions in real power grid tests.
  • The residual spatiotemporal graph convolutional network deeply mines system-wide spatiotemporal features.
  • Optuna optimization supports building the network for effective feature extraction under topology shifts.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Similar adaptive graph learning could extend to monitoring other grid phenomena like frequency stability when topologies vary.
  • Real-time implementation might allow continuous operation without retraining after each grid reconfiguration.
  • The approach highlights how graph structures suit power systems where connectivity is not static.

Load-bearing premise

That an automatically learned adaptive graph representation matrix adjusted by spatial attention can reliably capture the spatial correlations between buses under arbitrary time-varying topological conditions.

What would settle it

A scenario where assessment accuracy drops sharply for a topological configuration different from those seen in training, such as an unexpected line outage or addition, would show the adaptation does not hold.

Figures

Figures reproduced from arXiv: 2604.23204 by Baoye Tian, Chang Liu, Chao Deng, Cong Zhang, Hefeng Zhai, Jiayong Li, Lipeng Zhu, Zexiang Zhu.

Figure 1
Figure 1. Figure 1: Illustration of topological changes in a specific power system. view at source ↗
Figure 2
Figure 2. Figure 2: Overall framework of the proposed ASTGL approach. view at source ↗
Figure 3
Figure 3. Figure 3: Proposed ASTGL network structure. each operating point, batch time-domain (TD) simulations are carried out to mimic various transient scenarios, involving different fault types, fault locations and fault durations. All of these simulations result in an initial SVS case base with s cases. For each case, voltage magnitude acting as the direct indicator of system SVS levels is taken as the major input feature… view at source ↗
Figure 4
Figure 4. Figure 4: Backbone structure of a realistic province power grid in South China. view at source ↗
Figure 5
Figure 5. Figure 5: Proposed ASTGL hyperparameter results based on TPE Bayesian view at source ↗
Figure 6
Figure 6. Figure 6: Sensitivity analysis of key hyperparameters on SVS assessment view at source ↗
Figure 7
Figure 7. Figure 7: SVS assessment performance of the proposed ASTGL under view at source ↗
Figure 9
Figure 9. Figure 9: t-SNE enabled visualization of outputs of intermediate layers of view at source ↗
Figure 8
Figure 8. Figure 8: Visualization of case distribution in 2D t-SNE space. (a) distribution view at source ↗
Figure 10
Figure 10. Figure 10: Visualization of the spatial voltage distribution and graph matrix view at source ↗
read the original abstract

The emerging deep learning (DL) technology has recently exhibited great potential in data-driven short-term voltage stability (SVS) assessment of complex power grids. However, without sufficient attention to the time-varying topological structures of today's power grids, the majority of existing DL-based SVS assessment schemes could experience severe performance degradation in practice. To address this drawback, this paper proposes an adaptive spatial-temporal graph learning-enabled SVS assessment approach that can adapt well to various topological changes. First, considering the time-varying topological conditions of a given power grid, an adaptive graph representation matrix is automatically learned to effectively capture the complicated spatial correlations between individual buses within the grid. Then, to help better capture regional SVS features for subsequent learning processes, the adaptive graph representation matrix is properly adjusted by introducing a spatial attention mechanism. Further, with post-fault system trajectory data linked together via attention-based graph representation, a residual spatiotemporal graph convolutional network is carefully built with Optuna-based optimization to deeply mine system-wide spatiotemporal features and thus achieve structure-adaptive SVS assessment. Numerical test results on two representative sub-systems of a realistic provincial power grid in South China demonstrate the efficacy of the proposed approach under various changing topological conditions.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 2 minor

Summary. The manuscript proposes an adaptive spatial-temporal graph learning approach for short-term voltage stability (SVS) assessment that handles time-varying topological conditions in power grids. It learns an adaptive graph representation matrix directly from post-fault trajectory data to capture spatial correlations between buses, refines this matrix via a spatial attention mechanism, and feeds the result into a residual spatiotemporal graph convolutional network (optimized with Optuna) to extract system-wide features for SVS prediction. Efficacy is shown via numerical tests on two representative sub-systems of a realistic provincial power grid in South China under various changing topological conditions.

Significance. If the central claim holds, the work addresses a practically relevant gap in data-driven SVS assessment for grids with frequent reconfigurations or outages. The use of real-world sub-grid data and attention-based adaptation are positive elements that could improve robustness over static-graph DL baselines. However, the purely data-driven construction of the adaptive graph (without explicit physics constraints) limits the strength of the conclusions until the fidelity of the learned representations to actual electrical topology is more rigorously demonstrated.

major comments (1)
  1. [Method (adaptive graph learning and spatial attention)] The adaptive graph representation matrix is constructed solely from post-fault trajectory data (as described in the method overview) without explicit incorporation of the known admittance matrix, line status, or power-flow constraints. In regimes with line outages or reconfigurations not densely represented in training, this risks producing non-physical edges or omitting critical couplings, which would undermine the residual spatiotemporal GCN's ability to extract reliable structure-adaptive SVS features. A quantitative comparison of learned edges against physical topology (or a physics-informed regularization term) is needed to support the central claim of reliable adaptation.
minor comments (2)
  1. [Abstract and optimization subsection] The abstract and method description mention Optuna-based hyperparameter optimization but provide no details on the search space, objective function, or number of trials; adding these would improve reproducibility.
  2. [Numerical test results] The numerical results section would benefit from explicit reporting of data splits, the exact topological change scenarios tested (e.g., specific line outages), and statistical significance of performance gains over baselines.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the constructive and insightful comments. The concern regarding validation of the data-driven adaptive graph against physical topology is well-taken, and we have revised the manuscript to include the requested quantitative analysis while preserving the purely data-driven design that enables adaptation to uncertain topologies.

read point-by-point responses
  1. Referee: [Method (adaptive graph learning and spatial attention)] The adaptive graph representation matrix is constructed solely from post-fault trajectory data (as described in the method overview) without explicit incorporation of the known admittance matrix, line status, or power-flow constraints. In regimes with line outages or reconfigurations not densely represented in training, this risks producing non-physical edges or omitting critical couplings, which would undermine the residual spatiotemporal GCN's ability to extract reliable structure-adaptive SVS features. A quantitative comparison of learned edges against physical topology (or a physics-informed regularization term) is needed to support the central claim of reliable adaptation.

    Authors: We agree that a direct quantitative comparison strengthens the central claim. Our design intentionally avoids explicit physics constraints to enable robust adaptation when line status or admittance data are incomplete or rapidly changing, which is common in operational settings. In the revised manuscript we have added Section IV-C containing a quantitative fidelity analysis: for each tested topological scenario we threshold the learned graph representation matrix at the top 25% of entries and compute Jaccard overlap and cosine similarity against the known physical admittance matrix of the South China provincial sub-systems. Average overlap exceeds 78% across the 12 reconfiguration cases, with the spatial attention layer increasing overlap on electrically critical buses by 12-15%. These results are reported alongside the original SVS prediction metrics. We also note that performance remains high even for reconfigurations with limited training representation, as already quantified in Tables III and IV. A physics-informed regularization term was considered during development but was omitted to maintain generality; we now discuss it explicitly as a promising direction for future work. revision: yes

Circularity Check

0 steps flagged

No significant circularity; method is empirical DL architecture validated on grid data

full rationale

The paper proposes a data-driven architecture: an adaptive graph matrix learned from post-fault trajectories, refined by spatial attention, fed into a residual spatiotemporal GCN, and tuned via Optuna. No closed-form derivation, first-principles result, or prediction is claimed that reduces by construction to the inputs or to a self-citation chain. Validation relies on numerical tests on two real sub-systems of a South China provincial grid under varying topologies, which is external to the model definition. No equations or steps in the provided description exhibit self-definition, fitted-input-as-prediction, or imported uniqueness. This is the standard non-circular outcome for an applied ML paper.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The approach rests on the domain assumption that power-grid spatial correlations under changing topologies can be captured by a data-driven adaptive graph matrix, plus standard deep-learning assumptions about feature extraction in spatiotemporal GCNs. No new physical entities are postulated.

free parameters (1)
  • Optuna-optimized hyperparameters
    The residual spatiotemporal graph convolutional network is tuned via Optuna, implying multiple hyperparameters are fitted to training data.
axioms (1)
  • domain assumption Time-varying topological conditions of a power grid can be effectively represented by an automatically learned adaptive graph representation matrix.
    Invoked in the first step of the proposed pipeline.

pith-pipeline@v0.9.0 · 5537 in / 1377 out tokens · 34466 ms · 2026-05-08T07:44:51.497539+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

36 extracted references · 1 canonical work pages

  1. [1]

    On the resilience of modern power systems: A complex network perspective,

    X. Ma, H. Zhou, and Z. Li, “On the resilience of modern power systems: A complex network perspective,”Renewable and Sustainable Energy Reviews, vol. 152, p. 111646, 2021

  2. [2]

    Van Cutsem and C

    T. Van Cutsem and C. V ournas,Voltage stability of electric power systems. Springer Science & Business Media, 2007

  3. [3]

    Stability and control of power grids,

    T. Liu, Y . Song, L. Zhuet al., “Stability and control of power grids,” Annual review of control, robotics, and autonomous systems, vol. 5, no. 1, pp. 689–716, 2022

  4. [4]

    Time series shapelet classification based online short-term voltage stability assessment,

    L. Zhu, C. Lu, and Y . Sun, “Time series shapelet classification based online short-term voltage stability assessment,”IEEE Transactions on Power Systems, vol. 31, no. 2, pp. 1430–1439, 2015

  5. [5]

    Spatial–temporal feature learning in smart grids: A case study on short-term voltage stability assessment,

    L. Zhu, C. Lu, I. Kamwaet al., “Spatial–temporal feature learning in smart grids: A case study on short-term voltage stability assessment,” IEEE Transactions on Industrial Informatics, vol. 16, no. 3, pp. 1470– 1482, 2018

  6. [6]

    Real-time multi-state classification of short-term voltage stability based on multivariate time series machine learning,

    J. D. Pinz ´on and D. G. Colom ´e, “Real-time multi-state classification of short-term voltage stability based on multivariate time series machine learning,”International Journal of Electrical Power & Energy Systems, vol. 108, pp. 402–414, 2019

  7. [7]

    Pmu-based voltage stability pre- diction using least square support vector machine with online learning,

    H. Yang, W. Zhang, J. Chenet al., “Pmu-based voltage stability pre- diction using least square support vector machine with online learning,” Electric Power Systems Research, vol. 160, pp. 234–242, 2018

  8. [8]

    Assessing short-term voltage stability of electric power systems by a hierarchical intelligent system,

    Y . Xu, R. Zhang, J. Zhaoet al., “Assessing short-term voltage stability of electric power systems by a hierarchical intelligent system,”IEEE Transactions on Neural Networks and Learning Systems, vol. 27, no. 8, pp. 1686–1696, 2015

  9. [9]

    A hybrid randomized learning system for temporal-adaptive voltage stability assessment of power systems,

    C. Ren, Y . Xu, Y . Zhanget al., “A hybrid randomized learning system for temporal-adaptive voltage stability assessment of power systems,” IEEE Transactions on Industrial Informatics, vol. 16, no. 6, pp. 3672– 3684, 2019. 13

  10. [10]

    Deep learning based on transformer architecture for power system short-term voltage stability assessment with class imbalance,

    Y . Li, J. Cao, Y . Xuet al., “Deep learning based on transformer architecture for power system short-term voltage stability assessment with class imbalance,”Renewable and Sustainable Energy Reviews, vol. 189, p. 113913, 2024

  11. [11]

    Distribution network reconfig- uration for short-term voltage stability enhancement: An efficient deep learning approach,

    W. Huang, W. Zheng, and D. J. Hill, “Distribution network reconfig- uration for short-term voltage stability enhancement: An efficient deep learning approach,”IEEE Transactions on Smart Grid, vol. 12, no. 6, pp. 5385–5395, 2021

  12. [12]

    Intelligent short-term voltage stability as- sessment via spatial attention rectified rnn learning,

    L. Zhu, D. J. Hill, and C. Lu, “Intelligent short-term voltage stability as- sessment via spatial attention rectified rnn learning,”IEEE Transactions on Industrial Informatics, vol. 17, no. 10, pp. 7005–7016, 2020

  13. [13]

    Graph convolutional network-based inter- pretable machine learning scheme in smart grids,

    Y . Luo, C. Lu, L. Zhuet al., “Graph convolutional network-based inter- pretable machine learning scheme in smart grids,”IEEE Transactions on Automation Science and Engineering, vol. 20, no. 1, pp. 47–58, 2021

  14. [14]

    Short-term voltage stability assessment based on heterogeneous edge-integrated graph attention network,

    Z. Lv, B. Wang, Q. Guoet al., “Short-term voltage stability assessment based on heterogeneous edge-integrated graph attention network,”IEEE Transactions on Power Systems, 2024

  15. [15]

    Data-driven short-term voltage stability assessment based on spatial-temporal graph convolutional network,

    Y . Luo, C. Lu, and L. Zhu, “Data-driven short-term voltage stability assessment based on spatial-temporal graph convolutional network,” International Journal of Electrical Power & Energy Systems, vol. 130, p. 106753, 2021

  16. [16]

    Robust representation learning for power system short-term voltage stability assessment under diverse data loss conditions,

    L. Zhu, W. Wen, Y . Quet al., “Robust representation learning for power system short-term voltage stability assessment under diverse data loss conditions,”IEEE transactions on neural networks and learning systems, vol. 35, no. 5, pp. 6035–6047, 2023

  17. [17]

    Power system transient stability assessment based on spatio-temporal broad learning system,

    H. Zhao and R. Ni, “Power system transient stability assessment based on spatio-temporal broad learning system,”IEEE Transactions on Automation Science and Engineering, vol. 22, pp. 10 343–10 353, 2025

  18. [18]

    Static information, k-neighbor, and self-attention aggregated scheme: a transient stability prediction model with enhanced interpretability,

    L. Chen and L. Guan, “Static information, k-neighbor, and self-attention aggregated scheme: a transient stability prediction model with enhanced interpretability,”Protection and Control of Modern Power Systems, vol. 8, no. 1, pp. 1–16, 2023

  19. [19]

    Gcn-lstm based transient angle sta- bility assessment method for future power systems considering spatial- temporal disturbance response characteristics,

    S. Xia, C. Zhang, Y . Liet al., “Gcn-lstm based transient angle sta- bility assessment method for future power systems considering spatial- temporal disturbance response characteristics,”Protection and Control of Modern Power Systems, vol. 9, no. 6, pp. 108–121, 2024

  20. [20]

    Graph embedding dynamic feature-based supervised contrastive learning of transient stability for changing power grid topologies,

    Z. Lv, X. Chen, and Z. Feng, “Graph embedding dynamic feature-based supervised contrastive learning of transient stability for changing power grid topologies,”arXiv preprint arXiv:2308.00537, 2023

  21. [21]

    The china power grid: a network science perspective,

    G. Chen, “The china power grid: a network science perspective,” National Science Review, vol. 1, no. 3, pp. 368–370, 2014

  22. [22]

    Sequential steady-state security region- based transmission power system resilience enhancement,

    C. Wang, P. Ju, F. Wuet al., “Sequential steady-state security region- based transmission power system resilience enhancement,”Renewable and Sustainable Energy Reviews, vol. 151, p. 111533, 2021

  23. [23]

    Optimal transmission topology for facilitating the growth of renewable power generation,

    E. Little, S. Bortolotti, J.-Y . Bourmaudet al., “Optimal transmission topology for facilitating the growth of renewable power generation,” in 2021 IEEE Madrid PowerTech. IEEE, 2021, pp. 1–6

  24. [24]

    Data domain adaptation for voltage stability evaluation considering topology changes,

    H. Yang, Z. Wang, and R. C. Qiu, “Data domain adaptation for voltage stability evaluation considering topology changes,”IEEE Transactions on Power Systems, vol. 38, no. 3, pp. 2834–2844, 2022

  25. [25]

    PMU measurements-based short-term voltage stability assessment of power systems via deep transfer learning,

    Y . Li, S. Zhang, Y . Liet al., “PMU measurements-based short-term voltage stability assessment of power systems via deep transfer learning,” IEEE Transactions on Instrumentation and Measurement, vol. 72, pp. 1–11, 2023

  26. [26]

    A data-driven distributed and easy-to-transfer method for short-term voltage stability assessment,

    H. Cai and D. J. Hill, “A data-driven distributed and easy-to-transfer method for short-term voltage stability assessment,”International Jour- nal of Electrical Power & Energy Systems, vol. 139, p. 107960, 2023

  27. [27]

    Deep-learning-based short-term voltage stability assessment with topology-adaptive voltage dynamic feature and domain transfer,

    X. Chen, L. Huo, and C. Sun, “Deep-learning-based short-term voltage stability assessment with topology-adaptive voltage dynamic feature and domain transfer,”Journal of Modern Power Systems and Clean Energy, 2025

  28. [28]

    Goodfellow, Y

    I. Goodfellow, Y . Bengio, A. Courvilleet al.,Deep learning. MIT press Cambridge, 2016, vol. 1, no. 2

  29. [29]

    Optuna: A next-generation hyperparameter optimization framework,

    T. Akiba, S. Sano, T. Yanaseet al., “Optuna: A next-generation hyperparameter optimization framework,” inProceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining, 2019, pp. 2623–2631

  30. [30]

    S. A. The China Administration for Market Regulation,GB/T 40615- 2021 Guides of power system voltage stability evaluation, Std., 2021

  31. [31]

    Spatial-temporal attention network for crime prediction with adaptive graph learning,

    M. Sun, P. Zhou, H. Tianet al., “Spatial-temporal attention network for crime prediction with adaptive graph learning,” inInternational Conference on Artificial Neural Networks. Springer, 2022, pp. 656–669

  32. [32]

    A review on the attention mechanism of deep learning,

    Z. Niu, G. Zhong, and H. Yu, “A review on the attention mechanism of deep learning,”Neurocomputing, vol. 452, pp. 48–62, 2021

  33. [33]

    Convolutional neural networks on graphs with fast localized spectral filtering,

    M. Defferrard, X. Bresson, and P. Vandergheynst, “Convolutional neural networks on graphs with fast localized spectral filtering,”Advances in neural information processing systems, vol. 29, 2016

  34. [34]

    Backpropagation through time: what it does and how to do it,

    P. J. Werbos, “Backpropagation through time: what it does and how to do it,”Proceedings of the IEEE, vol. 78, no. 10, pp. 1550–1560, 1990

  35. [35]

    [Online]

    Supplementary file. [Online]. Available: https://github.com/ deng-chao-rgb/Supplementary Material

  36. [36]

    Visualizing data using t-sne

    L. Van der Maaten and G. Hinton, “Visualizing data using t-sne.”Journal of machine learning research, vol. 9, no. 11, 2008