paper-with-me

홈 › Papers

Fully Dynamic $k$-Clustering in $\tilde O(k)$ Update Time

2023-09-21 · NeurIPS 2023 11

We present a $O(1)$-approximate fully dynamic algorithm for the $k$-median and $k$-means problems on metric spaces with amortized update time $\tilde O(k)$ and worst-case query time $\tilde O(k^2)$. We complement our theoretical analysis with the first in-depth experimental study for the dynamic $k$-median problem on general metrics, focusing on comparing our dynamic algorithm to the current state-of-the-art by Henzinger and Kale [ESA'20]. Finally, we also provide a lower bound for dynamic $k$-median which shows that any $O(1)$-approximate algorithm with $\tilde O(\text{poly}(k))$ query time must have $\tilde \Omega(k)$ amortized update time, even in the incremental setting.

📄 PDF Abstract BibTeX

Code (1)

martin-costa/neurips23-dynamic-k-clustering 공식 구현

Similar Papers 제목 키워드 기반

Incremental (k, z)-Clustering on Graphs

2026-02-09 · Emilio Cruciani, Sebastian Forster, Antonis Skarlatos arxiv

Given a weighted undirected graph, a number of clusters $k$, and an exponent $z$, the goal in the $(k, z)$-clustering problem on graphs is to select $k$ vertices as centers that minimize the sum of the distances raised t…

Fully Dynamic Submodular Maximization over Matroids

2023-05-31 · Paul Dütting, Federico Fusco, Silvio Lattanzi, Ashkan Norouzi-Fard 외

Maximizing monotone submodular functions under a matroid constraint is a classic algorithmic problem with multiple applications in data mining and machine learning. We study this classic problem in the fully dynamic sett…

Fully Dynamic Consistent Facility Location

2019-12-01 · NeurIPS 2019 12 · Vincent Cohen-Addad, Niklas Oskar D. Hjuler, Nikos Parotsidis, David Saulpic 외

We consider classic clustering problems in fully dynamic data streams, where data elements can be both inserted and deleted. In this context, several parameters are of importance: (1) the quality of the solution after ea…

Clustering

Learning Low-Rank Representations for Model Compression

2022-11-21 · Zezhou Zhu, Yucong Zhou, Zhao Zhong

Vector Quantization (VQ) is an appealing model compression method to obtain a tiny model with less accuracy loss. While methods to obtain better codebooks and codes under fixed clustering dimensionality have been extensi…

ClusteringmodelModel CompressionQuantization

Fully Dynamic Adversarially Robust Correlation Clustering in Polylogarithmic Update Time

2024-11-15 · Vladimir Braverman, Prathamesh Dharangutte, Shreyas Pai, Vihan Shah 외

We study the dynamic correlation clustering problem with $\textit{adaptive}$ edge label flips. In correlation clustering, we are given a $n$-vertex complete graph whose edges are labeled either $(+)$ or $(-)$, and the go…

Adversarial RobustnessClustering