Learning-based Efficient Graph Similarity Computation via Multi-Scale Convolutional Set Matching
Yunsheng Bai, Hao Ding, Yizhou Sun, Wei Wang

TL;DR
This paper introduces GraphSim, a neural network model that directly matches sets of node embeddings for more accurate graph similarity computation, outperforming existing methods on multiple datasets.
Contribution
It proposes a novel set-matching approach for graph similarity, overcoming limitations of fixed-dimensional graph embeddings used in prior neural methods.
Findings
Achieves state-of-the-art performance on four real-world datasets
Outperforms existing methods in six out of eight evaluation settings
Effectively captures fine-grained differences between graphs
Abstract
Graph similarity computation is one of the core operations in many graph-based applications, such as graph similarity search, graph database analysis, graph clustering, etc. Since computing the exact distance/similarity between two graphs is typically NP-hard, a series of approximate methods have been proposed with a trade-off between accuracy and speed. Recently, several data-driven approaches based on neural networks have been proposed, most of which model the graph-graph similarity as the inner product of their graph-level representations, with different techniques proposed for generating one embedding per graph. However, using one fixed-dimensional embedding per graph may fail to fully capture graphs in varying sizes and link structures, a limitation that is especially problematic for the task of graph similarity computation, where the goal is to find the fine-grained difference…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Complexity and Algorithms in Graphs
