paper-with-me

홈 › Papers

CoSimGNN: Towards Large-scale Graph Similarity Computation

2020-05-14 · Haoyan Xu, Runjian Chen, Yueyang Wang, Ziheng Duan, Jie Feng

The ability to compute similarity scores between graphs based on metrics such as Graph Edit Distance (GED) is important in many real-world applications. Computing exact GED values is typically an NP-hard problem and traditional algorithms usually achieve an unsatisfactory trade-off between accuracy and efficiency. Recently, Graph Neural Networks (GNNs) provide a data-driven solution for this task, which is more efficient while maintaining prediction accuracy in small graph (around 10 nodes per graph) similarity computation. Existing GNN-based methods, which either respectively embeds two graphs (lack of low-level cross-graph interactions) or deploy cross-graph interactions for whole graph pairs (redundant and time-consuming), are still not able to achieve competitive results when the number of nodes in graphs increases. In this paper, we focus on similarity computation for large-scale graphs and propose the "embedding-coarsening-matching" framework CoSimGNN, which first embeds and coarsens large graphs with adaptive pooling operation and then deploys fine-grained interactions on the coarsened graphs for final similarity scores. Furthermore, we create several synthetic datasets which provide new benchmarks for graph similarity computation. Detailed experiments on both synthetic and real-world datasets have been conducted and CoSimGNN achieves the best performance while the inference time is at most 1/3 of that of previous state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2005.07115

Code (0)

등록된 구현이 없습니다.

Tasks

3D Action RecognitionAction RecognitionGraph Similarity

Similar Papers 제목 키워드 기반

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

Efficient Computation of Mean Truncated Hitting Times on Very Large Graphs

2013-04-16 · Joel Lang, James Henderson

Previous work has shown the effectiveness of random walk hitting times as a measure of dissimilarity in a variety of graph-based learning problems such as collaborative filtering, query suggestion or finding paraphrases.…

Collaborative Filtering

Divide-and-conquer based Large-Scale Spectral Clustering

2021-04-30 · Hongmin Li, Xiucai Ye, Akira Imakura, Tetsuya Sakurai

Spectral clustering is one of the most popular clustering methods. However, how to balance the efficiency and effectiveness of the large-scale spectral clustering with limited computing resources has not been properly so…

ClusteringImage/Document Clustering

Neural Network Graph Similarity Computation Based on Graph Fusion

2025-02-25 · Zenghui Chang, Yiqiao Zhang, Hong Cai Chen

Graph similarity learning, crucial for tasks such as graph classification and similarity search, focuses on measuring the similarity between two graph-structured entities. The core challenge in this field is effectively …

Graph ClassificationGraph Similarity