SOTAVerified

Graph Wavelet Neural Network

2019-04-12ICLR 2019Code Available0· sign in to hype

Bingbing Xu, Hua-Wei Shen, Qi Cao, Yunqi Qiu, Xue-Qi Cheng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present graph wavelet neural network (GWNN), a novel graph convolutional neural network (CNN), leveraging graph wavelet transform to address the shortcomings of previous spectral graph CNN methods that depend on graph Fourier transform. Different from graph Fourier transform, graph wavelet transform can be obtained via a fast algorithm without requiring matrix eigendecomposition with high computational cost. Moreover, graph wavelets are sparse and localized in vertex domain, offering high efficiency and good interpretability for graph convolution. The proposed GWNN significantly outperforms previous spectral graph CNNs in the task of graph-based semi-supervised classification on three benchmark datasets: Cora, Citeseer and Pubmed.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CiteseerGWNNAccuracy71.7Unverified
CoraGWNNAccuracy81.6Unverified
PubmedGWNNAccuracy79.1Unverified

Reproductions