HoGA: Higher-Order Graph Attention via Diversity-Aware k-Hop Sampling
Thomas Bailie, Yun Sing Koh, Karthik Mukkavilli

TL;DR
HoGA introduces a diversity-aware k-hop sampling method for graph attention, enhancing the capture of higher-order relationships and improving node classification accuracy over existing models.
Contribution
The paper presents HoGA, a novel higher-order attention module that samples diverse subgraphs to better model complex graph structures, surpassing prior methods in capturing higher-order relationships.
Findings
At least 5% accuracy gain on all benchmark datasets
Outperforms recent baselines on six of eight datasets
Reduces redundancy by diversifying higher-order topology sampling
Abstract
Graphs model latent variable relationships in many real-world systems, and Message Passing Neural Networks (MPNNs) are widely used to learn such structures for downstream tasks. While edge-based MPNNs effectively capture local interactions, their expressive power is theoretically bounded, limiting the discovery of higher-order relationships. We introduce the Higher-Order Graph Attention (HoGA) module, which constructs a k-order attention matrix by sampling subgraphs to maximize diversity among feature vectors. Unlike existing higher-order attention methods that greedily resample similar k-order relationships, HoGA targets diverse modalities in higher-order topology, reducing redundancy and expanding the range of captured substructures. Applied to two single-hop attention models, HoGA achieves at least a 5% accuracy gain on all benchmark node classification datasets and outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsSoftmax · Attention Is All You Need
