BriefGPT.xyz
Oct, 2019
扩散改善图学习
Diffusion Improves Graph Learning
HTML
PDF
Johannes Klicpera, Stefan Weißenberger, Stephan Günnemann
TL;DR
本文提出了一种名为GDC的基于图扩散的图卷积方法,与传统的基于直接邻接节点的图卷积方法相比,它可以处理真实图中任意定义边界带来的噪点问题,并在各种图神经网络和其他基于图的算法中取得了显著的性能提升,同时不需要改变原算法的计算复杂度。
Abstract
graph convolution
is the core of most
graph neural networks
(GNNs) and usually approximated by message passing between direct (one-hop) neighbors. In this work, we remove the restriction of using only the direct
→