BriefGPT.xyz
Jul, 2024
TinyGraph: 图神经网络的特征和节点聚合
TinyGraph: Joint Feature and Node Condensation for Graph Neural Networks
HTML
PDF
Yezi Liu, Yanning Shen
TL;DR
用TinyGraph框架在大规模图上同时压缩特征和节点,通过匹配梯度实现特征压缩并保留关键信息,在减少节点和特征数量的同时仍能保持原始测试准确率的大部分。
Abstract
Training
graph neural networks
(GNNs) on large-scale graphs can be challenging due to the high computational expense caused by the massive number of nodes and high-dimensional nodal features. Existing
graph condensation
→