English

LanczosNet: Multi-Scale Deep Graph Convolutional Networks

Machine Learning 2019-10-24 v2 Machine Learning

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: \url{https://github.com/lrjconan/LanczosNetwork}.

Keywords

Cite

@article{arxiv.1901.01484,
  title  = {LanczosNet: Multi-Scale Deep Graph Convolutional Networks},
  author = {Renjie Liao and Zhizhen Zhao and Raquel Urtasun and Richard S. Zemel},
  journal= {arXiv preprint arXiv:1901.01484},
  year   = {2019}
}

Comments

The International Conference on Learning Representations (ICLR) 2019

R2 v1 2026-06-23T07:03:58.629Z