BriefGPT.xyz
Dec, 2020
深度图神经网络与浅层子图采样器
Deep Graph Neural Networks with Shallow Subgraph Samplers
HTML
PDF
Hanqing Zeng, Muhan Zhang, Yinglong Xia, Ajitesh Srivastava, Rajgopal Kannan...
TL;DR
本研究提出了一种“深GNN,浅采样器”设计规则,通过利用深层次的GNN在一个浅层、局部的子图内传递信息,避免了在全局范围内过度平滑和邻域爆炸的问题,从而提高了GNN的准确性和效率。通过采用各种子图采样算法和神经架构扩展,研究人员在最大的公共图形数据集上取得了最先进的准确性,同时大幅减少了硬件成本。
Abstract
While
graph neural networks
(GNNs) are powerful models for learning
representations
on graphs, most state-of-the-art models do not have significant accuracy gain beyond two to three layers. Deep GNNs fundamentall
→