arXiv:2607.04949cs.LGcs.DS2026-07

用预测降低k均值聚类敏感度采样的计算开销

Sensitivity Sampling with Predictions for k-Means Clustering

  • 用预测替代精确敏感度计算,加速聚类核心集构造
  • 在序列数据上实验显示,比均匀采样和现有方法快3倍以上
  • 适合持续聚类场景,如时序数据流或动态数据更新

我们研究大规模数据集上的k均值聚类问题。当前最优方法是基于核心集(coresets)的方案,通过构建输入数据的小型加权摘要,从中推导出具有严格质量保证的近似解。其中最主流且先进的方法是敏感度采样(sensitivity sampling)。然而,该方法需计算每个点对所有可能中心选择的重要性,精确计算不可行,现有方法通过近似敏感度值实现,但运行时间仍不适用于大规模数据。本文提出利用预测来降低敏感度采样方法的运行时间。我们首先形式化证明:相较于现有方法要求的敏感度精度,更粗糙的近似值仍可保证核心集构造的理论性能。这表明即使噪声较大的预测器也可被有效使用。接着,我们设计了一种自然预测器,适用于在相同问题上重复进行聚类的序列数据场景。当序列中各数据集来自同一未知分布时,前一数据集上低误差的聚类中心可作为后续数据集敏感度采样的预测,并具有质量保证。大量实验表明,本方法在聚类代价与运行时间的权衡上显著优于均匀采样和最先进的敏感度采样方法。

原文摘要 · Abstract (English)

We study the problem of k-means clustering on large datasets. The state-of-the-art for the problem is given by coresets-based approaches, which build small weighted summaries of the input and derive approximate solutions with rigorous quality guarantees from them. One of the most popular and advanced approaches to derive coresets for k-means is sensitivity sampling. However, sensitivity sampling requires to compute the importance of each input point with respect to the whole dataset over all possible choices of centers. Since the exact computation of such quantities is unfeasible, current approaches work by approximating the sensitivity values. Nevertheless, the runtime of such approaches is still impractical for large datasets. In this work, we propose to reduce the runtime of sensitivity-based approaches for k-means by leveraging predictions to approximate the importance of input points. We first formally prove that current theoretical results on coresets construction via sensitivity sampling hold for coarser approximations of sensitivities compared to the one required by existing approaches. This implies that even fairly noisy predictors can be leveraged for sensitivity-sampling approaches. We then propose a natural predictor, which applies to the common scenario where clustering is performed (over time) on a sequence of datasets from the same problem. We prove that when the datasets in the sequence come from the same (unknown) distribution, centers resulting in a low error on one dataset can be used as predictions for sensitivity sampling in subsequent datasets, with guarantees on their quality. We perform an extensive experimental evaluation showing that our approach significantly improves, in terms of clustering cost vs runtime, over uniform sampling and state-of-the-art sensitivity sampling approaches when applied to sequences of datasets.

k均值聚类敏感度采样预测驱动核心集

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。