paper-with-me

홈 › Papers

Maximum Common Subgraph Guided Graph Retrieval: Late and Early Interaction Networks

2022-10-20 · Indradyumna Roy, Soumen Chakrabarti, Abir De

The graph retrieval problem is to search in a large corpus of graphs for ones that are most similar to a query graph. A common consideration for scoring similarity is the maximum common subgraph (MCS) between the query and corpus graphs, usually counting the number of common edges (i.e., MCES). In some applications, it is also desirable that the common subgraph be connected, i.e., the maximum common connected subgraph (MCCS). Finding exact MCES and MCCS is intractable, but may be unnecessary if ranking corpus graphs by relevance is the goal. We design fast and trainable neural functions that approximate MCES and MCCS well. Late interaction methods compute dense representations for the query and corpus graph separately, and compare these representations using simple similarity functions at the last stage, leading to highly scalable systems. Early interaction methods combine information from both graphs right from the input stages, are usually considerably more accurate, but slower. We propose both late and early interaction neural MCES and MCCS formulations. They are both based on a continuous relaxation of a node alignment matrix between query and corpus nodes. For MCCS, we propose a novel differentiable network for estimating the size of the largest connected common subgraph. Extensive experiments with seven data sets show that our proposals are superior among late interaction models in terms of both accuracy and speed. Our early interaction models provide accuracy competitive with the state of the art, at substantially greater speeds.

📄 PDF Abstract BibTeX arXiv:2210.11020

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Neural Maximum Common Subgraph Detection with Guided Subgraph Extraction

2019-09-25 · Yunsheng Bai, Derek Xu, Ken Gu, Xueqing Wu 외

Maximum Common Subgraph (MCS) is defined as the largest subgraph that is commonly present in both graphs of a graph pair. Exact MCS detection is NP-hard, and its state-of-the-art exact solver based on heuristic search is…

Heuristic Search

A Learning based Branch and Bound for Maximum Common Subgraph Problems

2019-05-15 · Yan-li Liu, Chu-min Li, Hua Jiang, Kun He

Branch-and-bound (BnB) algorithms are widely used to solve combinatorial problems, and the performance crucially depends on its branching heuristic.In this work, we consider a typical problem of maximum common subgraph (…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Neural Graduated Assignment for Maximum Common Edge Subgraphs

2025-05-18 · Chaolong Ying, Yingqi Ruan, Xuemin Chen, Yaomin Wang 외

The Maximum Common Edge Subgraph (MCES) problem is a crucial challenge with significant implications in domains such as biology and chemistry. Traditional approaches, which include transformations into max-clique and sea…

Graph Similarity

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 …

Graph ClassificationGraph Similarity

Align-GRAG: Reasoning-Guided Dual Alignment for Graph Retrieval-Augmented Generation

2025-05-22 · Derong Xu, Pengyue Jia, Xiaopeng Li, Yingyi Zhang 외

Large language models (LLMs) have demonstrated remarkable capabilities, but still struggle with issues like hallucinations and outdated information. Retrieval-augmented generation (RAG) addresses these issues by groundin…

Common Sense ReasoningInformation RetrievalRAGRetrieval+1