Path Integral Based Convolution and Pooling for Graph Neural Networks

arXiv:2006.16811v268 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of optimizing graph convolution and pooling for GNNs, which is crucial for applications in domains like physical sciences, though it appears incremental as it builds on existing GNN frameworks.

The authors tackled the problem of designing effective convolution and pooling operations for graph neural networks (GNNs) by proposing a path integral-based method (PAN) that generalizes existing architectures and achieves state-of-the-art performance on various graph classification/regression tasks, including a new benchmark dataset from statistical mechanics.

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 framework that can be tailored for different graph data with varying sizes and structures. We can view most existing GNN architectures as special cases of PAN. Experimental results show that PAN achieves state-of-the-art performance on various graph classification/regression tasks, including a new benchmark dataset from statistical mechanics we propose to boost applications of GNN in physical sciences.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes