LGJun 19, 2025

Mitigating Over-Squashing in Graph Neural Networks by Spectrum-Preserving Sparsification

arXiv:2506.16110v16 citationsh-index: 10ICML
Originality Highly original
AI Analysis

This addresses a structural bottleneck issue in GNNs for graph learning tasks, offering a more efficient solution than existing rewiring methods that often increase computational overhead.

The paper tackles the problem of over-squashing in Graph Neural Networks by proposing a graph rewiring method that uses spectrum-preserving sparsification to enhance connectivity while maintaining sparsity and preserving spectral properties, resulting in improved classification accuracy and better retention of the Laplacian spectrum compared to baselines.

The message-passing paradigm of Graph Neural Networks often struggles with exchanging information across distant nodes typically due to structural bottlenecks in certain graph regions, a limitation known as \textit{over-squashing}. To reduce such bottlenecks, \textit{graph rewiring}, which modifies graph topology, has been widely used. However, existing graph rewiring techniques often overlook the need to preserve critical properties of the original graph, e.g., \textit{spectral properties}. Moreover, many approaches rely on increasing edge count to improve connectivity, which introduces significant computational overhead and exacerbates the risk of over-smoothing. In this paper, we propose a novel graph rewiring method that leverages \textit{spectrum-preserving} graph \textit{sparsification}, for mitigating over-squashing. Our method generates graphs with enhanced connectivity while maintaining sparsity and largely preserving the original graph spectrum, effectively balancing structural bottleneck reduction and graph property preservation. Experimental results validate the effectiveness of our approach, demonstrating its superiority over strong baseline methods in classification accuracy and retention of the Laplacian spectrum.

Foundations

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

Your Notes