IEEE Trans Pattern Anal Mach Intell. 2023 Mar;45(3):2751-2768. doi: 10.1109/TPAMI.2022.3183143. Epub 2023 Feb 3.
Graph Convolutional Networks (GCNs), as a prominent example of graph neural networks, are receiving extensive attention for their powerful capability in learning node representations on graphs. There are various extensions, either in sampling and/or node feature aggregation, to further improve GCNs' performance, scalability and applicability in various domains. Still, there is room for further improvements on learning efficiency because performing batch gradient descent using the full dataset for every training iteration, as unavoidable for training (vanilla) GCNs, is not a viable option for large graphs. The good potential of random features in speeding up the training phase in large-scale problems motivates us to consider carefully whether GCNs with random weights are feasible. To investigate theoretically and empirically this issue, we propose a novel model termed Graph Convolutional Networks with Random Weights (GCN-RW) by revising the convolutional layer with random filters and simultaneously adjusting the learning objective with regularized least squares loss. Theoretical analyses on the model's approximation upper bound, structure complexity, stability and generalization, are provided with rigorous mathematical proofs. The effectiveness and efficiency of GCN-RW are verified on semi-supervised node classification task with several benchmark datasets. Experimental results demonstrate that, in comparison with some state-of-the-art approaches, GCN-RW can achieve better or matched accuracies with less training time cost.
图卷积网络(GCNs)作为图神经网络的一个重要范例,因其在图上学习节点表示的强大能力而受到广泛关注。为了进一步提高 GCNs 在各个领域的性能、可扩展性和适用性,出现了各种扩展,无论是在采样和/或节点特征聚合方面。但是,学习效率还有进一步提高的空间,因为对于训练(原始)GCNs 来说,使用全数据集进行每轮训练迭代的批量梯度下降是不可行的,对于大图来说更是如此。随机特征在加速大规模问题训练阶段的巨大潜力促使我们仔细考虑是否可以使用具有随机权重的 GCNs。为了从理论和经验上研究这个问题,我们提出了一种名为具有随机权重的图卷积网络(GCN-RW)的新模型,通过使用随机滤波器修正卷积层,并同时使用正则化最小二乘损失来调整学习目标。我们提供了模型的逼近上界、结构复杂度、稳定性和泛化性的理论分析,并进行了严格的数学证明。我们在几个基准数据集上的半监督节点分类任务中验证了 GCN-RW 的有效性和效率。实验结果表明,与一些最先进的方法相比,GCN-RW 可以在更少的训练时间成本下实现更好或相当的准确性。