Graph Neural Diffusion Networks for Semi-supervised Learning
Wei Ye, Zexi Huang, Yunqi Hong, Ambuj Singh

TL;DR
This paper introduces GND-Nets, a novel graph neural network that combines local and global diffusion with neural networks to improve semi-supervised learning on sparsely-labeled graphs, addressing over-smoothing and under-smoothing issues.
Contribution
The paper proposes GND-Nets, a new graph neural network leveraging neural diffusions to effectively propagate labels in sparse graphs, overcoming limitations of existing GCNs.
Findings
GND-Nets outperform state-of-the-art methods on sparse graph datasets.
Neural diffusions adapt well to different datasets.
GND-Nets are both effective and efficient in semi-supervised learning.
Abstract
Graph Convolutional Networks (GCN) is a pioneering model for graph-based semi-supervised learning. However, GCN does not perform well on sparsely-labeled graphs. Its two-layer version cannot effectively propagate the label information to the whole graph structure (i.e., the under-smoothing problem) while its deep version over-smoothens and is hard to train (i.e., the over-smoothing problem). To solve these two issues, we propose a new graph neural network called GND-Nets (for Graph Neural Diffusion Networks) that exploits the local and global neighborhood information of a vertex in a single layer. Exploiting the shallow network mitigates the over-smoothing problem while exploiting the local and global neighborhood information mitigates the under-smoothing problem. The utilization of the local and global neighborhood information of a vertex is achieved by a new graph diffusion method…
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 · Machine Learning and ELM · Advanced Technologies in Various Fields
MethodsGraph Neural Network · Diffusion · Graph Convolutional Network
