paper-with-me

홈 › Papers

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

2026-05-01 · Hugo Attali, Nathalie Pernelle, Davide Buscaldi, Fragkiskos D. Malliaros arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.00951

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Over-Squashing in GNNs and Causal Inference of Rewiring Strategies

2025-08-12 · Danial Saber, Amirali Salehi-Abari arxiv

Graph neural networks (GNNs) have exhibited state-of-the-art performance across wide-range of domains such as recommender systems, material design, and drug repurposing. Yet message-passing GNNs suffer from over-squashin…

Graph ClassificationNode ClassificationCausal Inference

Rewiring Techniques to Mitigate Oversquashing and Oversmoothing in GNNs: A Survey

2024-11-26 · Hugo Attali, Davide Buscaldi, Nathalie Pernelle

Graph Neural Networks (GNNs) are powerful tools for learning from graph-structured data, but their effectiveness is often constrained by two critical challenges: oversquashing, where the excessive compression of informat…

Over-Squashing in Riemannian Graph Neural Networks

2023-11-27 · Julia Balla

Most graph neural networks (GNNs) are prone to the phenomenon of over-squashing in which node features become insensitive to information from distant nodes in the graph. Recent works have shown that the topology of the g…

Ramanujan Graph Rewiring with Non Negative Resistance Curvature

2026-06-19 · Hugo Attali, Rachid El Jouhri arxiv

Graph Neural Networks (GNNs) have emerged as a powerful paradigm for learning on graph-structured data by iteratively propagating and aggregating information across edges. However, conventional message passing schemes of…

Adaptive Graph Rewiring to Mitigate Over-Squashing in Mesh-Based GNNs for Fluid Dynamics Simulations

2025-11-16 · Sangwoo Seo, Hyunsung Kim, Jiwan Kim, Chanyoung Park arxiv

Mesh-based simulation using Graph Neural Networks (GNNs) has been recognized as a promising approach for modeling fluid dynamics. However, the mesh refinement techniques which allocate finer resolution to regions with st…