Lookup subnet based Spatial Graph Convolutional neural Network
Jingzhao Hu, Xiaoqi Zhang, Qiaomei Jia, Chen Wang, Qirong Bu, Jun Feng

TL;DR
This paper introduces a novel cross-correlation based graph convolution method that extends CNN advantages to non-Euclidean data, achieving state-of-the-art results on key graph benchmarks.
Contribution
It proposes a new graph convolution technique leveraging cross-correlation, addressing limitations of previous aggregation-based methods, and demonstrating superior performance.
Findings
Achieved or matched state-of-the-art results on Cora, Citeseer, and Pubmed datasets.
Effectively generalizes CNN features to non-Euclidean graph data.
Addresses shortcomings of prior aggregation-transformation methods.
Abstract
Convolutional Neural Networks(CNNs) has achieved remarkable performance breakthrough in Euclidean structure data. Recently, aggregation-transformation based Graph Neural networks(GNNs) gradually produce a powerful performance on non-Euclidean data. In this paper, we propose a cross-correlation based graph convolution method allowing to naturally generalize CNNs to non-Euclidean domains and inherit the excellent natures of CNNs, such as local filters, parameter sharing, flexible receptive field, etc. Meanwhile, it leverages dynamically generated convolution kernel and cross-correlation operators to address the shortcomings of prior methods based on aggregation-transformation or their approximations. Our method has achieved or matched popular state-of-the-art results across three established graph benchmarks: the Cora, Citeseer, and Pubmed citation network 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Topic Modeling
MethodsConvolution
