A Machine Learning Surrogate for Component Criticality Ranking in Interdependent Power-Communication Networks
A Gradient Boosting machine learning surrogate is developed to predict cascading failure severity in interdependent power-communication networks, replacing computationally expensive high-fidelity simulations. The model achieves high accuracy with Spearman correlations of 0.849 for severity prediction and 0.853 for component criticality ranking on the IEEE 118-bus system. Performance is limited by the reproducibility of the ground-truth simulator (MIIM), which also caps at approximately 0.85 corr
Analysis
TL;DR
- A Gradient Boosting machine learning surrogate is developed to predict cascading failure severity in interdependent power-communication networks, replacing computationally expensive high-fidelity simulations.
- The model achieves high accuracy with Spearman correlations of 0.849 for severity prediction and 0.853 for component criticality ranking on the IEEE 118-bus system.
- Performance is limited by the reproducibility of the ground-truth simulator (MIIM), which also caps at approximately 0.85 correlation under the same sampling pipeline.
- Feature ablation reveals that inter-layer dependency information is the primary driver of the surrogate’s predictive advantage over standard topological centrality measures.
- The study validates a two-stage workflow where the fast ML surrogate ranks candidates for hardening, reserving the slow simulator only for selective verification.
Why It Matters
This research addresses a critical bottleneck in cyber-physical infrastructure resilience planning: the computational prohibitive cost of evaluating large N-k contingency sets. By providing a reliable, fast surrogate model, it enables practitioners to perform comprehensive risk assessments and prioritize infrastructure hardening efforts that would otherwise be impossible due to time constraints.
Technical Details
- Methodology: Utilizes the Modified Implicative Interdependency Model (MIIM) as the ground-truth simulator for cascade propagation, training a Gradient Boosting classifier/regressor on leakage-free structural features of the network.
- Performance Metrics: On the IEEE 118-bus test case, the surrogate demonstrates stability across three independent datasets, achieving Spearman rank correlations of 0.849 (severity) and 0.853 (criticality ranking).
- Baseline Comparison: Standard topological centrality measures serve as a baseline with lower performance (Spearman 0.60–0.69), highlighting the necessity of incorporating specific interdependency features.
- Empirical Ceiling Analysis: The study notes that the surrogate’s performance aligns with the intrinsic noise/reproducibility limit of the MIIM simulator itself (~0.85), suggesting the model has reached the maximum possible fidelity given the underlying simulation data.
- Feature Importance: Ablation studies confirm that the inclusion of inter-layer dependency structures is the key factor distinguishing the surrogate’s performance from simple graph-theoretic baselines.
Industry Insight
- Workflow Optimization: Infrastructure operators should adopt a hybrid assessment strategy, leveraging lightweight ML surrogates for initial broad-scope screening and resourcing-intensive physics-based simulators only for final validation of top-ranked risks.
- Data Quality Awareness: When deploying surrogate models for critical infrastructure, it is essential to quantify the inherent variability and reproducibility limits of the ground-truth simulation engine, as the surrogate cannot exceed these empirical ceilings.
- Feature Engineering Priority: For interdependent systems, models must explicitly capture cross-layer dependencies rather than relying solely on intra-layer topology; ignoring these interactions significantly reduces predictive accuracy for cascading failures.
Disclaimer: The above content is generated by AI and is for reference only.