🤖 AI Summary
This work addresses the high computational complexity and strong dimensionality dependence inherent in high-dimensional k-median clustering by proposing a learning-augmented approach that integrates noisy predicted labels. By designing an efficient sampling strategy and preprocessing mechanism, the method significantly reduces the algorithm’s exponential dependence on dimensionality while preserving useful prediction information. Both theoretical analysis and empirical evaluation demonstrate that the proposed approach substantially lowers computational overhead without compromising—and in some cases even improving—clustering quality, outperforming current state-of-the-art algorithms.
📝 Abstract
In this paper, we investigate the learning-augmented $k$-median clustering problem, which aims to improve the performance of traditional clustering algorithms by preprocessing the point set with a predictor of error rate $α\in [0,1)$. This preprocessing step assigns potential labels to the points before clustering. We introduce an algorithm for this problem based on a simple yet effective sampling method, which substantially improves upon the time complexities of existing algorithms. Moreover, we mitigate their exponential dependency on the dimensionality of the Euclidean space. Lastly, we conduct experiments to compare our method with several state-of-the-art learning-augmented $k$-median clustering methods. The experimental results suggest that our proposed approach can significantly reduce the computational complexity in practice, while achieving a lower clustering cost.