paper-with-me

Papers

Near-Optimal Comparison Based Clustering

2020-10-08 · NeurIPS 2020 12 · Michaël Perrot, Pascal Mattia Esser, Debarghya Ghoshdastidar

The goal of clustering is to group similar objects into meaningful partitions. This process is well understood when an explicit similarity measure between the objects is given. However, far less is known when this information is not readily available and, instead, one only observes ordinal comparisons such as "object i is more similar to j than to k." In this paper, we tackle this problem using a two-step procedure: we estimate a pairwise similarity matrix from the comparisons before using a clustering method based on semi-definite programming (SDP). We theoretically show that our approach can exactly recover a planted clustering using a near-optimal number of passive comparisons. We empirically validate our theoretical findings and demonstrate the good behaviour of our method on real data.

📄 PDF Abstract BibTeX arXiv:2010.03918

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Adaptive Clustering through Semidefinite Programming

2017-12-01 · NeurIPS 2017 12 · Martin Royer

We analyze the clustering problem through a flexible probabilistic model that aims to identify an optimal partition on the sample X1,...,Xn. We perform exact clustering with high probability using a convex semidefinite e…

Clustering

Clustering and Inference From Pairwise Comparisons

2015-02-16 · Rui Wu, Jiaming Xu, R. Srikant, Laurent Massoulié 외

Given a set of pairwise comparisons, the classical ranking problem computes a single ranking that best represents the preferences of all users. In this paper, we study the problem of inferring individual preferences, ari…

Clustering

Clustering with Fast, Automated and Reproducible assessment applied to longitudinal neural tracking

2020-03-19 · Hanlin Zhu, Xue Li, Liuyang Sun, Fei He 외

Across many areas, from neural tracking to database entity resolution, manual assessment of clusters by human experts presents a bottleneck in rapid development of scalable and specialized clustering methods. To solve th…

ClusteringEntity ResolutionModel SelectionSpike Sorting

Counterfactual Explanations for k-means and Gaussian Clustering

2025-01-17 · Georgios Vardakas, Antonia Karra, Evaggelia Pitoura, Aristidis Likas

Counterfactuals have been recognized as an effective approach to explain classifier decisions. Nevertheless, they have not yet been considered in the context of clustering. In this work, we propose the use of counterfact…

Clusteringcounterfactual

How to Design Robust Algorithms using Noisy Comparison Oracle

2021-05-12 · Raghavendra Addanki, Sainyam Galhotra, Barna Saha

Metric based comparison operations such as finding maximum, nearest and farthest neighbor are fundamental to studying various clustering techniques such as $k$-center clustering and agglomerative hierarchical clustering.…

Clustering