English

Graph Matching with Partially-Correct Seeds

Data Structures and Algorithms 2021-01-06 v2 Discrete Mathematics Machine Learning

Abstract

Graph matching aims to find the latent vertex correspondence between two edge-correlated graphs and has found numerous applications across different fields. In this paper, we study a seeded graph matching problem, which assumes that a set of seeds, i.e., pre-mapped vertex-pairs, is given in advance. While most previous work requires all seeds to be correct, we focus on the setting where the seeds are partially correct. Specifically, consider two correlated graphs whose edges are sampled independently from a parent \ER graph G(n,p)\mathcal{G}(n,p). A mapping between the vertices of the two graphs is provided as seeds, of which an unknown β\beta fraction is correct. We first analyze a simple algorithm that matches vertices based on the number of common seeds in the 11-hop neighborhoods, and then further propose a new algorithm that uses seeds in the 22-hop neighborhoods. We establish non-asymptotic performance guarantees of perfect matching for both 11-hop and 22-hop algorithms, showing that our new 22-hop algorithm requires substantially fewer correct seeds than the 11-hop algorithm when graphs are sparse. Moreover, by combining our new performance guarantees for the 11-hop and 22-hop algorithms, we attain the best-known results (in terms of the required fraction of correct seeds) across the entire range of graph sparsity and significantly improve the previous results in \cite{10.14778/2794367.2794371,lubars2018correcting} when pn5/6p\ge n^{-5/6}. For instance, when pp is a constant or p=n3/4p=n^{-3/4}, we show that only Ω(nlogn)\Omega(\sqrt{n\log n}) correct seeds suffice for perfect matching, while the previously best-known results demand Ω(n)\Omega(n) and Ω(n3/4logn)\Omega(n^{3/4}\log n) correct seeds, respectively. Numerical experiments corroborate our theoretical findings, demonstrating the superiority of our 22-hop algorithm on a variety of synthetic and real graphs.

Keywords

Cite

@article{arxiv.2004.03816,
  title  = {Graph Matching with Partially-Correct Seeds},
  author = {Liren Yu and Jiaming Xu and Xiaojun Lin},
  journal= {arXiv preprint arXiv:2004.03816},
  year   = {2021}
}

Comments

43 pages, 15 figures

R2 v1 2026-06-23T14:43:49.360Z