Tight query complexity bounds for learning graph partitions
Xizhi Liu, Sayan Mukherjee

TL;DR
This paper establishes tight bounds on the number of membership queries needed to learn graph partitions and components, improving previous bounds and introducing new oracles for efficient graph property learning.
Contribution
It provides tight query complexity bounds for learning graph partitions, introduces an oracle for counting components with fewer queries, and extends results to learning and verifying graphs with fewer queries.
Findings
Lower bound of (k-1)n - C(k,2) queries for learning graph components
Matching the query complexity of a known algorithm with new bounds
An oracle that learns the number of components with fewer queries
Abstract
Given a partition of a graph into connected components, the membership oracle asserts whether any two vertices of the graph lie in the same component or not. We prove that for , learning the components of an -vertex hidden graph with components requires at least membership queries. Our result improves on the best known information-theoretic bound of queries, and exactly matches the query complexity of the algorithm introduced by [Reyzin and Srivastava, 2007] for this problem. Additionally, we introduce an oracle, with access to which one can learn the number of components of in asymptotically fewer queries than learning the full partition, thus answering another question posed by the same authors. Lastly, we introduce a more applicable version of this oracle, and prove asymptotically tight bounds of …
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
TopicsMachine Learning and Algorithms · Algorithms and Data Compression · Graph Labeling and Dimension Problems
