TL;DR
This paper introduces the wave network architecture, which efficiently propagates long-range information in undirected graphs, outperforming local aggregation methods like graph convolution on various complex tasks.
Contribution
The paper presents the wave network, a novel architecture capable of propagating information across long distances in undirected graphs, demonstrated through multiple challenging tasks.
Findings
Wave learns three graph-based tasks more efficiently and accurately.
Wave can extrapolate from small training data to larger test cases.
Wave outperforms graph convolution in long-range information propagation.
Abstract
Graph algorithms are key tools in many fields of science and technology. Some of these algorithms depend on propagating information between distant nodes in a graph. Recently, there have been a number of deep learning architectures proposed to learn on undirected graphs. However, most of these architectures aggregate information in the local neighborhood of a node, and therefore they may not be capable of efficiently propagating long-range information. To solve this problem we examine a recently proposed architecture, wave, which propagates information back and forth across an undirected graph in waves of nonlinear computation. We compare wave to graph convolution, an architecture based on local aggregation, and find that wave learns three different graph-based tasks with greater efficiency and accuracy. These three tasks include (1) labeling a path connecting two nodes in a graph, (2)…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
