Towards Unsupervised Training of Matching-Based Graph Edit Distance Solver via Preference-Aware GAN

Abstract

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.

Cite

Text

Huang et al. "Towards Unsupervised Training of Matching-Based Graph Edit Distance Solver via Preference-Aware GAN." Advances in Neural Information Processing Systems, 2025.

Markdown

[Huang et al. "Towards Unsupervised Training of Matching-Based Graph Edit Distance Solver via Preference-Aware GAN." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/huang2025neurips-unsupervised/)

BibTeX

@inproceedings{huang2025neurips-unsupervised,
  title     = {{Towards Unsupervised Training of Matching-Based Graph Edit Distance Solver via Preference-Aware GAN}},
  author    = {Huang, Wei and Wang, Hanchen and Wen, Dong and Ma, Shaozhen and Zhang, Wenjie and Lin, Xuemin},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2025},
  url       = {https://mlanthology.org/neurips/2025/huang2025neurips-unsupervised/}
}