Our new X account is live! Follow @wizwand_team for updates
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
742
Node ClassificationCiteseer (test)
Accuracy0.596
729
Graph ClassificationMUTAG
Accuracy74.6
697
Node ClassificationCora (test)
Mean Accuracy76
687
Node ClassificationChameleon
Accuracy67.76
549
Node ClassificationSquirrel
Accuracy47.07
500
Node ClassificationPubMed (test)
Accuracy76.9
500
Node ClassificationWisconsin
Accuracy66.67
410
Node ClassificationTexas
Accuracy0.5045
410
Node ClassificationActor
Accuracy33.95
237
Showing 10 of 38 rows

Other info

Code

Follow for update