允许延迟分配的在线聚类算法,在随机到达下实现近似最优性能。
Delayed Assignments in Online Non-Centroid Clustering with Stochastic Arrivals
- 引入延迟分配机制,允许推迟聚类决策以降低总成本。
- 在随机到达模型下,算法期望总成本与最优离线解之比为常数。
- 突破最坏情况下的理论限制,适用于数据分布稳定的场景。
聚类是将元素(如代理或数据点)划分为若干组的任务,目标是使同一簇内元素彼此更接近。本文提出一种新的在线非中心聚类框架,支持延迟分配:元素以点的形式逐个到达有限度量空间,需被分配至已有簇或新建仅含该点的簇,但可延后决策,需支付延迟成本。目标是最小化簇内距离总和与延迟成本之和。经典最坏情况模型中,任何算法的竞争比均低于对数级别。为此,本文转向随机到达模型——各点位置独立地从未知但固定的概率分布中采样。我们设计了一种算法,在点数趋于无穷时,其期望总成本与最优离线解的比值有界于常数,从而突破了最坏情况下的不可能性。
原文摘要 · Abstract (English)
Clustering is a fundamental problem, aiming to partition a set of elements, like agents or data points, into clusters such that elements in the same cluster are closer to each other than to those in other clusters. In this paper, we present a new framework for studying online non-centroid clustering with delays, where elements, that arrive one at a time as points in a finite metric space, should be assigned to clusters, but assignments need not be immediate. Specifically, upon arrival, each point's location is revealed, and an online algorithm has to irrevocably assign it to an existing cluster or create a new one containing, at this moment, only this point. However, we allow decisions to be postponed at a delay cost, instead of following the more common assumption of immediate decisions upon arrival. This poses a critical challenge: the goal is to minimize both the total distance costs between points in each cluster and the overall delay costs incurred by postponing assignments. In the classic worst-case arrival model, where points arrive in an arbitrary order, no algorithm has a competitive ratio better than sublogarithmic in the number of points. To overcome this strong impossibility, we focus on a stochastic arrival model, where points' locations are drawn independently across time from an unknown and fixed probability distribution over the finite metric space. We offer hope for beyond worst-case adversaries: we devise an algorithm that is constant competitive in the sense that, as the number of points grows, the ratio between the expected overall costs of the output clustering and an optimal offline clustering is bounded by a constant.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。