paper-with-me

Papers

SEGMN: A Structure-Enhanced Graph Matching Network for Graph Similarity Learning

2024-11-06 · Wenjun Wang, Jiacheng Lu, KeJia Chen, Zheng Liu, Shilong Sang

Graph similarity computation (GSC) aims to quantify the similarity score between two graphs. Although recent GSC methods based on graph neural networks (GNNs) take advantage of intra-graph structures in message passing, few of them fully utilize the structures presented by edges to boost the representation of their connected nodes. Moreover, previous cross-graph node embedding matching lacks the perception of the overall structure of the graph pair, due to the fact that the node representations from GNNs are confined to the intra-graph structure, causing the unreasonable similarity score. Intuitively, the cross-graph structure represented in the assignment graph is helpful to rectify the inappropriate matching. Therefore, we propose a structure-enhanced graph matching network (SEGMN). Equipped with a dual embedding learning module and a structure perception matching module, SEGMN achieves structure enhancement in both embedding learning and cross-graph matching. The dual embedding learning module incorporates adjacent edge representation into each node to achieve a structure-enhanced representation. The structure perception matching module achieves cross-graph structure enhancement through assignment graph convolution. The similarity score of each cross-graph node pair can be rectified by aggregating messages from structurally relevant node pairs. Experimental results on benchmark datasets demonstrate that SEGMN outperforms the state-of-the-art GSC methods in the GED regression task, and the structure perception matching module is plug-and-play, which can further improve the performance of the baselines by up to 25%.

📄 PDF Abstract BibTeX arXiv:2411.03624

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingGraph Similarity

Similar Papers 제목 키워드 기반

M3C: A Framework towards Convergent, Flexible, and Unsupervised Learning of Mixture Graph Matching and Clustering

2023-10-27 · Jiaxin Lu, Zetian Jiang, Tianzhe Wang, Junchi Yan

Existing graph matching methods typically assume that there are similar structures between graphs and they are matchable. However, these assumptions do not align with real-world applications. This work addresses a more r…

ClusteringGraph MatchingPseudo Label

Robust Graph Matching through Semantic Relationship Generation for SLAM

2026-04-28 · David Perez-Saura, Jose Andres Millan-Romera, Miguel Fernandez-Cortizas, Holger Voos 외 arxiv

Graph-based representations such as Scene Graphs enable localization in structured indoor environments by matching a locally observed graph, constructed from sensor data, to a prior map. This process is particularly chal…

Computational EfficiencyGraph Matching

A graph-based analysis of semantic types and coercion in contextualized word embeddings

2026-05-22 · Long Chen, Deniz Ekin Yavas arxiv

Semantic type mismatch between a noun and its context is central to coercion phenomena. This paper introduces a graph-based method to examine how lexical and contextual type information is reflected in word embeddings. W…

StructCoh: Structured Contrastive Learning for Context-Aware Text Semantic Matching

2025-09-02 · Chao Xue, Ziyuan Gao arxiv

Text semantic matching requires nuanced understanding of both structural relationships and fine-grained semantic distinctions. While pre-trained language models excel at capturing token-level interactions, they often ove…

Contrastive LearningDependency Parsing

CausalRAG2: Hierarchical Causal Knowledge Graph Design for RAG

2026-02-04 · Nengbo Wang, Tuo Liang, Vikash Singh, Chaoda Song 외 arxiv

Retrieval augmented generation (RAG) has enhanced large language models by enabling access to external knowledge, with graph-based RAG emerging as a powerful paradigm for structured retrieval and reasoning. However, exis…

Knowledge Graphs