English

Learning Low Degree Hypergraphs

Data Structures and Algorithms 2024-12-23 v3 Machine Learning

Abstract

We study the problem of learning a hypergraph via edge detecting queries. In this problem, a learner queries subsets of vertices of a hidden hypergraph and observes whether these subsets contain an edge or not. In general, learning a hypergraph with mm edges of maximum size dd requires Ω((2m/d)d/2)\Omega((2m/d)^{d/2}) queries. In this paper, we aim to identify families of hypergraphs that can be learned without suffering from a query complexity that grows exponentially in the size of the edges. We show that hypermatchings and low-degree near-uniform hypergraphs with nn vertices are learnable with poly(n)(n) queries. For learning hypermatchings (hypergraphs of maximum degree 1 1), we give an O(log3n)O(\log^3 n)-round algorithm with O(nlog5n)O(n \log^5 n) queries. We complement this upper bound by showing that there are no algorithms with poly(n)(n) queries that learn hypermatchings in o(loglogn)o(\log \log n) adaptive rounds. For hypergraphs with maximum degree Δ\Delta and edge size ratio ρ\rho, we give a non-adaptive algorithm with O((2n)ρΔ+1log2n)O((2n)^{\rho \Delta+1}\log^2 n) queries. To the best of our knowledge, these are the first algorithms with poly(n,m)(n, m) query complexity for learning non-trivial families of hypergraphs that have a super-constant number of edges of super-constant size.

Keywords

Cite

@article{arxiv.2202.09989,
  title  = {Learning Low Degree Hypergraphs},
  author = {Eric Balkanski and Oussama Hanguir and Shatian Wang},
  journal= {arXiv preprint arXiv:2202.09989},
  year   = {2024}
}