Learning Convolutional Neural Networks for Graphs
Mathias Niepert, Mohamed Ahmed, Konstantin Kutzkov
TL;DR
The paper extends convolutional neural networks to arbitrary graphs by introducing Patchy-san, a framework that builds fixed-size, normalized local neighborhoods as receptive fields for CNNs. It leverages graph labeling (e.g., Weisfeiler-Lehman) and canonicalization to align patches across graphs, enabling end-to-end learning with node/edge attributes. Experiments show Patchy-san achieves competitive accuracy with state-of-the-art graph kernels while offering scalable runtimes and useful feature visualizations. The approach broadens CNN applicability to complex graph-structured data, with potential for large-scale and multi-attribute graphs.
Abstract
Numerous important problems can be framed as learning from graph data. We propose a framework for learning convolutional neural networks for arbitrary graphs. These graphs may be undirected, directed, and with both discrete and continuous node and edge attributes. Analogous to image-based convolutional networks that operate on locally connected regions of the input, we present a general approach to extracting locally connected regions from graphs. Using established benchmark data sets, we demonstrate that the learned feature representations are competitive with state of the art graph kernels and that their computation is highly efficient.
