Diffusion-Convolutional Neural Networks
James Atwood, Don Towsley

TL;DR
Diffusion-Convolutional Neural Networks (DCNNs) introduce a diffusion-based operation for graph data, enabling effective node classification with invariant representations and efficient GPU implementation, outperforming existing relational models.
Contribution
The paper proposes a novel diffusion-convolution operation for graph neural networks, providing a new way to learn invariant representations for graph-structured data.
Findings
DCNNs outperform probabilistic relational models in node classification.
DCNNs are efficiently implementable on GPUs using tensor operations.
The model provides invariant representations under graph isomorphism.
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Traffic Prediction and Management Techniques · Brain Tumor Detection and Classification
MethodsDiffusion-Convolutional Neural Networks
