Seeded graph matching

作者:

Highlights:

摘要

Given two graphs, the graph matching problem is to align the two vertex sets so as to minimize the number of adjacency disagreements between the two graphs. The seeded graph matching problem is the graph matching problem when we are first given a partial alignment that we are tasked with completing. In this article, we modify the state-of-the-art approximate graph matching algorithm “FAQ” of Vogelstein et al. (2015) to make it a fast approximate seeded graph matching algorithm, adapt its applicability to include graphs with differently sized vertex sets, and extend the algorithm so as to provide, for each individual vertex, a nomination list of likely matches. We demonstrate the effectiveness of our algorithm via simulation and real data experiments; indeed, knowledge of even a few seeds can be extremely effective when our seeded graph matching algorithm is used to recover a naturally existing alignment that is only partially observed.

论文关键词:Hungarian algorithm,Quadratic assignment problem (QAP),Vertex alignment

论文评审过程:Received 25 August 2017, Revised 10 July 2018, Accepted 30 September 2018, Available online 10 October 2018, Version of Record 23 October 2018.

论文官网地址:https://doi.org/10.1016/j.patcog.2018.09.014