ICML2020

Coresets for Clustering in Graphs of Bounded Treewidth

Daniel N. Baker, Vladimir Braverman, Lingxiao Huang, Shaofeng H.-C. Jiang, Robert Krauthgamer, Xuan Wu

被引用 35 次

摘要

We initiate the study of coresets for clustering in graph metrics, i.e., the shortest-path metric of edge-weighted graphs. Such clustering problems (on graph metrics) are essential to data analysis and used for example in road networks and data visualization. Specifically, we consider (k,z)(k, z)-Clustering, where given a metric space (V,d)(V, d), the goal is to minimize, over all kk-point center sets CC, the objective xVdz(x,C)\sum_{x \in V}{d^z(x, C)}. This problem is a well-known generalization of both k-Median (z=1z=1) and k-Means (z=2z=2). A coreset is a compact summary of the data that approximately preserves the clustering objective for every possible center set. Coresets offer significant efficiency improvements in terms of running time, storage, and communication, including in streaming and distributed settings. Our main result is a near-linear time construction of a coreset of size Oϵ,k,z(tw(G))O_{\epsilon, k, z}(\mathrm{tw}(G)) for (k,z)(k, z)-Clustering in a graph GG whose treewidth is tw(G)\mathrm{tw}(G). The construction is based on the framework of Feldman and Langberg [STOC 2011], and our main technical contribution, as required by this framework, is a uniform bound of O(tw(G))O(\mathrm{tw}(G)) on the shattering dimension under any point weights. Previously, the only construction applicable to graph metrics, even for z=1z=1, was a generic one with size Oϵ,k(logn)O_{\epsilon, k}(\log n) where n=Vn=|V| [Feldman and Langberg, STOC 2011]. We complement our construction with an Ωϵ,k(tw(G))\Omega_{\epsilon, k}(\mathrm{tw}(G)) size lower bound, which matches our construction's linear dependence on tw(G)\mathrm{tw}(G). This further provides the first proof that the O(logn)O(\log n) factor in the generic upper bound is indeed necessary, and also justifies restricting the graph topology.