paper-with-me

홈 › Papers

Metric $k$-clustering using only Weak Comparison Oracles

2026-01-27 · Rahul Raychaudhury, Aryan Esmailpour, Sainyam Galhotra, Stavros Sintos arxiv

Clustering is a fundamental primitive in unsupervised learning. However, classical algorithms for $k$-clustering (such as $k$-median and $k$-means) assume access to exact pairwise distances -- an unrealistic requirement in many modern applications. We study clustering in the \emph{Rank-model (R-model)}, where access to distances is entirely replaced by a \emph{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 $n$ input items, we design randomized algorithms that, using only a noisy quadruplet oracle, compute a set of $O(k \cdot \mathsf{polylog}(n))$ 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 $k$-clustering cost. Our method achieves a query complexity of $O(n\cdot k \cdot \mathsf{polylog}(n))$ for arbitrary metric spaces and improves to $O((n+k^2) \cdot \mathsf{polylog}(n))$ when the underlying metric has bounded doubling dimension. When the metric has bounded doubling dimension we can further improve the approximation from constant to $1+\varepsilon$, for any arbitrarily small constant $\varepsilon\in(0,1)$, 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.

📄 PDF Abstract BibTeX arXiv:2601.19333

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Relaxed Oracles for Semi-Supervised Clustering

2017-11-20 · Taewan Kim, Joydeep Ghosh

Pairwise "same-cluster" queries are one of the most widely used forms of supervision in semi-supervised clustering. However, it is impractical to ask human oracles to answer every query correctly. In this paper, we study…

Clustering

Semi-Supervised Active Clustering with Weak Oracles

2017-09-11 · Taewan Kim, Joydeep Ghosh

Semi-supervised active clustering (SSAC) utilizes the knowledge of a domain expert to cluster data points by interactively making pairwise "same-cluster" queries. However, it is impractical to ask human oracles to answer…

Clustering

Comparison Based Learning from Weak Oracles

2018-02-20 · Ehsan Kazemi, Lin Chen, Sanjoy Dasgupta, Amin Karbasi

There is increasing interest in learning algorithms that involve interaction between human and machine. Comparison-based queries are among the most natural ways to get feedback from humans. A challenge in designing compa…

Oracle-guided Contrastive Clustering

2022-11-01 · Mengdie Wang, Liyuan Shang, Suyun Zhao, Yiming Wang 외

Deep clustering aims to learn a clustering representation through deep architectures. Most of the existing methods usually conduct clustering with the unique goal of maximizing clustering performance, that ignores the pe…

Active LearningClusteringContrastive LearningDeep Clustering

Noise-Tolerant Interactive Learning from Pairwise Comparisons

2017-04-19 · Yichong Xu, Hongyang Zhang, Aarti Singh, Kyle Miller 외

We study the problem of interactively learning a binary classifier using noisy labeling and pairwise comparison oracles, where the comparison oracle answers which one in the given two instances is more likely to be posit…