paper-with-me

Papers

Mitigating Over-Smoothing and Over-Squashing using Augmentations of Forman-Ricci Curvature

2023-09-17 · Lukas Fesser, Melanie Weber

While Graph Neural Networks (GNNs) have been successfully leveraged for learning on graph-structured data across domains, several potential pitfalls have been described recently. Those include the inability to accurately leverage information encoded in long-range connections (over-squashing), as well as difficulties distinguishing the learned representations of nearby nodes with growing network depth (over-smoothing). An effective way to characterize both effects is discrete curvature: Long-range connections that underlie over-squashing effects have low curvature, whereas edges that contribute to over-smoothing have high curvature. This observation has given rise to rewiring techniques, which add or remove edges to mitigate over-smoothing and over-squashing. Several rewiring approaches utilizing graph characteristics, such as curvature or the spectrum of the graph Laplacian, have been proposed. However, existing methods, especially those based on curvature, often require expensive subroutines and careful hyperparameter tuning, which limits their applicability to large-scale graphs. Here we propose a rewiring technique based on Augmented Forman-Ricci curvature (AFRC), a scalable curvature notation, which can be computed in linear time. We prove that AFRC effectively characterizes over-smoothing and over-squashing effects in message-passing GNNs. We complement our theoretical results with experiments, which demonstrate that the proposed approach achieves state-of-the-art performance while significantly reducing the computational cost in comparison with other methods. Utilizing fundamental properties of discrete curvature, we propose effective heuristics for hyperparameters in curvature-based rewiring, which avoids expensive hyperparameter searches, further improving the scalability of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2309.09384

Code (1)

weber-geoml/afrc_rewiring 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Understanding Virtual Nodes: Oversmoothing, Oversquashing, and Node Heterogeneity

2024-05-22 · Joshua Southern, Francesco Di Giovanni, Michael Bronstein, Johannes F. Lutzeyer

Message passing neural networks (MPNNs) have been shown to have limitations in terms of expressivity and modeling long-range interactions. Augmenting MPNNs with a virtual node (VN) removes the locality constraint of the …

Sensitivity

Revisiting Over-smoothing and Over-squashing Using Ollivier-Ricci Curvature

2022-11-28 · Khang Nguyen, Hieu Nong, Vinh Nguyen, Nhat Ho 외

Graph Neural Networks (GNNs) had been demonstrated to be inherently susceptible to the problems of over-smoothing and over-squashing. These issues prohibit the ability of GNNs to model complex graph interactions by limit…

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 외

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: ov…

On the Trade-off between Over-smoothing and Over-squashing in Deep Graph Neural Networks

2022-12-05 · Jhony H. Giraldo, Konstantinos Skianis, Thierry Bouwmans, Fragkiskos D. Malliaros

Graph Neural Networks (GNNs) have succeeded in various computer science applications, yet deep GNNs underperform their shallow counterparts despite deep learning's success in other domains. Over-smoothing and over-squash…

Representation Learning

RADE: Random Add-Drop Edge as a Regularizer

2026-05-30 · Danial Saber, Amirali Salehi-Abari arxiv

Graph Neural Networks (GNNs) suffer from overfitting and over-squashing of long-range information. Stochastic graph augmentations (e.g., edge deletion) regularize training against overfitting but can introduce train-infe…