Optimal Clustering with Noisy Queries via Multi-Armed Bandit
Jinghui Xia, Zengfeng Huang

TL;DR
This paper introduces a new algorithm and matching lower bounds for clustering with noisy oracle queries, using a novel connection to multi-armed bandit problems to optimize query efficiency.
Contribution
The work provides the first matching upper and lower bounds for noisy clustering, and introduces a polynomial-time algorithm leveraging multi-armed bandit insights.
Findings
Achieved a new upper bound of O(n(k+log n)/δ^2) queries.
Proved a lower bound of Ω(n log n / δ^2) queries.
Connected noisy clustering to multi-armed bandit problems for improved analysis.
Abstract
Motivated by many applications, we study clustering with a faulty oracle. In this problem, there are items belonging to unknown clusters, and the algorithm is allowed to ask the oracle whether two items belong to the same cluster or not. However, the answer from the oracle is correct only with probability . The goal is to recover the hidden clusters with minimum number of noisy queries. Previous works have shown that the problem can be solved with queries, while queries is known to be necessary. So, for any values of and , there is still a non-trivial gap between upper and lower bounds. In this work, we obtain the first matching upper and lower bounds for a wide range of parameters. In particular, a new polynomial time algorithm with…
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
TopicsOptimization and Search Problems · Advanced Bandit Algorithms Research · Machine Learning and Algorithms
