Cayley Graph Propagation

πŸ“… 2024-10-04
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 5
✨ Influential: 1
πŸ“„ PDF

career value

188K/year
πŸ€– AI Summary
Graph Neural Networks (GNNs) suffer from the over-squashing problem during long-range information aggregation, where excessive neighborhood compression distorts message fidelity. Existing Expander Graph Propagation (EGP) methods mitigate this via truncated Cayley graphs, but such truncation inherently degrades the graph’s expansion properties. This paper proposes the first GNN framework performing *untruncated* message propagation on the *full* Cayley graph constructed from the group SL(2,β„€β‚™), thereby strictly preserving optimal expander properties and enabling truly bottleneck-free aggregation. Our approach integrates group-theoretic graph construction, breadth-first message passing, and a GNN-layer-decoupled propagation mechanism that is agnostic to input graph topology. Experiments on multiple real-world graph benchmarks demonstrate that our method matches or surpasses state-of-the-art graph rewiring techniques in accuracy, significantly outperforms EGP, and incurs lower computational overhead.

Technology Category

Application Category

πŸ“ Abstract
In spite of the plethora of success stories with graph neural networks (GNNs) on modelling graph-structured data, they are notoriously vulnerable to over-squashing, whereby tasks necessitate the mixing of information between distance pairs of nodes. To address this problem, prior work suggests rewiring the graph structure to improve information flow. Alternatively, a significant body of research has dedicated itself to discovering and precomputing bottleneck-free graph structures to ameliorate over-squashing. One well regarded family of bottleneck-free graphs within the mathematical community are expander graphs, with prior work$unicode{x2014}$Expander Graph Propagation (EGP)$unicode{x2014}$proposing the use of a well-known expander graph family$unicode{x2014}$the Cayley graphs of the $mathrm{SL}(2,mathbb{Z}_n)$ special linear group$unicode{x2014}$as a computational template for GNNs. However, in EGP the computational graphs used are truncated to align with a given input graph. In this work, we show that truncation is detrimental to the coveted expansion properties. Instead, we propose CGP, a method to propagate information over a complete Cayley graph structure, thereby ensuring it is bottleneck-free to better alleviate over-squashing. Our empirical evidence across several real-world datasets not only shows that CGP recovers significant improvements as compared to EGP, but it is also akin to or outperforms computationally complex graph rewiring techniques.
Problem

Research questions and friction points this paper is trying to address.

Addresses over-squashing in graph neural networks (GNNs)
Proposes propagation over complete Cayley graphs for better expansion
Improves information flow without truncation compared to prior methods
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uses complete Cayley graph structure
Avoids truncation for better expansion
Improves information flow in GNNs
πŸ”Ž Similar Papers
No similar papers found.