BriefGPT.xyz
May, 2019
强大的图神经网络是否必要?对图分类的解剖
Dissecting Graph Neural Networks on Graph Classification
HTML
PDF
Ting Chen, Song Bian, Yizhou Sun
TL;DR
通过对图神经网络的线性化,本文将其拆成了基于图滤波和基于集合函数的两个部分,并发现在图滤波时采用线性结构,而在集合函数时采用非线性结构,得到了同样好的结果,从而提出了更简单且高效的建模方案。
Abstract
graph neural nets
(GNNs) have received increasing attentions, partially due to their superior performance in many node and
graph classification
tasks. However, there is a lack of understanding on what they are le
→