Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Half-Hop: A graph upsampling approach for slowing down message passing

About

Message passing neural networks have shown a lot of success on graph-structured data. However, there are many instances where message passing can lead to over-smoothing or fail when neighboring nodes belong to different classes. In this work, we introduce a simple yet general framework for improving learning in message passing neural networks. Our approach essentially upsamples edges in the original graph by adding "slow nodes" at each edge that can mediate communication between a source and a target node. Our method only modifies the input graph, making it plug-and-play and easy to use with existing models. To understand the benefits of slowing down message passing, we provide theoretical and empirical analyses. We report results on several supervised and self-supervised benchmarks, and show improvements across the board, notably in heterophilic conditions where adjacent nodes are more likely to have different labels. Finally, we show how our approach can be used to generate augmentations for self-supervised learning, where slow nodes are randomly introduced into different edges in the graph to generate multi-scale views with variable path lengths.

Mehdi Azabou, Venkataramana Ganesh, Shantanu Thakoor, Chi-Heng Lin, Lakshmi Sathidevi, Ran Liu, Michal Valko, Petar Veli\v{c}kovi\'c, Eva L. Dyer• 2023

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy73.1
1252
Graph ClassificationMUTAG
Accuracy74.6
1103
Node ClassificationCora (test)
Mean Accuracy76
951
Node ClassificationCiteseer (test)
Accuracy0.596
945
Node ClassificationChameleon
Accuracy67.76
867
Node ClassificationWisconsin
Accuracy66.67
864
Node ClassificationTexas
Accuracy0.5045
801
Node ClassificationSquirrel
Accuracy47.07
786
Node ClassificationPubMed (test)
Accuracy76.9
586
Node ClassificationActor
Accuracy33.95
556
Showing 10 of 38 rows

Other info

Code

Follow for update