paper-with-me

Papers

Cayley Graph Propagation

2024-10-04 · JJ Wilson, Maya Bechler-Speicher, Petar Veličković

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 -- Expander Graph Propagation (EGP) -- proposing the use of a well-known expander graph family -- the Cayley graphs of the $\mathrm{SL}(2,\mathbb{Z}_n)$ special linear group -- 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.

📄 PDF Abstract BibTeX arXiv:2410.03424

Code (1)

josephjwilson/cayley_graph_propagation 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Schreier-Coset Graph Propagation

2025-05-15 · Aryan Mishra, Lizhen Lin

Graph Neural Networks (GNNs) offer a principled framework for learning over graph-structured data, yet their expressive capacity is often hindered by over-squashing, wherein information from distant nodes is compressed i…

Computational EfficiencyGraph Classification

CayleyPy Growth: Efficient growth computations and hundreds of new conjectures on Cayley graphs (Brief version)

2025-09-23 · A. Chervov, D. Fedoriaka, E. Konstantinova, A. Naumov 외 arxiv

This is the third paper of the CayleyPy project applying artificial intelligence to problems in group theory. We announce the first public release of CayleyPy, an open source Python library for computations with Cayley a…

Signal processing on large networks with group symmetries

2023-03-29 · Kathryn Beck, Mahya Ghandehari, Jeannette Janssen, Nauzer Kalyaniwalla

Current methods of graph signal processing rely heavily on the specific structure of the underlying network: the shift operator and the graph Fourier transform are both derived directly from a specific graph. In many cas…

Stochastic Block Model

CDRec: Cayley-Dickson Recommender

2021-12-16 · Anchen Li, Bo Yang, Huan Huo, Farookh Hussain

In this paper, we propose a recommendation framework named Cayley-Dickson Recommender. We introduce Cayley-Dickson construction which uses a recursive process to define hypercomplex algebras and their mathematical operat…

Improving LLM Final Representations with Inter-Layer Geometry

2026-03-24 · Tom Ulanovski, Eyal Blyachman, Maya Bechler-Speicher arxiv

The standard in LLM-based prediction is to use the final-layer representation as the input to a downstream predictor. However, intermediate layers may encode complementary task-relevant signals. Existing approaches there…

Graph Neural Network