PAN: Path Integral Based Convolution for Deep Graph Neural Networks

arXiv:1904.10996v125 citations
Originality Incremental advance
AI Analysis

This work addresses graph neural network design for researchers and practitioners, offering a novel framework that generalizes previous methods and improves performance, though it is incremental in building on existing graph convolution concepts.

The paper tackles the problem of designing convolution operations for graph-structured data by proposing PAN, a new graph convolution framework based on path integrals and maximal entropy random walks, which achieves state-of-the-art performance on benchmark tasks.

Convolution operations designed for graph-structured data usually utilize the graph Laplacian, which can be seen as message passing between the adjacent neighbors through a generic random walk. In this paper, we propose PAN, a new graph convolution framework 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. PAN generalizes the graph Laplacian to a new transition matrix we call \emph{maximal entropy transition} (MET) matrix derived from a path integral formalism. Most previous graph convolutional network architectures can be adapted to our framework, and many variations and derivatives based on the path integral idea can be developed. Experimental results show that the path integral based graph neural networks have great learnability and fast convergence rate, and achieve state-of-the-art performance on benchmark tasks.

Foundations

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

Your Notes