Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision

About

Attention mechanism in graph neural networks is designed to assign larger weights to important neighbor nodes for better representation. However, what graph attention learns is not understood well, particularly when graphs are noisy. In this paper, we propose a self-supervised graph attention network (SuperGAT), an improved graph attention model for noisy graphs. Specifically, we exploit two attention forms compatible with a self-supervised task to predict edges, whose presence and absence contain the inherent information about the importance of the relationships between nodes. By encoding edges, SuperGAT learns more expressive attention in distinguishing mislinked neighbors. We find two graph characteristics influence the effectiveness of attention forms and self-supervision: homophily and average degree. Thus, our recipe provides guidance on which attention design to use when those two graph characteristics are known. Our experiment on 17 real-world datasets demonstrates that our recipe generalizes across 15 datasets of them, and our models designed by recipe show improved performance over baselines.

Dongkwan Kim, Alice Oh• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy84.3
885
Node ClassificationCiteseer
Accuracy72.6
804
Node ClassificationPubmed
Accuracy81.7
742
Node ClassificationChameleon
Accuracy59.4
549
Node ClassificationSquirrel
Accuracy38.9
500
Node ClassificationCornell
Accuracy57.3
426
Node ClassificationTexas
Accuracy0.6108
410
Node ClassificationWisconsin
Accuracy56.47
410
Node ClassificationActor
Accuracy29.32
237
Node ClassificationCora-ML
Accuracy84.7
228
Showing 10 of 23 rows

Other info

Code

Follow for update