paper-with-me

Papers

Replicable Clustering

2023-02-20 · NeurIPS 2023 11

We design replicable algorithms in the context of statistical clustering under the recently introduced notion of replicability from Impagliazzo et al. [2022]. According to this definition, a clustering algorithm is replicable if, with high probability, its output induces the exact same partition of the sample space after two executions on different inputs drawn from the same distribution, when its internal randomness is shared across the executions. We propose such algorithms for the statistical $k$-medians, statistical $k$-means, and statistical $k$-centers problems by utilizing approximation routines for their combinatorial counterparts in a black-box manner. In particular, we demonstrate a replicable $O(1)$-approximation algorithm for statistical Euclidean $k$-medians ($k$-means) with $\operatorname{poly}(d)$ sample complexity. We also describe an $O(1)$-approximation algorithm with an additional $O(1)$-additive error for statistical Euclidean $k$-centers, albeit with $\exp(d)$ sample complexity. In addition, we provide experiments on synthetic distributions in 2D using the $k$-means++ implementation from sklearn as a black-box that validate our theoretical results.

📄 PDF Abstract BibTeX arXiv:2302.10359

Code (1)

felix-cfzhou/replicable_clustering_experiments 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Unsupervised Semantic Frame Induction using Triclustering

2018-05-12 · ACL 2018 7 · Dmitry Ustalov, Alexander Panchenko, Andrei Kutuzov, Chris Biemann 외

We use dependency triples automatically extracted from a Web-scale corpus to perform unsupervised semantic frame induction. We cast the frame induction problem as a triclustering problem that is a generalization of clust…

Clustering

On the Structure of Replicable Hypothesis Testers

2025-07-03 · Anders Aamand, Maryam Aliakbarpour, Justin Y. Chen, Shyam Narayanan 외 arxiv

A hypothesis testing algorithm is replicable if, when run on two different samples from the same distribution, it produces the same output with high probability. This notion, defined by by Impagliazzo, Lei, Pitassi, and …

Replicable Constrained Bandits

2026-02-16 · Matteo Bollini, Gianmarco Genalti, Francesco Emanuele Stradi, Matteo Castiglioni 외 arxiv

Algorithmic \emph{replicability} has recently been introduced to address the need for reproducible experiments in machine learning. A \emph{replicable online learning} algorithm is one that takes the same sequence of dec…

ProSiT! Latent Variable Discovery with PROgressive SImilarity Thresholds

2022-10-26 · Tommaso Fornaciari, Dirk Hovy, Federico Bianchi

The most common ways to explore latent document dimensions are topic models and clustering methods. However, topic models have several drawbacks: e.g., they require us to choose the number of latent dimensions a priori, …

ClusteringTopic Models

Improved Replicable Boosting with Majority-of-Majorities

2025-01-30 · Kasper Green Larsen, Markus Engelund Mathiasen, Clement Svendsen

We introduce a new replicable boosting algorithm which significantly improves the sample complexity compared to previous algorithms. The algorithm works by doing two layers of majority voting, using an improved version o…