MLLGPROct 30, 2020

Sharp threshold for alignment of graph databases with Gaussian weights

arXiv:2010.16295v325 citations
Originality Highly original
AI Analysis

This establishes the information-theoretic limits for graph alignment, showing reconstruction is not harder than detection, which is foundational for database matching and network analysis.

The paper tackles the problem of exact recovery in weighted graph database alignment with Gaussian edge weights, proving a sharp threshold: if nρ² ≥ (4+ε) log n + ω(1), exact recovery is possible with high probability using the MAP estimator, while if nρ² ≤ 4 log n - log log n - ω(1), it is impossible with high probability.

We study the fundamental limits for reconstruction in weighted graph (or matrix) database alignment. We consider a model of two graphs where $π^*$ is a planted uniform permutation and all pairs of edge weights $(A_{i,j}, B_{π^*(i),π^*(j)})_{1 \leq i<j \leq n}$ are i.i.d. pairs of Gaussian variables with zero mean, unit variance and correlation parameter $ρ\in [0,1]$. We prove that there is a sharp threshold for exact recovery of $π^*$: if $n ρ^2 \geq (4+ε) \log n + ω(1)$ for some $ε>0$, there is an estimator $\hatπ$ -- namely the MAP estimator -- based on the observation of databases $A,B$ that achieves exact reconstruction with high probability. Conversely, if $n ρ^2 \leq 4 \log n - \log \log n - ω(1)$, then any estimator $\hatπ$ verifies $\hatπ=π$ with probability $o(1)$. This result shows that the information-theoretic threshold for exact recovery is the same as the one obtained for detection in a recent work by Wu et al. (2020): in other words, for Gaussian weighted graph alignment, the problem of reconstruction is not more difficult than that of detection. Though the reconstruction task was already well understood for vector-shaped database alignment (that is taking signal of the form $(u_i, v_{π^*(i)})_{1 \leq i\leq n}$ where $(u_i, v_{π^*(i)})$ are i.i.d. pairs in $\mathbb{R}^{d_u} \times \mathbb{R}^{d_v}$), its formulation for graph (or matrix) databases brings a drastically different problem for which the hard phase is conjectured to be wide. The proofs build upon the analysis of the MAP estimator and the second moment method, together with the study of the correlation structure of energies of permutations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes