paper-with-me

Papers

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 information from distant nodes results in significant information loss, and oversmoothing, where repeated message-passing iterations homogenize node representations, obscuring meaningful distinctions. These issues, intrinsically linked to the underlying graph structure, hinder information flow and constrain the expressiveness of GNNs. In this survey, we examine graph rewiring techniques, a class of methods designed to address these structural bottlenecks by modifying graph topology to enhance information diffusion. 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:2411.17429

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Complexity of Optimal Graph Rewiring for Oversmoothing and Oversquashing in Graph Neural Networks

2026-03-27 · Mostafa Haghir Chehreghani arxiv

Graph Neural Networks (GNNs) face two fundamental challenges when scaled to deep architectures: oversmoothing, where node representations converge to indistinguishable vectors, and oversquashing, where information from d…

FoSR: First-order spectral rewiring for addressing oversquashing in GNNs

2022-10-21 · Kedar Karhadkar, Pradeep Kr. Banerjee, Guido Montúfar

Graph neural networks (GNNs) are able to leverage the structure of graph data by passing messages along the edges of the graph. While this allows GNNs to learn features depending on the graph structure, for certain graph…

Graph Classification

Dynamic Triangulation-Based Graph Rewiring for Graph Neural Networks

2025-08-26 · Hugo Attali, Thomas Papastergiou, Nathalie Pernelle, Fragkiskos D. Malliaros arxiv

Graph Neural Networks (GNNs) have emerged as the leading paradigm for learning over graph-structured data. However, their performance is limited by issues inherent to graph topology, most notably oversquashing and oversm…

Node Classification

Graph Unitary Message Passing

2024-03-17 · Haiquan Qiu, Yatao Bian, Quanming Yao

Message passing mechanism contributes to the success of GNNs in various applications, but also brings the oversquashing problem. Recent works combat oversquashing by improving the graph spectrums with rewiring techniques…

Graph Learning

Oversquashing in GNNs through the lens of information contraction and graph expansion

2022-08-06 · Pradeep Kr. Banerjee, Kedar Karhadkar, Yu Guang Wang, Uri Alon 외

The quality of signal propagation in message-passing graph neural networks (GNNs) strongly influences their expressivity as has been observed in recent works. In particular, for prediction tasks relying on long-range int…

graph construction