paper-with-me

홈 › Papers

More Interpretable Graph Similarity Computation via Maximum Common Subgraph Inference

2022-08-09 · Zixun Lan, Binjie Hong, Ye Ma, Fei Ma

Graph similarity measurement, which computes the distance/similarity between two graphs, arises in various graph-related tasks. Recent learning-based methods lack interpretability, as they directly transform interaction information between two graphs into one hidden vector and then map it to similarity. To cope with this problem, this study proposes a more interpretable end-to-end paradigm for graph similarity learning, named Similarity Computation via Maximum Common Subgraph Inference (INFMCS). Our critical insight into INFMCS is the strong correlation between similarity score and Maximum Common Subgraph (MCS). We implicitly infer MCS to obtain the normalized MCS size, with the supervision information being only the similarity score during training. To capture more global information, we also stack some vanilla transformer encoder layers with graph convolution layers and propose a novel permutation-invariant node Positional Encoding. The entire model is quite simple yet effective. Comprehensive experiments demonstrate that INFMCS consistently outperforms state-of-the-art baselines for graph-graph classification and regression tasks. Ablation experiments verify the effectiveness of the proposed computation paradigm and other components. Also, visualization and statistics of results reveal the interpretability of INFMCS.

📄 PDF Abstract BibTeX arXiv:2208.04580

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Similarity

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Non-metric Similarity Graphs for Maximum Inner Product Search

2018-12-01 · NeurIPS 2018 12 · Stanislav Morozov, Artem Babenko

In this paper we address the problem of Maximum Inner Product Search (MIPS) that is currently the computational bottleneck in a large number of machine learning applications. While being similar to the nearest neighbor …

Fast and Interpretable 2D Homography Decomposition: Similarity-Kernel-Similarity and Affine-Core-Affine Transformations

2024-02-28 · Shen Cai, Zhanhao Wu, Lingxi Guo, Jiachun Wang 외

In this paper, we present two fast and interpretable decomposition methods for 2D homography, which are named Similarity-Kernel-Similarity (SKS) and Affine-Core-Affine (ACA) transformations respectively. Under the minima…

Computational Efficiency

Learning-based Efficient Graph Similarity Computation via Multi-Scale Convolutional Set Matching

2018-09-10 · Yunsheng Bai, Hao Ding, Yizhou Sun, Wei Wang

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 …

ClusteringCombinatorial OptimizationGraph ClassificationGraph Clustering+3

Graph2Region: Efficient Graph Similarity Learning with Structure and Scale Restoration

2025-10-01 · Zhouyang Liu, Yixin Chen, Ning Liu, Jiezhong He 외 arxiv

Graph similarity is critical in graph-related tasks such as graph retrieval, where metrics like maximum common subgraph (MCS) and graph edit distance (GED) are commonly used. However, exact computations of these metrics …

Graph SimilarityGraph Embedding

SimGNN: A Neural Network Approach to Fast Graph Similarity Computation

2018-08-16 · WSDM '19 Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining 2019 2 · Yunsheng Bai, Hao Ding, Song Bian, Ting Chen 외

Graph similarity search is among the most important graph-based applications, e.g. finding the chemical compounds that are most similar to a query compound. Graph similarity computation, such as Graph Edit Distance (GED)…

Graph ClassificationGraph Neural NetworkGraph Similarity