BriefGPT.xyz
Dec, 2017
欧几里得 k-means 的稳定实例聚类
Clustering Stable Instances of Euclidean k-means
HTML
PDF
Abhratanu Dutta, Aravindan Vijayaraghavan, Alex Wang
TL;DR
本文研究在实际应用中,哪些加性扰动稳定性的实例可以设计有效算法,并证明它们能找到最优聚类。我们提出了一种稳定性定义,并设计了算法以证明稳定实例的最优聚类。当实例具有一定的分离性时,我们显示出一种具有证明保证的鲁棒算法,也能容忍异常值。通过研究真实数据集的稳定性,我们补充了这些结果,并展示了我们的算法在这些基准数据集上的表现。
Abstract
The
euclidean k-means
problem is arguably the most widely-studied
clustering
problem in machine learning. While the k-means objective is NP-hard in the worst-case, practitioners have enjoyed remarkable success in
→