Exploring the impact of adaptive rewiring in Graph Neural Networks
Charlotte Cambier van Nooten, Christos Aronis, Yuliya Shapovalova, Lucia Cavallaro
TL;DR
This work tackles the computational burden of Graph Neural Networks by investigating sparsity as a regularizer and introducing adaptive rewiring to dynamically reconfigure connectivity during training. By combining Erdős-Rényi initialization ($\epsilon$) with fixed-rate ($\zeta_f$) and adaptive rewiring ($\zeta_a$) and an early-stopping mechanism, the authors demonstrate efficiency gains and competitive accuracy on MUTAG, PROTEINS, and a real-world N-1 power-grid contingency task. Key findings show that moderate sparsity improves generalization, excessive sparsity degrades performance, and adaptive rewiring often yields smoother training and higher final accuracy, with GINE particularly robust in high-sparsity N-1 scenarios. The results highlight the practical potential of sparse-to-sparse GNNs for real-time infrastructure analytics, reducing memory and compute while preserving predictive performance, and suggest directions for optimizing adaptive sparsity in broader graph-learning problems.
Abstract
This paper explores sparsification methods as a form of regularization in Graph Neural Networks (GNNs) to address high memory usage and computational costs in large-scale graph applications. Using techniques from Network Science and Machine Learning, including Erdős-Rényi for model sparsification, we enhance the efficiency of GNNs for real-world applications. We demonstrate our approach on N-1 contingency assessment in electrical grids, a critical task for ensuring grid reliability. We apply our methods to three datasets of varying sizes, exploring Graph Convolutional Networks (GCN) and Graph Isomorphism Networks (GIN) with different degrees of sparsification and rewiring. Comparison across sparsification levels shows the potential of combining insights from both research fields to improve GNN performance and scalability. Our experiments highlight the importance of tuning sparsity parameters: while sparsity can improve generalization, excessive sparsity may hinder learning of complex patterns. Our adaptive rewiring approach, particularly when combined with early stopping, proves promising by allowing the model to adapt its connectivity structure during training. This research contributes to understanding how sparsity can be effectively leveraged in GNNs for critical applications like power grid reliability analysis.
