TL;DR
This paper introduces a novel graph neural network framework based on path integrals, which generalizes existing methods and achieves state-of-the-art results in graph classification and regression tasks, including applications in physical sciences.
Contribution
The paper proposes a new path integral based convolution and pooling method for GNNs, unifying and extending existing architectures with a physics-inspired approach.
Findings
Achieves state-of-the-art performance on multiple graph tasks.
Introduces a new benchmark dataset from statistical mechanics.
Provides a versatile framework adaptable to various graph structures.
Abstract
Graph neural networks (GNNs) extends the functionality of traditional neural networks to graph-structured data. Similar to CNNs, an optimized design of graph convolution and pooling is key to success. Borrowing ideas from physics, we propose a path integral based graph neural networks (PAN) for classification and regression tasks on graphs. Specifically, we consider a convolution operation that involves every path linking the message sender and receiver with learnable weights depending on the path length, which corresponds to the maximal entropy random walk. It generalizes the graph Laplacian to a new transition matrix we call maximal entropy transition (MET) matrix derived from a path integral formalism. Importantly, the diagonal entries of the MET matrix are directly related to the subgraph centrality, thus providing a natural and adaptive pooling mechanism. PAN provides a versatile…
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
Taxonomy
MethodsConvolution
