Flow-Attentional Graph Neural Networks
Pascal Plettenberg, Dominik K\"ohler, Bernhard Sick, Josephine M. Thomas

TL;DR
This paper introduces flow attention, a novel GNN mechanism that incorporates physical flow conservation laws, improving performance on flow-related graph tasks like circuit and power grid analysis.
Contribution
It proposes flow attention, adapting graph attention to enforce Kirchhoff's law, enhancing GNN expressivity for flow-structured data.
Findings
Flow attention improves classification accuracy on flow graph datasets.
Flow attention can distinguish certain non-isomorphic graphs beyond standard attention.
Experimental results show enhanced GNN performance on real-world flow problems.
Abstract
Graph Neural Networks (GNNs) have become essential for learning from graph-structured data. However, existing GNNs do not consider the conservation law inherent in graphs associated with a flow of physical resources, such as electrical current in power grids or traffic in transportation networks, which can lead to reduced model performance. To address this, we propose flow attention, which adapts existing graph attention mechanisms to satisfy Kirchhoffs first law. Furthermore, we discuss how this modification influences the expressivity and identify sets of non-isomorphic graphs that can be discriminated by flow attention but not by standard attention. Through extensive experiments on two flow graph datasets (electronic circuits and power grids) we demonstrate that flow attention enhances the performance of attention-based GNNs on both graph-level classification and regression…
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 · Graph Theory and Algorithms · Machine Learning in Healthcare
