TL;DR
This paper introduces Kernel Graph Convolutional Neural Networks, combining graph kernels with CNNs to learn features directly from graph data, outperforming traditional methods on multiple benchmarks.
Contribution
It proposes a novel method that embeds graph neighborhoods using kernels and applies convolutional neural networks for improved graph classification.
Findings
Outperforms strong baselines on 7 out of 10 datasets
Effectively learns features directly from graphs
Requires limited parameter tuning
Abstract
Graph kernels have been successfully applied to many graph classification problems. Typically, a kernel is first designed, and then an SVM classifier is trained based on the features defined implicitly by this kernel. This two-stage approach decouples data representation from learning, which is suboptimal. On the other hand, Convolutional Neural Networks (CNNs) have the capability to learn their own features directly from the raw data during training. Unfortunately, they cannot handle irregular data such as graphs. We address this challenge by using graph kernels to embed meaningful local neighborhoods of the graphs in a continuous vector space. A set of filters is then convolved with these patches, pooled, and the output is then passed to a feedforward network. With limited parameter tuning, our approach outperforms strong baselines on 7 out of 10 benchmark datasets.
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSupport Vector Machine
