论文标题
用简单的串联解脱图形卷积
Demystifying Graph Convolution with a Simple Concatenation
论文作者
论文摘要
图卷积(GCONV)是一种广泛使用的技术,已被证明对图形学习应用非常有效,最著名的是节点分类。另一方面,许多基于GCONV的模型并未量化图形拓扑和节点特征对性能的影响,甚至被某些不考虑图形结构或节点属性的模型所超越。我们量化图形拓扑,节点特征和标签之间的信息重叠,以确定图形卷积的表示在节点分类任务中的表示功能。在这项工作中,我们首先使用方差分析确定图形曲折特征的线性可分离性。共同信息用于更好地了解图形拓扑,节点特征和标签之间可能的非线性关系。我们的理论分析表明,一个简单有效的图形操作仅使图形拓扑结合和节点属性始终优于常规的图形卷积,尤其是在异性疾病的情况下。利用合成数据集和现实基准测试的广泛实证研究表明,图串联是图形卷积的简单但更灵活的替代方案。
Graph convolution (GConv) is a widely used technique that has been demonstrated to be extremely effective for graph learning applications, most notably node categorization. On the other hand, many GConv-based models do not quantify the effect of graph topology and node features on performance, and are even surpassed by some models that do not consider graph structure or node properties. We quantify the information overlap between graph topology, node features, and labels in order to determine graph convolution's representation power in the node classification task. In this work, we first determine the linear separability of graph convoluted features using analysis of variance. Mutual information is used to acquire a better understanding of the possible non-linear relationship between graph topology, node features, and labels. Our theoretical analysis demonstrates that a simple and efficient graph operation that concatenates only graph topology and node properties consistently outperforms conventional graph convolution, especially in the heterophily case. Extensive empirical research utilizing a synthetic dataset and real-world benchmarks demonstrates that graph concatenation is a simple but more flexible alternative to graph convolution.