paper-with-me

홈 › Papers

Clustering with Same-Cluster Queries

2016-06-08 · NeurIPS 2016 12 · Hassan Ashtiani, Shrinu Kushagra, Shai Ben-David

We propose a framework for Semi-Supervised Active Clustering framework (SSAC), where the learner is allowed to interact with a domain expert, asking whether two given instances belong to the same cluster or not. We study the query and computational complexity of clustering in this framework. We consider a setting where the expert conforms to a center-based clustering with a notion of margin. We show that there is a trade off between computational complexity and query complexity; We prove that for the case of $k$-means clustering (i.e., when the expert conforms to a solution of $k$-means), having access to relatively few such queries allows efficient solutions to otherwise NP hard problems. In particular, we provide a probabilistic polynomial-time (BPP) algorithm for clustering in this setting that asks $O\big(k^2\log k + k\log n)$ same-cluster queries and runs with time complexity $O\big(kn\log n)$ (where $k$ is the number of clusters and $n$ is the number of instances). The algorithm succeeds with high probability for data satisfying margin conditions under which, without queries, we show that the problem is NP hard. We also prove a lower bound on the number of queries needed to have a computationally efficient clustering algorithm in this setting.

📄 PDF Abstract BibTeX arXiv:1606.02404

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Correlation Clustering with Same-Cluster Queries Bounded by Optimal Cost

2019-08-14 · Barna Saha, Sanjay Subramanian

Several clustering frameworks with interactive (semi-supervised) queries have been studied in the past. Recently, clustering with same-cluster queries has become popular. An algorithm in this setting has access to an ora…

ClusteringGraph Clustering

COBRAS: Fast, Iterative, Active Clustering with Pairwise Constraints

2018-03-29 · Toon Van Craenendonck, Sebastijan Dumančić, Elia Van Wolputte, Hendrik Blockeel

Constraint-based clustering algorithms exploit background knowledge to construct clusterings that are aligned with the interests of a particular user. This background knowledge is often obtained by allowing the clusterin…

Clustering

Clustering with Noisy Queries

2017-06-22 · NeurIPS 2017 12 · Arya Mazumdar, Barna Saha

In this paper, we initiate a rigorous theoretical study of clustering with noisy queries (or a faulty oracle). Given a set of $n$ elements, our goal is to recover the true clustering by asking minimum number of pairwise …

ClusteringEntity ResolutionStochastic Block Model

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

Query-Efficient Correlation Clustering

2020-02-26 · David García-Soriano, Konstantin Kutzkov, Francesco Bonchi, Charalampos Tsourakakis

Correlation clustering is arguably the most natural formulation of clustering. Given n objects and a pairwise similarity measure, the goal is to cluster the objects so that, to the best possible extent, similar objects a…

Clustering