paper-with-me

홈 › Papers

Flexible Graph Similarity Computation With A Proactive Optimization Strategy

2025-04-09 · Zhouyang Liu, Ning Liu, Yixin Chen, Jiezhong He, Dongsheng Li

Graph Edit Distance (GED) offers a principled and flexible measure of graph similarity, as it quantifies the minimum cost needed to transform one graph into another with customizable edit operation costs. Despite recent learning-based efforts to approximate GED via vector space representations, existing methods struggle with adapting to varying operation costs. Furthermore, they suffer from inefficient, reactive mapping refinements due to reliance on isolated node-level distance as guidance. To address these issues, we propose GEN, a novel learning-based approach for flexible GED approximation. GEN addresses the varying costs adaptation by integrating operation costs prior to match establishment, enabling mappings to dynamically adapt to cost variations. Furthermore, GEN introduces a proactive guidance optimization strategy that captures graph-level dependencies between matches, allowing informed matching decisions in a single step without costly iterative refinements. Extensive evaluations on real-world and synthetic datasets demonstrate that GEN achieves up to 37.8% reduction in GED approximation error and 72.7% reduction in inference time compared with state-of-the-art methods, while consistently maintaining robustness under diverse cost settings and graph sizes.

📄 PDF Abstract BibTeX arXiv:2504.06533

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Similarity

Similar Papers 제목 키워드 기반

User-friendly Comparison of Similarity Algorithms on Wikidata

2021-08-11 · Filip Ilievski, Pedro Szekely, Gleb Satyukov, Amandeep Singh

While the similarity between two concept words has been evaluated and studied for decades, much less attention has been devoted to algorithms that can compute the similarity of nodes in very large knowledge graphs, like …

Entity LinkingKnowledge Graphs

Proactive Depot Discovery: A Generative Framework for Flexible Location-Routing

2025-02-17 · Site Qu, Guoqiang Hu

The Location-Routing Problem (LRP), which combines the challenges of facility (depot) locating and vehicle route planning, is critically constrained by the reliance on predefined depot candidates, limiting the solution s…

SPA-GCN: Efficient and Flexible GCN Accelerator with an Application for Graph Similarity Computation

2021-11-10 · Atefeh Sohrabizadeh, Yuze Chi, Jason Cong

While there have been many studies on hardware acceleration for deep learning on images, there has been a rather limited focus on accelerating deep learning applications involving graphs. The unique characteristics of gr…

CPUDeep LearningGPUGraph Matching+2

Similarity Search on Computational Notebooks

2022-01-30 · Misato Horiuchi, Yuya Sasaki, Chuan Xiao, Makoto Onizuka

Computational notebook software such as Jupyter Notebook is popular for data science tasks. Numerous computational notebooks are available on the Web and reusable; however, searching for computational notebooks manually …

Generalised Spherical Text Embedding

2022-11-30 · Souvik Banerjee, Bamdev Mishra, Pratik Jawanpuria, Manish Shrivastava

This paper aims to provide an unsupervised modelling approach that allows for a more flexible representation of text embeddings. It jointly encodes the words and the paragraphs as individual matrices of arbitrary column …

ClusteringDocument ClassificationSemantic Textual Similarity