arXiv:2508.20597cs.LG2025-08被引 1

通过局部虚拟节点缓解图神经网络过挤压问题

Local Virtual Nodes for Alleviating Over-Squashing in Graph Neural Networks

  • 在节点中心性高的区域插入可训练的虚拟节点,增强局部连通性
  • 在多个基准数据集上提升图分类与节点分类性能
  • 不改变全局结构,适合对拓扑敏感的任务

图神经网络在处理长距离依赖任务时面临过挤压问题:信息从广阔邻域汇聚并压缩到固定大小的节点表示中,导致消息传递出现瓶颈。现有方法如图重布线或添加虚拟节点虽能缓解问题,但会破坏原始图结构中的领域知识。本文提出局部虚拟节点(LVN),其位置由节点中心性决定,集中于潜在瓶颈区域;可训练的虚拟节点嵌入在选定的核心区域间共享,促进远距离节点通信,无需增加层数。大量实验表明,该方法显著提升了结构连通性,并在多个基准数据集上改善了图分类与节点分类性能。

原文摘要 · Abstract (English)

Over-squashing is a challenge in training graph neural networks for tasks involving long-range dependencies. In such tasks, a GNN's receptive field should be large enough to enable communication between distant nodes. However, gathering information from a wide range of neighborhoods and squashing its content into fixed-size node representations makes message-passing vulnerable to bottlenecks. Graph rewiring and adding virtual nodes are commonly studied remedies that create additional pathways around bottlenecks to mitigate over-squashing. However, these techniques alter the input graph's global topology and disrupt the domain knowledge encoded in the original graph structure, both of which could be essential to specific tasks and domains. This study presents Local Virtual Nodes (LVN) with trainable embeddings to alleviate the effects of over-squashing without significantly corrupting the global structure of the input graph. The position of the LVNs is determined by the node centrality, which indicates the existence of potential bottlenecks. Thus, the proposed approach aims to improve the connectivity in the regions with likely bottlenecks. Furthermore, trainable LVN embeddings shared across selected central regions facilitate communication between distant nodes without adding more layers. Extensive experiments on benchmark datasets demonstrate that LVNs can enhance structural connectivity and significantly improve performance on graph and node classification tasks. The code can be found at https://github.com/ALLab-Boun/LVN/}{https://github.com/ALLab-Boun/LVN/.

图神经网络过挤压虚拟节点连通性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。