Towards Accurate Subgraph Similarity Computation via Neural Graph Pruning
Linfeng Liu, Xu Han, Dawei Zhou, Li-Ping Liu

TL;DR
This paper introduces a neural network-based approach for subgraph similarity search that incorporates graph pruning through a differentiable node relabeling process, achieving state-of-the-art results.
Contribution
It presents a novel neural model that integrates pruning into subgraph similarity computation by converting pruning to a differentiable problem, enabling end-to-end training.
Findings
Achieves state-of-the-art results on seven benchmark datasets.
Effectively prunes target graphs for subgraph edit distance calculation.
Demonstrates the importance of pruning in neural subgraph similarity methods.
Abstract
Subgraph similarity search, one of the core problems in graph search, concerns whether a target graph approximately contains a query graph. The problem is recently touched by neural methods. However, current neural methods do not consider pruning the target graph, though pruning is critically important in traditional calculations of subgraph similarities. One obstacle to applying pruning in neural methods is {the discrete property of pruning}. In this work, we convert graph pruning to a problem of node relabeling and then relax it to a differentiable problem. Based on this idea, we further design a novel neural network to approximate a type of subgraph distance: the subgraph edit distance (SED). {In particular, we construct the pruning component using a neural structure, and the entire model can be optimized end-to-end.} In the design of the model, we propose an attention mechanism to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Topic Modeling
MethodsPruning
