Efficient random graph matching via degree profiles

Abstract

Random graph matching refers to recovering the underlying vertex correspondence between two random graphs with correlated edges; a prominent example is when the two random graphs are given by Erdos-R\'enyi graphs G(n,dn). This can be viewed as an average-case and noisy version of the graph isomorphism problem. Under this model, the maximum likelihood estimator is equivalent to solving the intractable quadratic assignment problem. This work develops an O(n d2+n2)-time algorithm which perfectly recovers the true vertex correspondence with high probability, provided that the average degree is at least d = (2 n) and the two graphs differ by at most δ = O( -2(n) ) fraction of edges. For dense graphs and sparse graphs, this can be improved to δ = O( -2/3(n) ) and δ = O( -2(d) ) respectively, both in polynomial time. The methodology is based on appropriately chosen distance statistics of the degree profiles (empirical distribution of the degrees of neighbors). Before this work, the best known result achieves δ=O(1) and no(1) ≤ d ≤ nc for some constant c with an nO( n)-time algorithm barak2018nearly and δ= O((d/n)4) and d = (n4/5) with a polynomial-time algorithm dai2018performance.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…