English

Asynchronous Neural Networks for Learning in Graphs

Machine Learning 2022-05-25 v1

Abstract

This paper studies asynchronous message passing (AMP), a new paradigm for applying neural network based learning to graphs. Existing graph neural networks use the synchronous distributed computing model and aggregate their neighbors in each round, which causes problems such as oversmoothing and limits their expressiveness. On the other hand, AMP is based on the asynchronous model, where nodes react to messages of their neighbors individually. We prove that (i) AMP can simulate synchronous GNNs and that (ii) AMP can theoretically distinguish any pair of graphs. We experimentally validate AMP's expressiveness. Further, we show that AMP might be better suited to propagate messages over large distances in graphs and performs well on several graph classification benchmarks.

Keywords

Cite

@article{arxiv.2205.12245,
  title  = {Asynchronous Neural Networks for Learning in Graphs},
  author = {Lukas Faber and Roger Wattenhofer},
  journal= {arXiv preprint arXiv:2205.12245},
  year   = {2022}
}
R2 v1 2026-06-24T11:27:25.899Z