On the k-Means/Median Cost Function

April 18, 2017 Β· Declared Dead Β· πŸ› Information Processing Letters

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Anup Bhattacharya, Yoav Freund, Ragesh Jaiswal arXiv ID 1704.05232 Category cs.DS: Data Structures & Algorithms Citations 4 Venue Information Processing Letters Last Checked 4 months ago
Abstract
In this work, we study the $k$-means cost function. Given a dataset $X \subseteq \mathbb{R}^d$ and an integer $k$, the goal of the Euclidean $k$-means problem is to find a set of $k$ centers $C \subseteq \mathbb{R}^d$ such that $Ξ¦(C, X) \equiv \sum_{x \in X} \min_{c \in C} ||x - c||^2$ is minimized. Let $Ξ”(X,k) \equiv \min_{C \subseteq \mathbb{R}^d} Ξ¦(C, X)$ denote the cost of the optimal $k$-means solution. For any dataset $X$, $Ξ”(X,k)$ decreases as $k$ increases. In this work, we try to understand this behaviour more precisely. For any dataset $X \subseteq \mathbb{R}^d$, integer $k \geq 1$, and a precision parameter $\varepsilon > 0$, let $L(X, k, \varepsilon)$ denote the smallest integer such that $Ξ”(X, L(X, k, \varepsilon)) \leq \varepsilon \cdot Ξ”(X,k)$. We show upper and lower bounds on this quantity. Our techniques generalize for the metric $k$-median problem in arbitrary metric spaces and we give bounds in terms of the doubling dimension of the metric. Finally, we observe that for any dataset $X$, we can compute a set $S$ of size $O \left(L(X, k, \varepsilon/c) \right)$ using $D^2$-sampling such that $Ξ¦(S,X) \leq \varepsilon \cdot Ξ”(X,k)$ for some fixed constant $c$. We also discuss some applications of our bounds.
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