A Composable Coreset for k-Center in Doubling Metrics

February 05, 2019 Β· Declared Dead Β· πŸ› Canadian Conference on Computational Geometry

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sepideh Aghamolaei, Mohammad Ghodsi arXiv ID 1902.01896 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CG Citations 10 Venue Canadian Conference on Computational Geometry Last Checked 4 months ago
Abstract
A set of points $P$ in a metric space and a constant integer $k$ are given. The $k$-center problem finds $k$ points as centers among $P$, such that the maximum distance of any point of $P$ to their closest centers $(r)$ is minimized. Doubling metrics are metric spaces in which for any $r$, a ball of radius $r$ can be covered using a constant number of balls of radius $r/2$. Fixed dimensional Euclidean spaces are doubling metrics. The lower bound on the approximation factor of $k$-center is $1.822$ in Euclidean spaces, however, $(1+Ξ΅)$-approximation algorithms with exponential dependency on $\frac{1}Ξ΅$ and $k$ exist. For a given set of sets $P_1,\ldots,P_L$, a composable coreset independently computes subsets $C_1\subset P_1, \ldots, C_L\subset P_L$, such that $\cup_{i=1}^L C_i$ contains an approximation of a measure of the set $\cup_{i=1}^L P_i$. We introduce a $(1+Ξ΅)$-approximation composable coreset for $k$-center, which in doubling metrics has size sublinear in $|P|$. This results in a $(2+Ξ΅)$-approximation algorithm for $k$-center in MapReduce with a constant number of rounds in doubling metrics for any $Ξ΅>0$ and sublinear communications, which is based on parametric pruning. We prove the exponential nature of the trade-off between the number of centers $(k)$ and the radius $(r)$, and give a composable coreset for a related problem called dual clustering. Also, we give a new version of the parametric pruning algorithm with $O(\frac{nk}Ξ΅)$ running time, $O(n)$ space and $2+Ξ΅$ approximation factor for metric $k$-center.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted