paper-with-me

홈 › Papers

Over-Squashing in Graph Neural Networks: A Comprehensive survey

2023-08-29 · Singh Akansha

Graph Neural Networks (GNNs) revolutionize machine learning for graph-structured data, effectively capturing complex relationships. They disseminate information through interconnected nodes, but long-range interactions face challenges known as "over-squashing". This survey delves into the challenge of over-squashing in Graph Neural Networks (GNNs), where long-range information dissemination is hindered, impacting tasks reliant on intricate long-distance interactions. It comprehensively explores the causes, consequences, and mitigation strategies for over-squashing. Various methodologies are reviewed, including graph rewiring, novel normalization, spectral analysis, and curvature-based strategies, with a focus on their trade-offs and effectiveness. The survey also discusses the interplay between over-squashing and other GNN limitations, such as over-smoothing, and provides a taxonomy of models designed to address these issues in node and graph-level tasks. Benchmark datasets for performance evaluation are also detailed, making this survey a valuable resource for researchers and practitioners in the GNN field.

📄 PDF Abstract BibTeX arXiv:2308.15568

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNode ClassificationRecommendation SystemsSurvey

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar 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 …

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…

A Survey of Graph Transformers: Architectures, Theories and Applications

2025-02-23 · Chaohao Yuan, Kangfei Zhao, Ercan Engin Kuruoglu, Liang Wang 외

Graph Transformers (GTs) have demonstrated a strong capability in modeling graph structures by addressing the intrinsic limitations of graph neural networks (GNNs), such as over-smoothing and over-squashing. Recent studi…

Graph LearningSurvey

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

Attending to Graph Transformers

2023-02-08 · Luis Müller, Mikhail Galkin, Christopher Morris, Ladislav Rampášek

Recently, transformer architectures for graphs emerged as an alternative to established techniques for machine learning with graphs, such as (message-passing) graph neural networks. So far, they have shown promising empi…