arXiv:2411.03624cs.LGcs.IR2024-11被引 4

提出SEGMN模型,通过结构感知提升图相似度计算精度

SEGMN: A Structure-Enhanced Graph Matching Network for Graph Similarity Learning

  • 双模块设计:节点嵌入融合边结构,匹配阶段用赋值图卷积增强全局结构感知
  • 在图编辑距离回归任务中优于现有方法,基线模型性能提升最高达25%
  • 结构感知模块可插拔,适用于多种图相似度计算框架

图相似度计算(GSC)旨在量化两个图之间的相似性。尽管基于图神经网络(GNN)的最新方法利用消息传递中的图内结构,但很少充分利用边所呈现的结构来增强连接节点的表示。此外,先前的跨图节点嵌入匹配缺乏对图对整体结构的感知,因为GNN生成的节点表示受限于图内结构,导致相似度评分不合理。直观上,赋值图中表示的跨图结构有助于修正不合理的匹配。因此,我们提出结构增强的图匹配网络(SEGMN)。SEGMN配备双重嵌入学习模块和结构感知匹配模块,在嵌入学习和跨图匹配中实现结构增强。双重嵌入学习模块将邻接边表示融入每个节点,以获得结构增强的表示;结构感知匹配模块通过赋值图卷积实现跨图结构增强,每个跨图节点对的相似度可通过聚合结构相关节点对的消息进行修正。在基准数据集上的实验表明,SEGMN在图编辑距离回归任务中优于最先进的GSC方法,且结构感知匹配模块可插拔,能将基线性能提升最高达25%。

原文摘要 · Abstract (English)

Graph similarity computation (GSC) aims to quantify the similarity score between two graphs. Although recent GSC methods based on graph neural networks (GNNs) take advantage of intra-graph structures in message passing, few of them fully utilize the structures presented by edges to boost the representation of their connected nodes. Moreover, previous cross-graph node embedding matching lacks the perception of the overall structure of the graph pair, due to the fact that the node representations from GNNs are confined to the intra-graph structure, causing the unreasonable similarity score. Intuitively, the cross-graph structure represented in the assignment graph is helpful to rectify the inappropriate matching. Therefore, we propose a structure-enhanced graph matching network (SEGMN). Equipped with a dual embedding learning module and a structure perception matching module, SEGMN achieves structure enhancement in both embedding learning and cross-graph matching. The dual embedding learning module incorporates adjacent edge representation into each node to achieve a structure-enhanced representation. The structure perception matching module achieves cross-graph structure enhancement through assignment graph convolution. The similarity score of each cross-graph node pair can be rectified by aggregating messages from structurally relevant node pairs. Experimental results on benchmark datasets demonstrate that SEGMN outperforms the state-of-the-art GSC methods in the GED regression task, and the structure perception matching module is plug-and-play, which can further improve the performance of the baselines by up to 25%.

图神经网络图相似度结构感知

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