paper-with-me

홈 › Papers

Towards a Query-Optimal and Time-Efficient Algorithm for Clustering with a Faulty Oracle

2021-06-18 · Pan Peng, Jiapeng Zhang

Motivated by applications in crowdsourced entity resolution in database, signed edge prediction in social networks and correlation clustering, Mazumdar and Saha [NIPS 2017] proposed an elegant theoretical model for studying clustering with a faulty oracle. In this model, given a set of $n$ items which belong to $k$ unknown groups (or clusters), our goal is to recover the clusters by asking pairwise queries to an oracle. This oracle can answer the query that ``do items $u$ and $v$ belong to the same cluster?''. However, the answer to each pairwise query errs with probability $\varepsilon$, for some $\varepsilon\in(0,\frac12)$. Mazumdar and Saha provided two algorithms under this model: one algorithm is query-optimal while time-inefficient (i.e., running in quasi-polynomial time), the other is time efficient (i.e., in polynomial time) while query-suboptimal. Larsen, Mitzenmacher and Tsourakakis [WWW 2020] then gave a new time-efficient algorithm for the special case of $2$ clusters, which is query-optimal if the bias $\delta:=1-2\varepsilon$ of the model is large. It was left as an open question whether one can obtain a query-optimal, time-efficient algorithm for the general case of $k$ clusters and other regimes of $\delta$. In this paper, we make progress on the above question and provide a time-efficient algorithm with nearly-optimal query complexity (up to a factor of $O(\log^2 n)$) for all constant $k$ and any $\delta$ in the regime when information-theoretic recovery is possible. Our algorithm is built on a connection to the stochastic block model.

📄 PDF Abstract BibTeX arXiv:2106.10374

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEntity ResolutionOpen-Ended Question AnsweringStochastic Block Model

Similar Papers 제목 키워드 기반

Recovering Unbalanced Communities in the Stochastic Block Model With Application to Clustering with a Faulty Oracle

2022-02-17 · NeurIPS 2023 11

The stochastic block model (SBM) is a fundamental model for studying graph clustering or community detection in networks. It has received great attention in the last decade and the balanced case, i.e., assuming all clust…

ClusteringCommunity DetectionGraph ClusteringStochastic Block Model

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

Gap-Free Clustering: Sensitivity and Robustness of SDP

2023-08-29 · Matthew Zurek, Yudong Chen

We study graph clustering in the Stochastic Block Model (SBM) in the presence of both large clusters and small, unrecoverable clusters. Previous convex relaxation approaches achieving exact recovery do not allow any smal…

ClusteringGraph ClusteringSensitivityStochastic Block Model

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

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