English

Efficient random graph matching via degree profiles

Machine Learning 2020-07-21 v2 Data Structures and Algorithms Information Theory Machine Learning math.IT Statistics Theory Statistics Theory

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 Erd\H{o}s-R\'{e}nyi graphs G(n,dn)G(n,\frac{d}{n}). 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~(nd2+n2)\tilde{O}(n d^2+n^2)-time algorithm which perfectly recovers the true vertex correspondence with high probability, provided that the average degree is at least d=Ω(log2n)d = \Omega(\log^2 n) and the two graphs differ by at most δ=O(log2(n))\delta = O( \log^{-2}(n) ) fraction of edges. For dense graphs and sparse graphs, this can be improved to δ=O(log2/3(n))\delta = O( \log^{-2/3}(n) ) and δ=O(log2(d))\delta = O( \log^{-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)\delta=O(1) and no(1)dncn^{o(1)} \leq d \leq n^c for some constant cc with an nO(logn)n^{O(\log n)}-time algorithm \cite{barak2018nearly} and δ=O~((d/n)4)\delta=\tilde O((d/n)^4) and d=Ω~(n4/5)d = \tilde{\Omega}(n^{4/5}) with a polynomial-time algorithm \cite{dai2018performance}.

Keywords

Cite

@article{arxiv.1811.07821,
  title  = {Efficient random graph matching via degree profiles},
  author = {Jian Ding and Zongming Ma and Yihong Wu and Jiaming Xu},
  journal= {arXiv preprint arXiv:1811.07821},
  year   = {2020}
}

Comments

Proof of Theorem 4 expanded and revised

R2 v1 2026-06-23T05:20:51.658Z