arXiv:2506.01977cs.LGcs.AI2025-06NeurIPS被引 3

无需真实匹配标签,用生成对抗网络实现图编辑距离的无监督求解

Towards Unsupervised Training of Matching-based Graph Edit Distance Solver via Preference-aware GAN

  • 基于匹配的图编辑距离求解器配合偏好感知判别器
  • 在无真实标签情况下逼近最优解,性能接近有监督方法
  • 适合缺乏标注数据的图相似性计算场景

图编辑距离(GED)是衡量图相似性的基础指标,但其计算属于NP难问题。近期先进方法将GED建模为二分图匹配问题,利用生成扩散模型预测两图节点匹配,再通过传统算法提取编辑路径和距离。然而这类方法高度依赖真实标注的节点匹配,而真实匹配在实际中获取成本高昂。本文提出GEDRanker,一种全新的无监督GAN框架用于计算GED。该框架包含基于匹配的GED求解器与可解释的偏好感知判别器,通过编辑路径长度产生的偏好信号引导匹配生成,无需真实标签即可优化匹配质量。在基准数据集上的大量实验表明,该方法使基于匹配的GED求解器在无监督条件下达到近最优解性能。

原文摘要 · Abstract (English)

Graph Edit Distance (GED) is a fundamental graph similarity metric widely used in various applications. However, computing GED is an NP-hard problem. Recent state-of-the-art hybrid GED solver has shown promising performance by formulating GED as a bipartite graph matching problem, then leveraging a generative diffusion model to predict node matching between two graphs, from which both the GED and its corresponding edit path can be extracted using a traditional algorithm. However, such methods typically rely heavily on ground-truth supervision, where the ground-truth node matchings are often costly to obtain in real-world scenarios. In this paper, we propose GEDRanker, a novel unsupervised GAN-based framework for GED computation. Specifically, GEDRanker consists of a matching-based GED solver and introduces an interpretable preference-aware discriminator. By leveraging preference signals over different node matchings derived from edit path lengths, the discriminator can guide the matching-based solver toward generating high-quality node matching without the need for ground-truth supervision. Extensive experiments on benchmark datasets demonstrate that our GEDRanker enables the matching-based GED solver to achieve near-optimal solution quality without any ground-truth supervision.

图编辑距离无监督学习生成对抗网络图匹配

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