paper-with-me

홈 › Papers

Sample-and-Search: An Effective Algorithm for Learning-Augmented k-Median Clustering in High dimensions

2026-03-11 · Kangke Cheng, Shihong Song, Guanlin Mo, Hu Ding arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.10721

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Median-Truncated Nonconvex Approach for Phase Retrieval with Outliers

2016-03-11 · Huishuai Zhang, Yuejie Chi, Yingbin Liang

This paper investigates the phase retrieval problem, which aims to recover a signal from the magnitudes of its linear measurements. We develop statistically and computationally efficient algorithms for the situation when…

Retrieval

Learning-Augmented Algorithms for $k$-median via Online Learning

2026-03-18 · Anish Hebbar, Rong Ge, Amit Kumar, Debmalya Panigrahi arxiv

The field of learning-augmented algorithms seeks to use ML techniques on past instances of a problem to inform an algorithm designed for a future instance. In this paper, we introduce a novel model for learning-augmented…

An Efficient Hybrid CS and K-Means Algorithm for the Capacitated PMedian Problem

2014-06-29 · Hassan Gholami Mazinan, Gholam Reza Ahmadi, Erfan Khaji

Capacitated p-median problem (CPMP) is an important variation of facility location problem in which p capacitated medians are economically selected to serve a set of demand vertices so that the total assigned demand to e…

Reinforcement Learning with Structured Hierarchical Grammar Representations of Actions

2019-10-07 · Petros Christodoulou, Robert Tjarko Lange, Ali Shafti, A. Aldo Faisal

From a young age humans learn to use grammatical principles to hierarchically combine words into sentences. Action grammars is the parallel idea, that there is an underlying set of rules (a "grammar") that govern how we …

Atari GamesQ-Learningreinforcement-learningReinforcement Learning+1

Median of Means Sampling for the Keister Function

2025-01-13 · Bocheng Zhang

This study investigates the performance of median-of-means sampling compared to traditional mean-of-means sampling for computing the Keister function integral using Randomized Quasi-Monte Carlo (RQMC) methods. The resear…

Numerical Integration