Near-Linear Query Complexity for Graph Inference
Sampath Kannan, Claire Mathieu, Hang Zhou

TL;DR
This paper investigates the efficiency of reconstructing or verifying unknown graphs using distance or shortest path queries, achieving near-linear query complexity for various graph classes and problem settings.
Contribution
It introduces greedy algorithms for graph verification and reconstruction with near-linear query complexity, extending to graphs with bounded treewidth and chordal graphs.
Findings
Verification uses $n^{1+o(1)}$ distance queries.
Reconstruction with shortest path oracle also uses $n^{1+o(1)}$ queries.
For bounded treewidth and chordal graphs, query complexity is $ ilde O(n)$.
Abstract
How efficiently can we find an unknown graph using distance or shortest path queries between its vertices? Let be an unweighted, connected graph of bounded degree. The edge set is initially unknown, and the graph can be accessed using a \emph{distance oracle}, which receives a pair of vertices and returns the distance between and . In the \emph{verification} problem, we are given a hypothetical graph and want to check whether is equal to . We analyze a natural greedy algorithm and prove that it uses distance queries. In the more difficult \emph{reconstruction} problem, is not given, and the goal is to find the graph . If the graph can be accessed using a \emph{shortest path oracle}, which returns not just the distance but an actual shortest path between and , we show that extending the idea…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Labeling and Dimension Problems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
