SOTAVerified

LanczosNet: Multi-Scale Deep Graph Convolutional Networks

2019-01-06ICLR 2019Code Available0· sign in to hype

Renjie Liao, Zhizhen Zhao, Raquel Urtasun, Richard S. Zemel

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose the Lanczos network (LanczosNet), which uses the Lanczos algorithm to construct low rank approximations of the graph Laplacian for graph convolution. Relying on the tridiagonal decomposition of the Lanczos algorithm, we not only efficiently exploit multi-scale information via fast approximated computation of matrix power but also design learnable spectral filters. Being fully differentiable, LanczosNet facilitates both graph kernel learning as well as learning node embeddings. We show the connection between our LanczosNet and graph based manifold learning methods, especially the diffusion maps. We benchmark our model against several recent deep graph networks on citation networks and QM8 quantum chemistry dataset. Experimental results show that our model achieves the state-of-the-art performance in most tasks. Code is released at: https://github.com/lrjconan/LanczosNetwork.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
PubMed (0.03%)AdaLanczosNetAccuracy61Unverified
PubMed (0.05%)AdaLanczosNetAccuracy66Unverified

Reproductions