SearcharxivSearch

arXiv subjects

Abhinandan Nath

Publications and source records attributed to Abhinandan Nath.

3 recordsLinked to original sources

Coresets for $k$-median clustering under Fréchet and Hausdorff distances

We give algorithms for computing coresets for $(1+\varepsilon)$-approximate $k$-median clustering of polygonal curves (under the discrete and continuous Fréchet distance) and point sets (under the Hausdorff distance), when the cluster centers are restricted to be of low complexity. Ours is the first such result, where the size of the coreset is independent of the number of input curves/point sets to be clustered (although it still depends on the maximum complexity of each input object). Specifically, the size of the coreset is $Θ\left(\frac{k^3lm^δd}{\varepsilon^2}\log\left( \frac{kl}{\varepsilon}\right)\right)$ for any $δ> 0$, where $d$ is the ambient dimension, $m$ is the maximum number of points in an input curve/point set, and $l$ is the maximum number of points allowed in a cluster center. We formally characterize a general condition on the restricted space of cluster centers -- this helps us to generalize and apply the importance sampling framework, that was used by Langberg and Schulman for computing coresets for $k$-median clustering of $d$-dimensional points on normed spaces in $\mathbb{R}^d$, to the problem of clustering curves and point sets using the Fréchet and Hausdorff metrics. Roughly, the condition places an upper bound on the number of different combinations of metric balls that the restricted space of cluster centers can hit. We also derive lower bounds on the size of the coreset, given the restriction that the coreset must be a subset of the input objects.

cs.CG

k-Median clustering under discrete Fréchet and Hausdorff distances

We give the first near-linear time $(1+\eps)$-approximation algorithm for $k$-median clustering of polygonal trajectories under the discrete Fréchet distance, and the first polynomial time $(1+\eps)$-approximation algorithm for $k$-median clustering of finite point sets under the Hausdorff distance, provided the cluster centers, ambient dimension, and $k$ are bounded by a constant. The main technique is a general framework for solving clustering problems where the cluster centers are restricted to come from a \emph{simpler} metric space. We precisely characterize conditions on the simpler metric space of the cluster centers that allow faster $(1+\eps)$-approximations for the $k$-median problem. We also show that the $k$-median problem under Hausdorff distance is \textsc{NP-Hard}.

cs.CG

Computing the Gromov-Hausdorff Distance for Metric Trees

The Gromov-Hausdorff (GH) distance is a natural way to measure distance between two metric spaces. We prove that it is $\mathrm{NP}$-hard to approximate the Gromov-Hausdorff distance better than a factor of $3$ for geodesic metrics on a pair of trees. We complement this result by providing a polynomial time $O(\min\{n, \sqrt{rn}\})$-approximation algorithm for computing the GH distance between a pair of metric trees, where $r$ is the ratio of the longest edge length in both trees to the shortest edge length. For metric trees with unit length edges, this yields an $O(\sqrt{n})$-approximation algorithm.

cs.CG