LGAIMay 1

Graph Rewiring in GNNs to Mitigate Over-Squashing and Over-Smoothing: A Survey

arXiv:2605.0095160.112 citationsh-index: 13
AI Analysis

For researchers and practitioners in graph representation learning, this survey organizes and compares methods addressing fundamental GNN limitations.

This survey reviews graph rewiring techniques to mitigate over-squashing and over-smoothing in GNNs, providing a comprehensive analysis of theoretical foundations, implementations, and trade-offs.

Graph Neural Networks are powerful models for learning from graph-structured data, yet their effectiveness is often limited by two critical challenges: over-squashing, where information from distant nodes is excessively compressed, and over-smoothing, where repeated propagation makes node representations indistinguishable. Both phenomena stem from the interaction between message passing and the input topology, ultimately degrading information flow and limiting the performance of GNNs. In this survey, we examine graph rewiring techniques, a class of methods designed to modify the graph topology to enhance information propagation in GNNs. We provide a comprehensive review of state-of-the-art rewiring approaches, delving into their theoretical underpinnings, practical implementations, and performance trade-offs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes