Parameterized and Streaming Algorithms for Euclidean Fair $k$-Center Clustering

📅 2026-09-06
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究针对公平k-中心聚类问题,提出了一种参数化近似算法和一种单遍流式算法,在保证运行时间的同时提高了聚类准确性。
📝 Abstract
Motivated by the growing importance of fairness in machine learning, fair $k$-center clustering has attracted considerable research attention as a fundamental problem. In this problem, a dataset is partitioned into $m$ disjoint groups, and the objective is to select $k$ data points as centers, subject to upper bounds on the number of centers chosen from each group, aiming to minimize the maximum distance between any data point and its assigned center. Focusing on Euclidean spaces, which are ubiquitous in machine learning applications, we first develop a parameterized approximation algorithm for Euclidean fair $k$-center with an approximation ratio of $2.732$. By incorporating this algorithm as a post-processing stage into a one-pass streaming framework for large-scale data, we obtain an approximation ratio of $4.464$. These ratios can be further respectively improved to $2.414$ and $3.828$ with a runtime exponential on $k$. To ensure polynomial-time complexity, we further design a one-pass streaming algorithm with an approximation ratio of $4.732$, which can be further improved to $4.42$, outperforming the state-of-the-art ratio. Finally, extensive experiments show that our methods significantly outperform state-of-the-art approaches in terms of clustering accuracy.
Problem

Research questions and friction points this paper is trying to address.

fair k-center clustering
Euclidean spaces
approximation algorithm
streaming algorithms
clustering accuracy
Innovation

Methods, ideas, or system contributions that make the work stand out.

parameterized approximation algorithm
streaming algorithm
fair k-center clustering
Euclidean space
approximation ratio