Edge Rewiring Goes Neural: Boosting Network Resilience without Rich Features
Shanchao Yang, Kaili Ma, Baoxiang Wang, Tianshu Yu, Hongyuan Zha

TL;DR
This paper introduces ResiNet, a novel inductive framework that enhances network resilience through topology-focused edge rewiring, overcoming GNN limitations in feature-scarce scenarios, and achieves significant improvements in network robustness.
Contribution
ResiNet is the first end-to-end trainable inductive method for network resilience that operates solely on topological structure without relying on rich features.
Findings
ResiNet achieves near-optimal resilience improvements across various graph types.
ResiNet outperforms existing methods significantly in resilience and utility balance.
The FireGNN model effectively learns from pure topological data without rich features.
Abstract
Improving the resilience of a network is a fundamental problem in network science, which protects the underlying system from natural disasters and malicious attacks. This is traditionally achieved via successive degree-preserving edge rewiring operations, with the major limitation of being transductive. Inductively solving graph-related tasks with sequential actions is accomplished by adopting graph neural networks (GNNs) coupled with reinforcement learning under the scenario with rich graph features. However, such frameworks cannot be directly applied to resilience tasks where only pure topological structure is available. In this case, GNNs can barely learn useful information, resulting in prohibitive difficulty in making actions for successively rewiring edges under a reinforcement learning context. In this paper, we study in depth the reasons why typical GNNs cause such failure.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGraph Neural Network
