BriefGPT.xyz
Feb, 2024
无需GNN的图节点分类
Classifying Nodes in Graphs without GNNs
HTML
PDF
Daniel Winter, Niv Cohen, Yedid Hoshen
TL;DR
不需要训练或测试过程中使用图神经网络的全新节点分类方法,通过平滑性约束、伪标记迭代和邻域标签直方图的三个关键组成部分,可以在标准流行基准测试中达到业界最先进的准确性,如引文和共购买网络。
Abstract
graph neural networks
(GNNs) are the dominant paradigm for classifying nodes in a graph, but they have several undesirable attributes stemming from their message passing architecture. Recently,
distillation methods
→