# Diffusing Graph Attention

**Authors:** Daniel Glickman, Eran Yahav

arXiv: 2303.00613 · 2023-03-02

## TL;DR

Graph Diffuser introduces a novel Transformer-based model for graphs that effectively captures long-range interactions by learning structural and positional relationships, outperforming existing methods across multiple benchmarks.

## Contribution

The paper proposes Graph Diffuser, a new architecture that integrates learned structural relationships into Graph Transformers to better model long-range dependencies.

## Key findings

- Outperforms state-of-the-art on eight benchmarks
- Effectively captures long-range interactions in graphs
- Provides intuitive visualizations of learned relationships

## Abstract

The dominant paradigm for machine learning on graphs uses Message Passing Graph Neural Networks (MP-GNNs), in which node representations are updated by aggregating information in their local neighborhood. Recently, there have been increasingly more attempts to adapt the Transformer architecture to graphs in an effort to solve some known limitations of MP-GNN. A challenging aspect of designing Graph Transformers is integrating the arbitrary graph structure into the architecture. We propose Graph Diffuser (GD) to address this challenge. GD learns to extract structural and positional relationships between distant nodes in the graph, which it then uses to direct the Transformer's attention and node representation. We demonstrate that existing GNNs and Graph Transformers struggle to capture long-range interactions and how Graph Diffuser does so while admitting intuitive visualizations. Experiments on eight benchmarks show Graph Diffuser to be a highly competitive model, outperforming the state-of-the-art in a diverse set of domains.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2303.00613/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/2303.00613/full.md

---
Source: https://tomesphere.com/paper/2303.00613