用VC维分析改进聚类核心集,显著缩小规模并提升效率。
A Tight VC-Dimension Analysis of Clustering Coresets with Applications
- 基于VC维理论构建更优聚类核心集构造方法。
- 平面图最短路径下核心集大小降至O~(kε⁻²),性能大幅提升。
- 适用于几何轨迹聚类,适合大规模数据压缩与高效计算场景。
本文研究$k$-聚类问题的核心集构造,目标是将点集压缩为小规模加权子集,使得所有候选中心集的聚类代价近似误差控制在$(1\±\varepsilon)$内。通过精确的VC维分析,本文获得更优的核心集大小:在平面图最短路径度量下,核心集大小为$\tilde{O}(k\varepsilon^{-2})$,优于先前$\tilde{O}(k\varepsilon^{-6})$和$\tilde{O}(k^2\varepsilon^{-4})$的界;对于长度不超过$m$的$d$维多边形曲线,以Frechet距离度量时,核心集大小为$\tilde{O}(kd\ell\varepsilon^{-2}\log m)$,优于之前$\tilde{O}(k^3d\ell\varepsilon^{-3}\log m)$和$\tilde{O}(k^2d\ell\varepsilon^{-2}\log m \log |P|)$的界。
原文摘要 · Abstract (English)
We consider coresets for $k$-clustering problems, where the goal is to assign points to centers minimizing powers of distances. A popular example is the $k$-median objective $\sum_{p}\min_{c\in C}dist(p,C)$. Given a point set $P$, a coreset $Ω$ is a small weighted subset that approximates the cost of $P$ for all candidate solutions $C$ up to a $(1\pm\varepsilon )$ multiplicative factor. In this paper, we give a sharp VC-dimension based analysis for coreset construction. As a consequence, we obtain improved $k$-median coreset bounds for the following metrics: Coresets of size $\tilde{O}\left(k\varepsilon^{-2}\right)$ for shortest path metrics in planar graphs, improving over the bounds $\tilde{O}\left(k\varepsilon^{-6}\right)$ by [Cohen-Addad, Saulpic, Schwiegelshohn, STOC'21] and $\tilde{O}\left(k^2\varepsilon^{-4}\right)$ by [Braverman, Jiang, Krauthgamer, Wu, SODA'21]. Coresets of size $\tilde{O}\left(kd\ell\varepsilon^{-2}\log m\right)$ for clustering $d$-dimensional polygonal curves of length at most $m$ with curves of length at most $\ell$ with respect to Frechet metrics, improving over the bounds $\tilde{O}\left(k^3d\ell\varepsilon^{-3}\log m\right)$ by [Braverman, Cohen-Addad, Jiang, Krauthgamer, Schwiegelshohn, Toftrup, and Wu, FOCS'22] and $\tilde{O}\left(k^2d\ell\varepsilon^{-2}\log m \log |P|\right)$ by [Conradi, Kolbe, Psarros, Rohde, SoCG'24].
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。