ICLR2026
Metric -clustering using only Weak Comparison Oracles
Rahul Raychaudhury, Aryan Esmailpour, sainyam galhotra, Stavros Sintos
摘要
Clustering is a fundamental primitive in unsupervised learning. However, classical algorithms for -clustering (such as -median and -means) assume access to exact pairwise distances, which is an unrealistic requirement in many modern applications. We study clustering in the Rank-model (R-model), where access to distances is entirely replaced by a quadruplet oracle that provides only relative distance comparisons. In practice, such an oracle can represent learned models or human feedback, and is expected to be noisy and entail an access cost.
Given a metric space with input items, we design randomized algorithms that, using only a noisy quadruplet oracle, compute a set of centers along with a mapping from the input items to the centers such that the clustering cost of the mapping is at most constant times the optimum -clustering cost. Our method achieves a query complexity of for arbitrary metric spaces and improves to when the underlying metric has bounded doubling dimension. When the metric has bounded doubling dimension we can further improve the approximation from constant to , for any arbitrarily small constant , while preserving the same asymptotic query complexity. Our framework demonstrates how noisy, low-cost oracles, such as those derived from large language models, can be systematically integrated into scalable clustering algorithms.