SOTAVerified

Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering

2016-06-30NeurIPS 2016Code Available0· sign in to hype

Michaël Defferrard, Xavier Bresson, Pierre Vandergheynst

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this work, we are interested in generalizing convolutional neural networks (CNNs) from low-dimensional regular grids, where image, video and speech are represented, to high-dimensional irregular domains, such as social networks, brain connectomes or words' embedding, represented by graphs. We present a formulation of CNNs in the context of spectral graph theory, which provides the necessary mathematical background and efficient numerical schemes to design fast localized convolutional filters on graphs. Importantly, the proposed technique offers the same linear computational complexity and constant learning complexity as classical CNNs, while being universal to any graph structure. Experiments on MNIST and 20NEWS demonstrate the ability of this novel deep learning system to learn local, stationary, and compositional features on graphs.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ogbg-molpcbaChebNetNumber of params1,475,003Unverified

Reproductions