paper-with-me

홈 › Papers

Query K-means Clustering and the Double Dixie Cup Problem

2018-06-15 · NeurIPS 2018 12 · I Chien, Chao Pan, Olgica Milenkovic

We consider the problem of approximate $K$-means clustering with outliers and side information provided by same-cluster queries and possibly noisy answers. Our solution shows that, under some mild assumptions on the smallest cluster size, one can obtain an $(1+\epsilon)$-approximation for the optimal potential with probability at least $1-\delta$, where $\epsilon>0$ and $\delta\in(0,1)$, using an expected number of $O(\frac{K^3}{\epsilon \delta})$ noiseless same-cluster queries and comparison-based clustering of complexity $O(ndK + \frac{K^3}{\epsilon \delta})$, here, $n$ denotes the number of points and $d$ the dimension of space. Compared to a handful of other known approaches that perform importance sampling to account for small cluster sizes, the proposed query technique reduces the number of queries by a factor of roughly $O(\frac{K^6}{\epsilon^3})$, at the cost of possibly missing very small clusters. We extend this settings to the case where some queries to the oracle produce erroneous information, and where certain points, termed outliers, do not belong to any clusters. Our proof techniques differ from previous methods used for $K$-means clustering analysis, as they rely on estimating the sizes of the clusters and the number of points needed for accurate centroid estimation and subsequent nontrivial generalizations of the double Dixie cup problem. We illustrate the performance of the proposed algorithm both on synthetic and real datasets, including MNIST and CIFAR $10$.

📄 PDF Abstract BibTeX arXiv:1806.05938

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Dialog Intent Induction with Deep Multi-View Clustering

2019-08-30 · IJCNLP 2019 11 · Hugh Perkins, Yi Yang

We introduce the dialog intent induction task and present a novel deep multi-view clustering approach to tackle the problem. Dialog intent induction aims at discovering user intents from user query utterances in human-hu…

ClusteringRepresentation Learning

Rk-means: Fast Clustering for Relational Data

2019-10-11 · Ryan Curtin, Ben Moseley, Hung Q. Ngo, XuanLong Nguyen 외

Conventional machine learning algorithms cannot be applied until a data matrix is available to process. When the data matrix needs to be obtained from a relational database via a feature extraction query, the computation…

Clustering

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…

Clustering

Causal K-Means Clustering

2024-05-05 · Kwangho Kim, Jisu Kim, Edward H. Kennedy

Causal effects are often characterized with population summaries. These might provide an incomplete picture when there are heterogeneous treatment effects across subgroups. Since the subgroup structure is typically unkno…

Clusteringcounterfactual

Fuzzy Clustering with Similarity Queries

2021-06-04 · NeurIPS 2021 12 · Wasim Huleihel, Arya Mazumdar, Soumyabrata Pal

The fuzzy or soft $k$-means objective is a popular generalization of the well-known $k$-means problem, extending the clustering capability of the $k$-means to datasets that are uncertain, vague, and otherwise hard to clu…

Clustering