paper-with-me

홈 › Papers

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 managing the interactions between graphs. Traditional methods often entail separate, redundant computations for each graph pair, leading to unnecessary complexity. This paper revolutionizes the approach by introducing a parallel graph interaction method called graph fusion. By merging the node sequences of graph pairs into a single large graph, our method leverages a global attention mechanism to facilitate interaction computations and to harvest cross-graph insights. We further assess the similarity between graph pairs at two distinct levels-graph-level and node-level-introducing two innovative, yet straightforward, similarity computation algorithms. Extensive testing across five public datasets shows that our model not only outperforms leading baseline models in graph-to-graph classification and regression tasks but also sets a new benchmark for performance and efficiency. The code for this paper is open-source and available at https://github.com/LLiRarry/GFM-code.git

📄 PDF Abstract BibTeX arXiv:2502.18291

Code (1)

llirarry/gfm-code 공식 구현 pytorch

Tasks

Graph ClassificationGraph Similarity

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Slow Learning and Fast Inference: Efficient Graph Similarity Computation via Knowledge Distillation

2021-12-01 · NeurIPS 2021 12 · Can Qin, Handong Zhao, Lichen Wang, Huan Wang 외

Graph Similarity Computation (GSC) is essential to wide-ranging graph applications such as retrieval, plagiarism/anomaly detection, etc. The exact computation of graph similarity, e.g., Graph Edit Distance (GED), is an N…

Anomaly DetectionGraph Neural NetworkGraph SimilarityKnowledge Distillation+2

Research on feature fusion and multimodal patent text based on graph attention network

2025-05-26 · Zhenzhen Song, Ziwei Liu, Hongji Li

Aiming at the problems of cross-modal feature fusion, low efficiency of long text modeling and lack of hierarchical semantic coherence in patent text semantic mining, this study proposes HGM-Net, a deep learning framewor…

Computational EfficiencyGraph AttentionPatent classificationSentence

Convolutional Set Matching for Graph Similarity

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

We introduce GSimCNN (Graph Similarity Computation via Convolutional Neural Networks) for predicting the similarity score between two graphs. As the core operation of graph similarity search, pairwise graph similarity co…

Graph Similarityset matching

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

Generating Local Maps of Science using Deep Bibliographic Coupling

2021-09-21 · Gaëlle Candel, David Naccache

Bibliographic and co-citation coupling are two analytical methods widely used to measure the degree of similarity between scientific papers. These approaches are intuitive, easy to put into practice, and computationally …