SOTAVerified

Diffusion-Convolutional Neural Networks

2015-11-06NeurIPS 2016Code Available0· sign in to hype

James Atwood, Don Towsley

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present diffusion-convolutional neural networks (DCNNs), a new model for graph-structured data. Through the introduction of a diffusion-convolution operation, we show how diffusion-based representations can be learned from graph-structured data and used as an effective basis for node classification. DCNNs have several attractive qualities, including a latent representation for graphical data that is invariant under isomorphism, as well as polynomial-time prediction and learning that can be represented as tensor operations and efficiently implemented on the GPU. Through several experiments with real structured datasets, we demonstrate that DCNNs are able to outperform probabilistic relational models and kernel-on-graph methods at relational node classification tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CiteSeer (0.5%)DCNNAccuracy53.1Unverified
CiteSeer (1%)DCNNAccuracy62.2Unverified
CiteSeer with Public Split: fixed 20 nodes per classDCNNAccuracy69.4Unverified
Cora (0.5%)DCNNAccuracy59Unverified
Cora (1%)DCNNAccuracy66.4Unverified
Cora (3%)DCNNAccuracy76.7Unverified
Cora with Public Split: fixed 20 nodes per classDCNNAccuracy79.7Unverified
PubMed (0.03%)DCNNAccuracy60.9Unverified
PubMed (0.05%)DCNNAccuracy66.7Unverified
PubMed (0.1%)DCNNAccuracy73.1Unverified
PubMed with Public Split: fixed 20 nodes per classDCNNAccuracy76.8Unverified

Reproductions