CGSIPRSOC-PHMLJul 29, 2021

Reconstruction of Random Geometric Graphs: Breaking the Omega(r) distortion barrier

arXiv:2107.14323v22 citations
Originality Highly original
AI Analysis

This addresses a fundamental challenge in network analysis and graph embedding, with potential applications in statistical inference and visualization, representing a significant theoretical advance rather than an incremental improvement.

The paper tackles the problem of reconstructing vertex positions in random geometric graphs from adjacency information, achieving a maximum error of O(n^β) with β decreasing as α increases, improving over prior results that could not reduce error below r.

Embedding graphs in a geographical or latent space, i.e.\ inferring locations for vertices in Euclidean space or on a smooth manifold or submanifold, is a common task in network analysis, statistical inference, and graph visualization. We consider the classic model of random geometric graphs where $n$ points are scattered uniformly in a square of area $n$, and two points have an edge between them if and only if their Euclidean distance is less than $r$. The reconstruction problem then consists of inferring the vertex positions, up to the symmetries of the square, given only the adjacency matrix of the resulting graph. We give an algorithm that, if $r=n^α$ for any $α> 0$, with high probability reconstructs the vertex positions with a maximum error of $O(n^β)$ where $β=1/2-(4/3)α$, until $α\ge 3/8$ where $β=0$ and the error becomes $O(\sqrt{\log n})$. This improves over earlier results, which were unable to reconstruct with error less than $r$. Our method estimates Euclidean distances using a hybrid of graph distances and short-range estimates based on the number of common neighbors. We extend our results to the surface of the sphere in $\R^3$ and to hypercubes in any constant fixed dimension. Additionally we examine the extent to which reconstruction is still possible when the original adjacency lists have had a subset of the edges independently deleted at random.

Foundations

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

Your Notes