English

Randomized Algorithms for Learning Partitions with Near Optimal Query Complexity in Constant Rounds

Data Structures and Algorithms 2026-08-03 v1 Machine Learning

Abstract

We study the round complexity of learning a hidden partition P\mathcal{P} of an nn-element universe using PAIR queries: PAIR(x,yx,y) tells us whether xx and yy belong to the same part of the partition or not. While it is easy to learn using nPn|\mathcal{P}| queries using a basic algorithm and this query complexity is optimal, this basic algorithm is highly sequential. Black, Mazumdar, and Saha [COLT 2025] recently gave tight deterministic round/query tradeoffs when the number of parts of P\mathcal{P} is known. In particular they prove Θ(loglogn)\Theta(\log\log n) rounds are sufficient and necessary to limit the number of queries to nPn|\mathcal{P}|. They leave proving a randomized lower bound as an open direction. We show that randomization dramatically changes the picture. When the number of parts k=Pk = |\mathcal{P}| is known, we give a simple 3-round randomized algorithm using O(nklogn)O(nk\log n) queries with high probability, and prove that 2 rounds require Ω(n4/3k2/3)\Omega(n^{4/3}k^{2/3}) queries -- the same as deterministic algorithms. We also study a more general setting where the number of parts is unknown. In this case, we give a 4-round randomized algorithm using O(nPlog2n)O(n|\mathcal P|\log^2 n) queries with high probability, and prove that 3-rounds cannot achieve near-optimal query complexity. Furthermore, we show an even bigger separation in this regime between randomized and deterministic algorithms: for the latter, Θ(logn/loglogn)\Theta(\log n/\log\log n) rounds are necessary and sufficient to obtain near-optimal query complexity.

Cite

@article{arxiv.2608.02176,
  title  = {Randomized Algorithms for Learning Partitions with Near Optimal Query Complexity in Constant Rounds},
  author = {Deeparnab Chakrabarty and Aditi Dudeja and David Saulpic},
  journal= {arXiv preprint arXiv:2608.02176},
  year   = {2026}
}