Flood and Echo Net: Algorithmically Aligned GNNs that Generalize
Jo\"el Mathys, Florian Gr\"otschla, Kalyan Varma Nadimpalli, Roger, Wattenhofer

TL;DR
Flood and Echo Net introduces a novel GNN architecture inspired by distributed algorithms, utilizing flooding and echo phases to improve expressiveness and generalization across different graph sizes.
Contribution
It proposes a new GNN framework aligned with distributed algorithms, enhancing expressiveness and scalability beyond traditional message-passing neural networks.
Findings
More expressive than traditional MPNNs
Proven to be more efficient in message complexity
Improves generalization to larger graphs
Abstract
Most Graph Neural Networks follow the standard message-passing framework where, in each step, all nodes simultaneously communicate with each other. We want to challenge this paradigm by aligning the computation more closely to the execution of distributed algorithms and propose the Flood and Echo Net. A single round of a Flood and Echo Net consists of an origin node and a flooding phase followed by an echo phase. First, during the flooding, messages are sent from the origin and propagated outwards throughout the entire graph. Then, during the echo, the message flow reverses and messages are sent back towards the origin. As nodes are only sparsely activated upon receiving a message, this leads to a wave-like activation pattern that traverses the graph. Through these sparse but parallel activations, the Net becomes more expressive than traditional MPNNs which are limited by the 1-WL test…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Advanced Memory and Neural Computing · Ferroelectric and Negative Capacitance Devices
