1.1. Motivation
Modern power grids are evolving toward wide-area interconnection, multi-voltage-level coordination, high renewable-energy penetration, flexible load participation, and frequent operating-mode transitions. Under this operating environment, the importance of a bus is no longer determined only by its local degree, injected power, or static position in the network. A bus may become vulnerable because it is adjacent to a heavily loaded branch, because it connects two electrically coupled regions, because it supports voltage at a regional boundary, or because its disturbance can trigger power-flow redistribution along a critical transfer corridor.
Weak-bus identification, therefore, has direct value for online security assessment and dispatch decision-making. In practical screening tasks, system operators often need to rank vulnerable buses before detailed contingency analysis, corrective control calculation, maintenance-schedule verification, or emergency resource allocation. The ranking result should be physically interpretable: it should not only indicate which bus is critical, but also explain whether the criticality comes from local stress, boundary transfer, branch overload, or cross-scenario exposure.
Graph neural networks provide a natural tool for learning from power-grid topology because buses and branches can be represented as nodes and edges. However, a direct full-graph GNN treats the whole grid as a single computational object. This is convenient for preserving global topology, but it may become inefficient when many operating scenarios, outage states, load-generation patterns, or maintenance combinations are evaluated in a rolling manner. Graph partitioning can reduce computational burden by decomposing the grid into smaller subgraphs, yet a naive partition may remove the very tie-line information that determines whether local stress can propagate to other regions.
The core motivation of this study is to reconcile computational scalability with physical completeness. The proposed framework partitions the power grid into electrically coherent subgraphs so that local encoders can be executed in parallel. At the same time, it explicitly models boundary nodes, cut edges, and cross-partition neighbors so that tie-line risk and corridor-driven propagation are retained in the final whole-grid ranking. This design is intended for security-screening tasks in which both fast inference and interpretable vulnerability localization are required.
1.2. Related Work
Blackout and cascading-risk studies first showed that power-grid vulnerability should be viewed as a propagation process rather than an isolated overload event. Carreras et al. [
1] provided evidence for self-organized criticality in blackout time series, indicating that large disturbances may emerge from accumulated system stress. However, their work focused on statistical blackout behavior and did not produce an operational weak-bus ranking. Vaiman et al. [
2] reviewed risk-assessment methodologies for cascading outages and clarified major challenges in modeling outage propagation, but the review did not provide a scalable graph-learning architecture for node-level prioritization. Alhelou et al. [
3] surveyed blackout and cascading-event studies and summarized motivations for further research, whereas the discussion remained at the system-risk level and did not address boundary-compensated bus screening. Daeli and Mohagheghi [
4] reviewed power-grid resilience against extreme events, but the resilience perspective was broader than the specific problem of ranking buses under topology-dependent electrical stress. Qin et al. [
5] introduced underground energy storage into urban rail transit to improve energy efficiency and reliability, showing that storage resources can reshape operation under coupled transportation-energy constraints; nevertheless, that framework did not address transmission-grid weak-bus ranking or boundary propagation.
Network partitioning and parallel computation constitute another important research direction. Zhu and Bose [
6] proposed a dynamic partitioning scheme for parallel transient-stability analysis, demonstrating that partitioning can accelerate large-scale power-system computation. Nevertheless, their partitioning objective was not connected to graph-neural vulnerability scoring. Yusof et al. [
7] developed slow-coherency-based network partitioning, including load buses, which is useful for coherent-area analysis, but it does not directly generate weak-bus priorities. Qin et al. [
8] studied aperiodic coordination scheduling of multiple pulsed power loads in shipboard integrated power systems, showing that strongly coupled energy networks require coordinated scheduling under intermittent high-power disturbances. However, that study did not formulate a partitioned graph-learning model for identifying electrically vulnerable buses. You et al. [
9] used slow-coherency principles for islanding, whereas island construction and weak-bus identification have different operational objectives. Sarfi et al. [
10] applied network partitioning theory to distribution-system reconfiguration for loss reduction, but loss minimization does not describe boundary-induced vulnerability propagation. Lemaitre and Thomas [
11] demonstrated applications of parallel processing in power-system computation, yet the work predates modern representation learning. Dag and Alvarado [
12] studied computation-free preconditioners for parallel solutions of power-system problems, focusing on numerical efficiency rather than learned node ranking.
Recent partitioning and uncertainty studies confirm that computational tractability and scenario representation remain relevant in modern power-system analysis. Wang et al. [
13] formulated quantum annealing with integer slack variables for grid partitioning, but the output was a partition plan instead of a boundary-compensated vulnerability score. Hartmann et al. [
14] developed quantum-annealing-based grid partitioning for parallel simulation, although graph-neural weak-bus ranking and node–line coupling interpretation were not considered. Li et al. [
15] generated long-term renewable-energy scenarios using attention-based conditional generative adversarial networks, which is valuable for uncertainty modeling; however, a downstream topology-aware ranking model is still needed to convert scenario uncertainty into weak-bus priorities.
Graph learning and advanced energy-system scheduling have recently expanded the modeling toolbox for power and integrated energy systems. Lin et al. [
16] used graph neural networks for spatial–temporal residential load forecasting, indicating that graph structure can improve power-system learning; however, forecasting load demand differs from identifying high-risk buses. Cao et al. [
17] proposed an explainable graph neural network for reliability evaluation of electricity–hydrogen systems, but the target was multi-energy reliability rather than bus-level vulnerability screening. Ebtia et al. [
18] introduced a dual-graph GNN for distribution-network topology detection, which demonstrates topology-aware learning but does not rank buses according to vulnerability. Wang et al. [
19] developed a dynamic-carbon-market-driven multi-stage scheduling strategy for hydrogen integrated energy systems, yet the scheduling model did not address topological vulnerability or boundary-node compensation. Jin et al. [
20] used graph neural networks to learn active constraints in power-system scheduling, whereas the learned object was a scheduling surrogate rather than a weak-bus score. Qin et al. [
21] established a non-isothermal dynamic model and collaborative optimization strategy for multi-energy systems considering pipeline energy storage, while the representation was not designed for graph-partitioned electrical risk ranking. Huang et al. [
22] designed a recurrent graph convolutional network for transient-stability assessment, but stability classification and boundary-aware weak-bus prioritization require different output structures.
Recent graph-learning studies have extended power-system risk assessment from static prediction to operationally coupled and topology-aware settings. Zhang et al. [
23] used GNNs for system-, zone-, and branch-level operational risk assessment under evolving unit commitment. Gorka et al. [
24] used statistically augmented GNNs to estimate cascading blackout severity from initial grid states. Yang et al. [
25] embedded AC power-flow sensitivities in a physics-guided GNN for probabilistic power-flow analysis. Scenario-generation studies have also moved toward graph and diffusion models: Zhang et al. [
26] generated extreme-weather source-load scenarios with a multi-scale conditional graph diffusion model, and Zhang et al. [
27] used an extreme-value-enhanced diffusion model for photovoltaic scenario generation. These studies reinforce the value of graph representations for risk estimation, probabilistic analysis, and scenario modeling, but they do not directly recover boundary evidence for weak-bus ranking after electrical partitioning. Downstream congestion-management studies further indicate that weak-bus ranking can provide a prescreening signal for storage and demand-response actions, as discussed by Abdolahi et al. [
28].
Based on the above literature, several unresolved issues remain. First, existing vulnerability and cascading-risk studies explain system-level propagation but rarely provide a scalable node-level learning model that can be executed repeatedly in rolling scenarios. Second, partitioning and parallel-computation methods reduce computational burden, but they do not automatically preserve the boundary evidence carried by tie lines, overloaded branches, and voltage-support buses. Third, graph-learning studies in power systems often focus on forecasting, topology detection, reliability evaluation, scheduling surrogates, or stability classification, while weak-bus identification requires a ranking-oriented output with node–line coupling interpretation. Fourth, scenario generation and integrated-energy scheduling studies provide important operating contexts, but a mechanism is still needed to map scenario-dependent electrical stress into interpretable bus priorities. These unresolved issues motivate a boundary-compensated partition-based GNN that combines parallel local learning, cross-partition information recovery, whole-grid score fusion, and topology-based explanation.