paper-with-me

Papers

Graph rewiring and preprocessing for graph neural networks based on effective resistance

2024-05-07 · IEEE Transactions on Knowledge and Data Engineering ( Volume: 36, Issue: 11, November 2024) 2024 5 · Xu Shen, Pietro Lio, Lintao Yang, Ru Yuan, Yuyang Zhang, Chengbin Peng

Graph neural networks (GNNs) are powerful models for processing graph data and have demonstrated state-of-the-art performance on many downstream tasks. However, existing GNNs can generally suffer from two limitations: over-smoothing and over-squashing, which can significantly undermine their learning ability for large graphs. To overcome these issues simultaneously, by utilizing the concept of effective resistances, we focus on minimizing total constrained resistance while identifying problematic edges using topological redundancy and bottleneck sparsity coefficients. We introduce a novel graph rewiring and preprocessing method guided by effective resistance (GPER), capable of edge addition or removal. Theoretical analysis validates our method's efficacy in mitigating over-smoothing and over-squashing. {In the experiments, we conduct node and graph classifications on the benchmark datasets and can achieve an average improvement of $7.8\%$ and $2.0\%$, respectively. We also conduct scalability analysis on large graphs with GCN and demonstrate that the proposed preprocess approach can reduce graph size by over $50\%$ while improve the performance.

📄 PDF Abstract BibTeX

Code (1)

se7esx/GPER pytorch

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Effective Resistance Rewiring: A Simple Topological Correction for Over-Squashing

2026-03-12 · Bertran Miquel-Oliver, Manel Gil-Sorribes, Victor Guallar, Alexis Molina arxiv

Graph Neural Networks struggle to capture long-range dependencies due to over-squashing, where information from exponentially growing neighborhoods must pass through a small number of structural bottlenecks. While recent…

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…

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

Understanding Oversquashing in GNNs through the Lens of Effective Resistance

2023-02-14 · Mitchell Black, Zhengchao Wan, Amir Nayyeri, Yusu Wang

Message passing graph neural networks (GNNs) are a popular learning architectures for graph-structured data. However, one problem GNNs experience is oversquashing, where a GNN has difficulty sending information between d…

Graph Cascades: Contagion-Based Mesoscopic Rewiring for Structure-Aware Graph Machine Learning

2026-06-03 · Meher Chaitanya, My Le, Luana Ruiz arxiv

We introduce Graph Cascades, a mesoscopic rewiring strategy for Graph Neural Networks (GNNs) and Graph Transformers (GTs) that captures intermediate-scale graph structure beyond purely local edges or fully global attenti…